oxc/crates/oxc_linter
Dunqing 7a832307c2 fix(semantic): missing reference when export default references a type alias binding (#7813)
Fixes: #7809

`ExportNamedDecalration` and `ExportDefaultDeclaration` can reference both type binding and value, so we need to make sure the `ReferenceFlags` is `Read | Type`
2024-12-12 14:12:30 +00:00
..
examples refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
fixtures test(linter): add regression tests for import/namespace (#7723) 2024-12-08 15:35:14 +08:00
src fix(semantic): missing reference when export default references a type alias binding (#7813) 2024-12-12 14:12:30 +00:00
tests
Cargo.toml release(oxlint): v0.15.0 (#7782) 2024-12-11 00:58:03 +08:00
CHANGELOG.md release(oxlint): v0.15.0 (#7782) 2024-12-11 00:58:03 +08:00