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 Performance ReportMerging #8686 will not alter performanceComparing Summary
|
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.48.0] - 2025-01-24
PartialEqimpl for&Atom(refactor(span)!: removePartialEqimpl for&Atom#8642) (overlookmotel)Features
Allocator::capacityandused_bytesmethods (feat(allocator): addAllocator::capacityandused_bytesmethods #8621) (overlookmotel)Allocator::newandwith_capacitymethods (feat(allocator): addAllocator::newandwith_capacitymethods #8620) (overlookmotel)TSTypeLiteral(feat(codegen): print comments inTSTypeLiteral#8679) (Boshen)Number.*_SAFE_INTEGER/Number.EPSILON(feat(minifier): replaceNumber.*_SAFE_INTEGER/Number.EPSILON#8682) (sapphi-red)Number.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY/Number.NaN(feat(minifier): replaceNumber.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY/Number.NaN#8681) (sapphi-red)typeof foo === 'object' && foo !== nulltotypeof foo == 'object' && !!foo(feat(minifier): compresstypeof foo === 'object' && foo !== nulltotypeof foo == 'object' && !!foo#8638) (sapphi-red)(a = b) === null || a === undefinedto(a = b) == null(feat(minifier): compress(a = b) === null || a === undefinedto(a = b) == null#8637) (sapphi-red)Bug Fixes
endColumnoutput (fix(linter): fix githubendColumnoutput #8647) (Alexander S.)void 0equals toundefined(fix(minifier):void 0equals toundefined#8673) (Boshen)String(a)into"" + afor symbols (fix(minifier): avoid minifingString(a)into"" + afor symbols #8612) (翠 / green)void 0(fix(minifier): remove expression statementvoid 0#8602) (Boshen)intrinsicTS keyword (fix(parser): parseintrinsicTS keyword #8627) (Kevin Deng 三咲智子)trueasTSLiteralType(fix(parser): parsetrueasTSLiteralType#8626) (Kevin Deng 三咲智子)UnresolvedReferencesStack(fix(semantic): fix const assertions inUnresolvedReferencesStack#8653) (overlookmotel)Performance
Stringnon-drop (perf(allocator): makeStringnon-drop #8617) (overlookmotel)!(perf(lexer): peak 2 bytes after!#8662) (Boshen)LatePeepholeOptimizations(perf(minifier): addLatePeepholeOptimizations#8651) (Boshen)Documentation
Allocator(docs(allocator): improve docs forAllocator#8623) (overlookmotel)HashMap(docs(allocator): improve docs forHashMap#8616) (overlookmotel)Refactor
Allocatorinto own module (refactor(allocator): moveAllocatorinto own module #8656) (overlookmotel)Droptypes in arena (refactor(allocator): reduce repeat code to preventDroptypes in arena #8655) (overlookmotel)Boxmethods (refactor(allocator): reorderBoxmethods #8654) (overlookmotel)#[estree(via)]behavior (refactor(ast): align#[estree(via)]behavior #8599) (sapphi-red)Stackforbinary_expr_stack(refactor(codegen): useStackforbinary_expr_stack#8663) (Boshen)match_member_expression(refactor(codegen): removematch_member_expression#8597) (Boshen)ref/ref mutsyntax (refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessaryref/ref mutsyntax #8643) (overlookmotel)cow_to_ascii_lowercaseinsteadcow_to_lowercase(refactor(linter): usecow_to_ascii_lowercaseinsteadcow_to_lowercase#8678) (Boshen)wrap_to_avoid_ambiguous_else(refactor(minifier): removewrap_to_avoid_ambiguous_else#8676) (Boshen)has_no_side_effect_for_evaluation_same_target(refactor(minifier): clean uphas_no_side_effect_for_evaluation_same_target#8675) (Boshen)minimize_conditionslocal loop (refactor(minifier): move more code intominimize_conditionslocal loop #8671) (Boshen)minimize_conditions(refactor(minifier): move conditional assignment tominimize_conditions#8669) (Boshen)NonEmptyStackfor function stack (refactor(minifier): useNonEmptyStackfor function stack #8661) (Boshen)try_minimize_conditional(refactor(minifier): clean uptry_minimize_conditional#8660) (Boshen)ast_passestopeephole(refactor(minifier): renameast_passestopeephole#8635) (Boshen)Atoms (refactor(span): deal only in ownedAtoms #8641) (overlookmotel)Atomimpls (refactor(span): remove unnecessary lifetimes onAtomimpls #8639) (overlookmotel)CopyonAtom(refactor(span): deriveCopyonAtom#8596) (branchseer)create_prototype_memberto utils module (refactor(transformer): movecreate_prototype_memberto utils module #8657) (Dunqing)Testing