Conversation
Contributor
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Contributor
Monitor Oxc
|
CodSpeed Instrumentation Performance ReportMerging #13387 will degrade performances by 11.21%Comparing Summary
Benchmarks breakdown
Footnotes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.83.0] - 2025-08-29
💥 BREAKING CHANGES
PropertyReadSideEffects::OnlyMemberPropertyAccess(refactor(ecmascript)!: removePropertyReadSideEffects::OnlyMemberPropertyAccess#13348) (sapphi-red)🚀 Features
is_literal_valueinsubstitute_single_use_symbol_in_expression(feat(minifier): useis_literal_valueinsubstitute_single_use_symbol_in_expression#13364) (sapphi-red)is_literal_value(feat(ecmascript): examine and improveis_literal_value#13363) (sapphi-red)DefaultforSemantic(feat(semantic): deriveDefaultforSemantic#13343) (overlookmotel)Utf8ToUtf16Converter::convert_programmethod (feat(ast_visit): addUtf8ToUtf16Converter::convert_programmethod #13341) (overlookmotel)Utf8ToUtf16translate back from UTF-16 to UTF-8 (feat(ast_visit):Utf8ToUtf16translate back from UTF-16 to UTF-8 #13340) (overlookmotel)--max-iterationsfor debugging (feat(minifier): add--max-iterationsfor debugging #13291) (sapphi-red)CodeGenOptions(feat(oxc_minify_napi): exposeCodeGenOptions#13288) (sapphi-red)return void foo()=>foo(); return(feat(minifier): compressreturn void foo()=>foo(); return#13271) (sapphi-red)Math.clz32andMath.imul(feat(minifier): implement known methodsMath.clz32andMath.imul#12405) (Ethan Wu)🐛 Bug Fixes
typeof foo === 'object' && foo !== nullcompression (2) (fix(minifier): keep variables that are modified bytypeof foo === 'object' && foo !== nullcompression (2) #13362) (sapphi-red)superin object method in js but not in ts (fix(semantic): allowsuperin object method in js but not in ts #13318) (Boshen)Utf8ToUtf16Converter(fix(ast_visit): correct and expand comments inUtf8ToUtf16Converter#13310) (overlookmotel)postfix_wildcardshould only match one property (fix(oxc_transformer_plugins): replace_global_define pluginpostfix_wildcardshould only match one property #13307) (IWANABETHATGUY)typeof foo === 'object' && foo !== nullcompression (fix(minifier): keep variables that are modified bytypeof foo === 'object' && foo !== nullcompression #13290) (sapphi-red)thisvalue (fix(minifier): keep property access before call expressions as-is to preservethisvalue #13278) (sapphi-red)🚜 Refactor
Utf8ToUtf16record end offset of multi-byte chars (refactor(ast_visit):Utf8ToUtf16record end offset of multi-byte chars #13339) (overlookmotel)&Vec(refactor(semantic): store comments as a slice instead of&Vec#13336) (overlookmotel)ToUint32trait (refactor(ecmascript): addToUint32trait #13272) (sapphi-red)⚡ Performance
is_closest_function_scope_an_async_generator(perf(minifier): exit early inis_closest_function_scope_an_async_generator#13273) (sapphi-red)🧪 Testing