oxc/crates/oxc_linter/src
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
..
config feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
context feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
fixer
loader
options
rules fix(semantic): missing reference when export default references a type alias binding (#7813) 2024-12-12 14:12:30 +00:00
service fix(linter): only resolve esm files for import plugin (#7720) 2024-12-07 17:30:45 +00:00
snapshots feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
utils refactor(linter): rename is_same_reference to is_same_expression (#7654) 2024-12-05 04:15:15 +00:00
ast_util.rs
builder.rs fix(linter): detect vitest jest alias rules (#7567) 2024-12-03 09:46:05 +08:00
disable_directives.rs
frameworks.rs
globals.rs
javascript_globals.rs
lib.rs feat(linter): output rules to json array (#7574) 2024-12-02 03:17:57 +00:00
module_graph_visitor.rs
module_record.rs feat(syntax): add ExportEntry::is_type (#7676) 2024-12-05 09:02:18 +00:00
rule.rs
rules.rs feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
table.rs
tester.rs