mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
```ts
type T = 0;
export { T }
^ ReferenceFlags::Type | ReferenceFlags::Read
```
The export `T` only referenced type binding. We should remove `ReferenceFlags::Read` for it.
|
||
|---|---|---|
| .. | ||
| fixtures/typescript-eslint | ||
| integration | ||
| main.rs | ||