oxc/crates
Don Isaac b4b39b8aa6
test(semantic): add scoping test cases (#954)
Add test cases to `oxc_semantic` that check scope flag behavior.

Also contains these tweaks:
- fix: allow disabling `with_module` on `SourceType`
- refactor: move `SymbolTester` to a separate file
- chore: add `Expect` trait & implement it on `SymbolTester`
2023-10-03 18:16:01 +13:00
..
oxc Remove HIR (#917) 2023-09-15 23:48:32 +08:00
oxc_allocator Release oxc v0.2.0 2023-09-14 23:41:44 +08:00
oxc_ast fix: ts parsing error (#940) 2023-09-29 22:02:56 +13:00
oxc_cli fix(cli): fix panic when no paths are provided (#944) 2023-09-30 21:05:55 +13:00
oxc_diagnostics chore(deps): bump the dependencies group with 3 updates (#936) 2023-09-25 23:38:30 -04:00
oxc_formatter feat(transformer): add babel conformance test suite (#920) 2023-09-16 18:50:51 +08:00
oxc_index Release oxc v0.2.0 2023-09-14 23:41:44 +08:00
oxc_linter fix(linter): improve error span for no-thenable 2023-09-30 00:08:04 +13:00
oxc_linter_plugin deps(rust): bump deps 2023-09-29 23:57:43 +13:00
oxc_macros refactor(linter): less a global hashmap to reduce rule timer macro expansion (#822) 2023-09-01 10:32:17 +08:00
oxc_minifier Release oxc v0.2.0 2023-09-14 23:41:44 +08:00
oxc_napi
oxc_parser fix: ts parsing error (#940) 2023-09-29 22:02:56 +13:00
oxc_query fix(query): fix UnaryExpression.operator (#859) 2023-09-05 06:04:14 +00:00
oxc_resolver fix(resolver): log error as debug so it does not print the error by default 2023-09-29 23:41:44 +13:00
oxc_semantic test(semantic): add scoping test cases (#954) 2023-10-03 18:16:01 +13:00
oxc_span test(semantic): add scoping test cases (#954) 2023-10-03 18:16:01 +13:00
oxc_syntax feat(transformer): logical assignment operators (#923) 2023-09-16 23:54:53 +08:00
oxc_transformer feat(transformer): setup typescript and react transformers (#930) 2023-09-18 16:56:41 +08:00
oxc_type_synthesis chore: clean up deps (#840) 2023-09-02 21:34:24 +08:00
oxc_wasm chore(wasm,playground): remove hir 2023-09-29 22:39:31 +13:00