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.7.0] - 2024-08-05
reference
(refactor(semantic)!: remove name fromreference
#4329) (Dunqing)Features
AstKind::AssignmentTargetPattern
,AstKind::ArrayAssignmentTarget
andAstKind::ObjectAssignmentTarget
(feat(ast): addAstKind::AssignmentTargetPattern
,AstKind::ArrayAssignmentTarget
andAstKind::ObjectAssignmentTarget
#4456) (Dunqing)Bug Fixes
#[visit(ignore)]
fromExportDefaultDeclarationKind
'sTSInterfaceDeclaration
(fix(ast): remove#[visit(ignore)]
fromExportDefaultDeclarationKind
'sTSInterfaceDeclaration
#4497) (Dunqing)a11y/lang
. (fix(linter): panic on invalid lang ina11y/lang
. #4630) (rzvxa)oxlint
allocator cfg (fix(linter): fixoxlint
allocator cfg #4527) (overlookmotel)Performance
Cow
andCompactStr
instead ofString
(perf(linter): change react rules and utils to useCow
andCompactStr
instead ofString
#4603) (DonIsaac)no_shadow_restricted_names
only look up name in hashmap once (perf(linter):no_shadow_restricted_names
only look up name in hashmap once #4472) (overlookmotel)nextjs:no_duplicate_head
rule (perf(linter): avoid unnecessary work innextjs:no_duplicate_head
rule #4465) (overlookmotel)span
field fromReference
(perf(semantic): removespan
field fromReference
#4464) (overlookmotel)Refactor
Span
as param, not&Span
(refactor(semantic): methods takeSpan
as param, not&Span
#4470) (overlookmotel)ScopeId
a niche (refactor(syntax): giveScopeId
a niche #4468) (overlookmotel)