Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transformer: remove all typescript-related symbols/references/scopes in batch in typescript plugin #5534

Closed
Dunqing opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels
A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request

Comments

@Dunqing
Copy link
Member

Dunqing commented Sep 6, 2024

That way we don't check if has value references in other plugins like this

ctx.symbols().get_resolved_references(symbol_id).any(Reference::is_value)

Similar as #5322.

@Dunqing Dunqing added the C-enhancement Category - New feature or request label Sep 6, 2024
@Boshen Boshen added the A-transformer Area - Transformer / Transpiler label Sep 13, 2024
@Dunqing
Copy link
Member Author

Dunqing commented Oct 24, 2024

Going with #5322 instead!

@Dunqing Dunqing closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants