oxc/crates/oxc_semantic/tests/integration
Boshen b06052501a refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553)
Realized we can get the source type from the AST.

The next PR will introduce `unambiguous` to `SourceType` and directly set `Program::source_type` to either `script` or `module`.
2024-09-06 16:40:10 +00:00
..
cfg_fixtures refactor: compile less test binaries to speed up CI (#3414) 2024-05-26 07:21:44 +00:00
snapshots feat(ast): improve AstKind::debug_name (#4553) 2024-08-03 21:22:05 +00:00
util refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +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 chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
scopes.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
symbols.rs test(linter/no-unused-vars): arrow functions in tagged templates (#5510) 2024-09-05 14:55:39 -04:00