oxc/crates
u9g 451667acfc
feat(query): impl ASTNode for VariableDeclarationAST (#639)
also changes from using entire_span to just span so we don't have to
have two properties point at the same span
2023-07-27 11:30:15 +08:00
..
oxc Release oxc v0.0.7 2023-07-06 15:45:09 +08:00
oxc_allocator chore(rust): rust version 1.71.0 nightly 2023-07-13 23:10:10 +08:00
oxc_ast refactor: avoid unstable let_chains 2023-07-27 09:44:57 +08:00
oxc_ast_lower publish: bump all crates to v0.0.7 2023-07-06 14:27:13 +08:00
oxc_cli feat(cli): add support for TIMING env var (#535) 2023-07-25 11:14:36 +08:00
oxc_diagnostics deps(rust): bump dependencies 2023-07-21 11:38:12 +08:00
oxc_formatter refactor: avoid unstable let_chains 2023-07-27 09:44:57 +08:00
oxc_hir refactor: avoid unstable let_chains 2023-07-27 09:44:57 +08:00
oxc_index publish: bump all crates to v0.0.7 2023-07-06 14:27:13 +08:00
oxc_linter refactor(linter): remove Box::leak (#641) 2023-07-27 11:29:59 +08:00
oxc_macros feat(cli): add support for TIMING env var (#535) 2023-07-25 11:14:36 +08:00
oxc_minifier refactor: format code 2023-07-27 09:44:57 +08:00
oxc_napi Release @oxidation-compiler/napi v0.1.0 2023-07-19 13:15:04 +08:00
oxc_parser refactor: remove unstable feature slice_as_chunks (#632) 2023-07-26 19:21:35 +08:00
oxc_query feat(query): impl ASTNode for VariableDeclarationAST (#639) 2023-07-27 11:30:15 +08:00
oxc_resolver feat(resolver): initialize implementation of package.json exports field (#630) 2023-07-26 16:54:54 +08:00
oxc_semantic refactor: avoid unstable let_chains 2023-07-27 09:44:57 +08:00
oxc_span publish: bump all crates to v0.0.7 2023-07-06 14:27:13 +08:00
oxc_syntax publish: bump all crates to v0.0.7 2023-07-06 14:27:13 +08:00
oxc_type_synthesis Replace [dev_dependencies] with newer [dev-dependencies] syntax. (#501) 2023-06-30 10:38:08 +08:00
oxc_wasm refactor(linter): expose LintContext as the API for Linter::run 2023-07-07 22:16:03 +08:00