oxc
oxc copied to clipboard
transformer: remove all typescript-related symbols/references/scopes in batch in typescript plugin
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.