oxc/tasks
Dunqing d8b9909bd8 fix(semantic): IdentifierReference within TSPropertySignature cannot reference type-only import binding (#5441)
close: #5435

The behavior of `IdentifierReference` in `TSPropertySignature` is the same as in `TSTypeQuery`, both allow only reference value bindings and type-only import bindings.

I still use `ReferenceFlags::TSTypeQuery` here because I want to avoid producing many changes unrelated to the bug in this PR. I will refactor it in the follow-up PR soon
2024-09-05 01:50:18 +00:00
..
ast_tools refactor(ast): remove IdentifierName from TSThisParameter (#5327) 2024-09-04 12:46:53 +00:00
benchmark fix(benchmark): do not measure initialization of transformer options (#5442) 2024-09-04 14:52:21 +00:00
common feat(coverage): check symbols and scopes after transformation (#4917) 2024-08-16 07:05:11 +00:00
coverage fix(semantic): IdentifierReference within TSPropertySignature cannot reference type-only import binding (#5441) 2024-09-05 01:50:18 +00:00
javascript_globals chore: turn off doctest for all [[bin]] 2024-07-14 16:55:19 +08:00
lint_rules feat(docs): add tracking for plugins "promise" and "vitest" (#4668) 2024-08-05 19:01:44 -04:00
minsize feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
prettier_conformance chore(prettier): Update conformance tests to Prettier v3.3.3 (#5394) 2024-09-02 10:32:17 +00:00
rulegen feat(rulegen): improve examples in documentation (#4815) 2024-08-10 18:48:59 -04:00
transform_conformance fix(transformer/nullish-coalescing-operator): incorrect reference flags (#5408) 2024-09-03 15:29:07 +00:00
website feat(linter/node): implement no-exports-assign (#5370) 2024-09-03 07:53:14 -04:00