X Tutup
Skip to content

[Babel 8] Parser cleanup#17641

Merged
JLHwung merged 6 commits intobabel:mainfrom
JLHwung:parser-cleanup
Dec 6, 2025
Merged

[Babel 8] Parser cleanup#17641
JLHwung merged 6 commits intobabel:mainfrom
JLHwung:parser-cleanup

Conversation

@JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Dec 5, 2025

Q                       A
Fixed Issues? Clean up unused routines / errors / typings from Babel 8 parser
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

In this PR we clean up parser routines on import assertions, smart pipelines, decimal literals and record&tuple. This PR should not introduce further breaking changes because these routines are now effectively unreachable due to the plugin option validation.

@JLHwung JLHwung added pkg: parser PR: Internal (next major) 🏠 A type of pull request used for our changelog categories for next major release labels Dec 5, 2025
@babel-bot
Copy link
Collaborator

babel-bot commented Dec 5, 2025

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/60398

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 5, 2025

Open in StackBlitz

commit: 5ac0480

@JLHwung JLHwung merged commit 61163ed into babel:main Dec 6, 2025
54 checks passed
@JLHwung JLHwung deleted the parser-cleanup branch December 6, 2025 13:45
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Mar 8, 2026
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: parser PR: Internal (next major) 🏠 A type of pull request used for our changelog categories for next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup