oxc/crates
overlookmotel 504ac0b178 perf(minifier): InjectGlobalVariables only add to replaced_dot_defines once for each (#4803)
`InjectGlobalVariables` minifier plugin was previously adding an entry to `replaced_dot_defines` each time it made a replacement, resulting in many duplicate entries if a single dot define gets replaced multiple times. Only add once for each dot define.
2024-08-10 13:46:15 +00:00
..
oxc Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_allocator Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_ast Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_ast_macros Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_cfg Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_codegen Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_diagnostics Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_index Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_isolated_declarations Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_js_regex
oxc_language_server
oxc_linter test(linter): ensure rule docs have valid syntax (#4644) 2024-08-10 05:03:09 +00:00
oxc_macros refactor(ast_codegen): replace Windows-style line breaks with Unix-style (#4769) 2024-08-08 17:28:58 +00:00
oxc_mangler Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_minifier perf(minifier): InjectGlobalVariables only add to replaced_dot_defines once for each (#4803) 2024-08-10 13:46:15 +00:00
oxc_module_lexer Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_parser Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_prettier
oxc_semantic Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_sourcemap Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_span Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_syntax Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_transformer fix(transformer/typescript): generated assignment for constructor arguments with access modifiers should be injected to the top of the constructor (#4808) 2024-08-10 11:21:45 +00:00
oxc_traverse Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_wasm refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00