oxc/crates/oxc_semantic/tests/integration
Dunqing 40cafb8c61 fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480)
The code changes in `builder.rs` optimize the export flag check in the `SemanticBuilder` implementation. Instead of setting the export flag to `true` for all cases except `ExportDefaultDeclarationKind::ClassDeclaration(ref class)`, the flag is now set to `true` only for `ExportDefaultDeclarationKind::ClassDeclaration` and `false` for all other cases. This change improves the efficiency of the export flag check.
2024-07-27 02:42:24 +00:00
..
cfg_fixtures
snapshots refactor(semantic): correct scope in CatchClause (#4192) 2024-07-11 08:45:30 +00:00
util docs(semantic): add doc comments for SymbolTester and SemanticTester (#4433) 2024-07-24 16:58:13 +00:00
cfg.rs chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
classes.rs
main.rs
modules.rs fix(semantic): non-exported namespace member symbols flagged as exported (#4493) 2024-07-27 08:46:21 +08:00
scopes.rs fix(semantic): incorrect symbol’s scope_id after var hoisting (#4458) 2024-07-25 21:12:26 +08:00
symbols.rs fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480) 2024-07-27 02:42:24 +00:00