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 #12234 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.77.0] - 2025-07-12
💥 BREAKING CHANGES
vec!macro (fix(allocator)!: removevec!macro #12206) (overlookmotel)🚀 Features
StyledComponentplugin (feat(napi/transform): support enablingStyledComponentplugin #12155) (Dunqing)lang=dts(feat(napi/parser,napi/transform): acceptlang=dts#12154) (Boshen)Allocator::alloc_bytes_startmethod (feat(allocator): addAllocator::alloc_bytes_startmethod #12083) (overlookmotel)🐛 Bug Fixes
declaremodifier are not transformed (fix(transformer/legacy-decorator): decorated fields with thedeclaremodifier are not transformed #12212) (Dunqing)IfStatement(fix(semantic): panics when function is the part ofIfStatement#12190) (Dunqing)%token as a v8_intrinsic only if option is enabled (fix(parser): Handle%token as a v8_intrinsic only if option is enabled #12128) (leaysgur)🚜 Refactor
Atomeverywhere (refactor(transformer/styled-components): useAtomeverywhere #12217) (overlookmotel)RawVec(refactor(allocator): add error type toRawVec#12204) (overlookmotel)Vec(refactor(allocator): remove dead code fromVec#12203) (overlookmotel)ComputedMemberExpression(refactor(transformer/plugins): short-circuit early when a call expressions is part ofComputedMemberExpression#12181) (Dunqing)PluginOptions(refactor(transformer/plugins): don't storePluginOptions#12180) (Dunqing)is_less_thanto its own file (refactor(ecmascript): moveis_less_thanto its own file #12189) (Boshen)unreachable!(refactor(transformer/styled_components): make unreachable branchunreachable!#12172) (overlookmotel)AllocatorWrapperabstraction toAllocatorPool(refactor(allocator): addAllocatorWrapperabstraction toAllocatorPool#12081) (overlookmotel)AstNodeIdAncestorsIterand add comments (refactor(semantic): renameAstNodeIdAncestorsIterand add comments #12136) (overlookmotel)build-testscript for tests (refactor(tests/napi): addbuild-testscript for tests #12132) (camc314)AstKindforPropertyKey(refactor(ast): removeAstKindforPropertyKey#12108) (camchenry)📚 Documentation
VecandRawVec(docs(allocator): extend doc comments forVecandRawVec#12205) (overlookmotel)CSSMinifier(docs(transformer/styled-components): add comments aboutCSSMinifier#12197) (Dunqing)⚡ Performance
Atominstead ofOption<Atom>(perf(transformer/styled-components): passAtominstead ofOption<Atom>#12218) (overlookmotel)InlineString(perf(transformer/styled-components): generate file path hash inInlineString#12196) (overlookmotel)enter_expressionas#[inline](perf(transformer/styled_components): markenter_expressionas#[inline]#12173) (overlookmotel)TSClassImplements(perf(napi/parser): optimize raw transfer deserializer forTSClassImplements#12158) (overlookmotel)parent_ids to slice only once (perf(semantic): dereferenceparent_ids to slice only once #12137) (overlookmotel)🎨 Styling
🧪 Testing