oxc/crates/oxc_semantic
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
..
examples example(semantic): examples print parser errors (#4405) 2024-07-22 11:05:03 +00:00
src feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511) 2024-07-29 03:39:18 +00:00
tests feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511) 2024-07-29 03:39:18 +00:00
Cargo.toml Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
CHANGELOG.md Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00