oxc/crates/oxc_semantic
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
..
examples example(semantic): examples print parser errors (#4405) 2024-07-22 11:05:03 +00:00
src fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480) 2024-07-27 02:42:24 +00:00
tests fix(semantic): params in export default (function() {}) flagged as SymbolFlags::Export (#4480) 2024-07-27 02:42:24 +00:00
Cargo.toml Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
CHANGELOG.md Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00