oxc icon indicating copy to clipboard operation
oxc copied to clipboard

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

Open Dunqing opened this issue 5 months ago • 0 comments

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 avatar Sep 06 '24 10:09 Dunqing