Conversation
These 3 functions don't mutate `self`
Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
…r_support_all_regexp_plugins
…r_support_all_regexp_plugins
…r_support_all__regex__to_new_regexp_transforms
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #5471 will degrade performances by 13.86%Comparing Summary
Benchmarks breakdown
|
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. |
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.

feat(ast)!: add
ThisExpressionvariants toJSXElementNameandJSXMemberExpressionObject(#5466)Close #5352.
Add to AST:
JSXElementName::ThisExpression(<this>)JSXMemberExpressionObject::ThisExpression(<this.foo>,<this.foo.bar>)fix(linter/tree-shaking): detect the correct export symbol resolution (#5467)
fixes: #5455
feat(ast): add
ContentHashtrait; remove noopHashimplementation fromSpan(#5451)closes #5283
Also removes the noop Hash implementation on
Spanin favor of a real implementation.refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462)
As of now if we remove the implementation of a trait for a type and implement the method on that type directly it wouldn't break while it isn't the original trait anymore so that method might do something entirely different.
This change is more explicit on trait calls so we hit compile errors on these kinds of changes.
refactor(ast): simplify
ContentEqtrait definition. (#5468)Addresses the concerns brought up in #5427
fix(ast, codegen, linter): panics in fixers. (#5431)
Closes #5434
https://github.com/oxc-project/oxlint-ecosystem-ci/actions/runs/10685877915/job/29619941099
fix(regex): panic on displaying surrogated
UnicodeEscapecharacters. (#5469)fixes #5387 (comment)
Merge remote-tracking branch 'origin/main' into 09-05-feat_transformer_support_all__regex__to_new_regexp_transforms
update snapshot