oxc/crates/oxc_semantic/tests/integration
Jan Olaf Martin 3659e6d768
fix(cfg): include export default code in CFG instructions (#7862)
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();
```
2024-12-14 12:09:28 +08:00
..
cfg_fixtures refactor: compile less test binaries to speed up CI (#3414) 2024-05-26 07:21:44 +00:00
snapshots fix(cfg): include export default code in CFG instructions (#7862) 2024-12-14 12:09:28 +08:00
util fix(semantic): syntax error for undeclared private field access (#7635) 2024-12-04 05:33:04 +00:00
cfg.rs chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
classes.rs refactor: compile less test binaries to speed up CI (#3414) 2024-05-26 07:21:44 +00:00
main.rs refactor: compile less test binaries to speed up CI (#3414) 2024-05-26 07:21:44 +00:00
modules.rs refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00
scopes.rs fix(semantic): TSConditionalType scope enter/exit locations (#6351) 2024-10-09 01:34:46 +00:00
symbols.rs refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00