mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| cfg_fixtures | ||
| snapshots | ||
| util | ||
| cfg.rs | ||
| classes.rs | ||
| main.rs | ||
| modules.rs | ||
| scopes.rs | ||
| symbols.rs | ||