oxc/crates/oxc_semantic/tests/fixtures
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
..
oxc fix(semantic): IdentifierReference within TSPropertySignature cannot reference type-only import binding (#5441) 2024-09-05 01:50:18 +00:00
typescript-eslint fix(semantic): IdentifierReference within TSPropertySignature cannot reference type-only import binding (#5441) 2024-09-05 01:50:18 +00:00