mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Previously any instructions happening inside of the expression passed to `export default` were invisible in the CFG. Example: ``` // Uncommenting this line makes the call to bar() disappear from the // CFG view of the program: // export default bar(); ``` |
||
|---|---|---|
| .. | ||
| cfg_fixtures | ||
| snapshots | ||
| util | ||
| cfg.rs | ||
| classes.rs | ||
| main.rs | ||
| modules.rs | ||
| scopes.rs | ||
| symbols.rs | ||