oxc/crates/oxc_semantic/tests/integration
IWANABETHATGUY 8cfea3c5b6
feat(oxc_cfg): add implicit return instruction (#5568)
1. Adding a new InstructionKind `ImplicitReturn`
2. Adding a new `ImplicitReturn` instruction for each function body,
just like biome

![image](https://github.com/user-attachments/assets/1511a64a-96d8-47b6-a394-11cd40e98b85)
2024-11-21 16:18:51 +08:00
..
cfg_fixtures
snapshots feat(oxc_cfg): add implicit return instruction (#5568) 2024-11-21 16:18:51 +08:00
util refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
cfg.rs
classes.rs
main.rs
modules.rs fix(parser): string ImportSpecifiers for type imports (#6352) 2024-10-08 08:17:30 +00:00
scopes.rs fix(semantic): TSConditionalType scope enter/exit locations (#6351) 2024-10-09 01:34:46 +00:00
symbols.rs fix(semantic): add interfaces and functions to SymbolFlags::ClassExcludes (#6057) 2024-09-27 05:57:03 +00:00