oxc/crates
Dunqing 3d593ec2eb refactor(var-declarations): remove unnecessary init parameter from insert_var (#7668)
If we want to pass `init`, we should use `insert_var_with_init`
2024-12-05 14:38:40 +00:00
..
oxc
oxc_allocator
oxc_ast fix(estree): make type of BigIntLiteral::raw prop in ESTree AST optional (#7663) 2024-12-05 04:00:57 +00:00
oxc_ast_macros
oxc_cfg
oxc_codegen feat(codegen): minify whitespace for some expressions (#7671) 2024-12-05 06:59:17 +00:00
oxc_data_structures
oxc_diagnostics
oxc_ecmascript
oxc_estree
oxc_isolated_declarations refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00
oxc_language_server
oxc_linter docs(linter): update rule documentation (#7681) 2024-12-05 14:09:30 +00:00
oxc_macros
oxc_mangler
oxc_minifier refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00
oxc_parser feat(napi/parser): expose span positions of import.meta (#7677) 2024-12-05 11:03:52 +00:00
oxc_prettier refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00
oxc_regular_expression
oxc_semantic refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00
oxc_span
oxc_syntax feat(napi/parser): expose span positions of import.meta (#7677) 2024-12-05 11:03:52 +00:00
oxc_transformer refactor(var-declarations): remove unnecessary init parameter from insert_var (#7668) 2024-12-05 14:38:40 +00:00
oxc_traverse feat(traverse): add TraverseCtx::generate_uid_in_current_hoist_scope_based_on_node (#7642) 2024-12-05 13:41:43 +00:00
oxc_wasm