oxc/crates/oxc_semantic/tests
Dunqing 27b2268a6c refactor(semantic)!: remove SymbolFlags::Export (#7414)
close: #7338
close: #7344

The `SymbolFlags::Export` is Initially used to solve `ExportSpecifier` that is not `IdentifierReference` that causes we cannot determine whether a Binding is not used everywhere by `Semantic`.

Since #3820 this problem is solved, so we don't need `SymbolFlags::Export` no longer. Also, removing this can help us easier to pass the `Semantic` check in `Transformer`
2024-11-22 09:17:37 +00:00
..
conformance refactor(ast)!: IdentifierReference::reference_id return ReferenceId (#7126) 2024-11-05 02:25:27 +00:00
fixtures refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00
integration refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00
main.rs test(semantic): semantic checker store conformance pass/fail info in a separate file (#7235) 2024-11-11 08:13:13 +00:00