oxc/crates/oxc_semantic/tests
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
..
fixtures/typescript-eslint feat(ast): add AstKind::AssignmentTargetPattern, AstKind::ArrayAssignmentTarget and AstKind::ObjectAssignmentTarget (#4456) 2024-07-25 09:32:33 +00:00
integration fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480) 2024-07-27 02:42:24 +00:00
main.rs chore(semantic): fix incorrect reference id in snapshot (#4441) 2024-07-24 12:51:57 +00:00