oxc/crates/oxc_semantic/tests
Dunqing cf1854be7c feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511)
```ts
type T = 0;
export { T }
         ^ ReferenceFlags::Type | ReferenceFlags::Read
```
The export `T` only referenced type binding. We should remove `ReferenceFlags::Read` for it.
2024-07-29 03:39:18 +00:00
..
fixtures/typescript-eslint feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511) 2024-07-29 03:39:18 +00:00
integration fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480) 2024-07-27 02:42:24 +00:00
main.rs chore(semantic): fix incorrect reference id in snapshot (#4441) 2024-07-24 12:51:57 +00:00