oxc/crates
Dunqing 968863bef3 refactor(transformer/class-properties): move transform logic of callee of CallExpression to transform_private_field_callee (#7503)
This transform logic is also can be used to `tag` of `TaggedTemplateExpression`, so let's move it to a separate function.
2024-11-27 12:08:10 +00:00
..
oxc release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_allocator release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_ast feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_ast_macros release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_cfg release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_codegen release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_data_structures release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_diagnostics release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_ecmascript feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_estree release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_isolated_declarations feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_language_server fix(language_server): calculate correct column when Unicode chars (#7484) 2024-11-26 10:44:13 +08:00
oxc_linter feat(linter): implement typescript/no-unused-expressions (#7498) 2024-11-27 10:28:41 +00:00
oxc_macros feat(linter): allow lint rules with the same name (#7496) 2024-11-27 04:25:05 +00:00
oxc_mangler release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_minifier feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_module_lexer release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_parser feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_prettier refactor(prettier): Refactor IR related macros (#7491) 2024-11-26 09:31:30 +00:00
oxc_regular_expression release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_semantic test(semantic): add a test for UpdateExpression (#7495) 2024-11-27 02:00:52 +00:00
oxc_sourcemap release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_span release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_syntax release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_transformer refactor(transformer/class-properties): move transform logic of callee of CallExpression to transform_private_field_callee (#7503) 2024-11-27 12:08:10 +00:00
oxc_traverse feat(traverse): add generate_uid_in_current_hoist_scope method (#7423) 2024-11-26 11:21:36 +00:00
oxc_wasm ci: clean up wasm type check (#7466) 2024-11-25 17:56:17 +08:00