oxc/crates/oxc_semantic/tests
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
..
fixtures fix(semantic): IdentifierReference within TSPropertySignature cannot reference type-only import binding (#5441) 2024-09-05 01:50:18 +00:00
integration feat(semantic)!: add ScopeTree:get_child_ids API behind a runtime flag (#5403) 2024-09-02 16:22:26 +00:00
main.rs test(semantic): add JSXIdentifierReference-related tests (#5224) 2024-08-30 17:43:34 +00:00