oxc/crates/oxc_semantic/tests
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
..
fixtures/typescript-eslint fix(semantic): incorrect resolve references for TSTypeQuery (#4310) 2024-07-17 03:33:00 +00:00
integration fix(semantic): incorrect resolve references for TSTypeQuery (#4310) 2024-07-17 03:33:00 +00:00
main.rs chore(semantic): copy tests from typescript-eslint’s scope-manager (#3990) 2024-07-17 02:50:50 +00:00