Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Contributor
Monitor Oxc
|
CodSpeed Performance ReportMerging #7490 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.38.0] - 2024-11-26
5d65656 oxc_index: [BREAKING] Move to own repo github.com/oxc-project/oxc-index-vec (refactor(oxc_index)!: move to own repo github.com/oxc-project/oxc-index-vec #7464) (Boshen)
bb2c0c2 transformer: [BREAKING] Return
Stringas error instead of OxcDiagnostic (refactor(transformer)!: returnStringas error instead of OxcDiagnostic #7424) (Boshen)27b2268 semantic: [BREAKING] Remove
SymbolFlags::Export(refactor(semantic)!: removeSymbolFlags::Export#7414) (Dunqing)6f0fe38 semantic: [BREAKING] Correct all
ReferenceFlags::Writeaccording to the spec (fix(semantic)!: correct allReferenceFlags::Writeaccording to the spec #7388) (Dunqing)Features
GetAddresson all enum types (feat(ast): deriveGetAddresson all enum types #7472) (overlookmotel)TransformOptions::targetAPI (feat(napi/transform): addTransformOptions::targetAPI #7426) (Boshen)ReplaceGlobalDefinesPlugin(feat(oxc_transformer): use better diagnostic message forReplaceGlobalDefinesPlugin#7439) (dalaoshu)BoundIdentifier+MaybeBoundIdentifierto createSimpleAssignmentTargets (feat(traverse): add methods toBoundIdentifier+MaybeBoundIdentifierto createSimpleAssignmentTargets #7418) (overlookmotel)Bug Fixes
thisin static prop initializers (fix(transformer/class-properties): transformthisin static prop initializers #7481) (overlookmotel)super()inTSModuleBlocks (fix(transformer/class-properties): stop searching forsuper()inTSModuleBlocks #7480) (overlookmotel)Performance
enter_expressionas inline (perf(transformer/optional-chaining): markenter_expressionas inline #7390) (Dunqing)Documentation
#[ast]proc macro (docs(ast_tools): reformat docs for#[ast]proc macro #7437) (overlookmotel)#[ast]proc macro (docs(ast_tools): update and reformat docs for#[ast]proc macro #7436) (overlookmotel)BoundIdentifier+MaybeBoundIdentifier(docs(traverse): fix docs forBoundIdentifier+MaybeBoundIdentifier#7417) (overlookmotel)Refactor
tsifyhelper attr fromAstderive macro (refactor(ast_tools): removetsifyhelper attr fromAstderive macro #7435) (overlookmotel)CloneIninstead ofast.copy(refactor(isolated-declarations): useCloneIninstead ofast.copy#7459) (Dunqing)SymbolFlags::TypeLiteral(refactor(semantic): removeSymbolFlags::TypeLiteral#7415) (Dunqing)GetAddress(refactor(transformer/class-properties): safer use ofGetAddress#7474) (overlookmotel)Styling