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.95.0] - 2025-10-15
🚀 Features
SourceCode#getAllComments
(feat(linter/plugins): implementSourceCode#getAllComments
#14589) (Arsh)JSXText({value})
indebug_name()
(feat(ast): ShowJSXText({value})
indebug_name()
#14461) (leaysgur)with_private_member_mappings()
for private class member mangling (feat(napi/playground): callwith_private_member_mappings()
for private class member mangling #14380) (copilot-swe-agent)🐛 Bug Fixes
jsdoc/require-returns
false positive if anything before @returns uses one single quote #13776) (fix(semantic): fix quote handling in jsdoc parser(#13776) #14561) (Li Wei)arguments
copy loop substitution if the temporary variables are referenced outside the for loop (fix(minifier): bail outarguments
copy loop substitution if the temporary variables are referenced outside the for loop #14613) (sapphi-red)compress.unused
option (fix(napi/minify): handle boolean values forcompress.unused
option #14513) (Kentaro Suzuki)source_text
andcomments
fields inContentEq
forProgram
(fix(ast): skipsource_text
andcomments
fields inContentEq
forProgram
#14370) (overlookmotel)🚜 Refactor
context_add
andcontext_remove
functions (refactor(parser): introducecontext_add
andcontext_remove
functions #14567) (Ulrich Stark)ast_tools
codegen (refactor(napi/parser): re-runast_tools
codegen #14547) (overlookmotel)types.js
totype_ids.js
(refactor(napi/parser, linter/plugins): renametypes.js
totype_ids.js
#14384) (overlookmotel)⚡ Performance
has_separator()
result in literal parsing (perf(parser): cachehas_separator()
result in literal parsing #14403) (Boshen)🧪 Testing
antd.js
fixture (test(napi/parser): disable raw transfer tests onantd.js
fixture #14446) (overlookmotel)