oxc/crates/oxc_semantic/tests/integration
Dunqing 351ecf2707 fix(semantic): incorrect resolve references for TSTypeQuery (#4310)
```ts
type A = typeof Foo
                ^^^ Only allow reference to value symbol
```

I have verified the changed snapshot. That's correct
2024-07-17 03:33:00 +00:00
..
cfg_fixtures
snapshots refactor(semantic): correct scope in CatchClause (#4192) 2024-07-11 08:45:30 +00:00
util feat(ast): align ts ast scope with typescript (#4253) 2024-07-17 02:50:47 +00:00
cfg.rs chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
classes.rs
main.rs
modules.rs fix(semantic): resolve references to the incorrect symbol (#4280) 2024-07-17 02:50:48 +00:00
scopes.rs fix(semantic): resolve reference incorrectly when a parameter references a parameter that hasn't been defined yet (#4004) 2024-07-02 02:12:15 +00:00
symbols.rs fix(semantic): incorrect resolve references for TSTypeQuery (#4310) 2024-07-17 03:33:00 +00:00