[Babel 8] Remove smart pipeline support and remove accessor property from Standardized alias#17732
Merged
nicolo-ribaudo merged 5 commits intobabel:mainfrom Jan 28, 2026
Merged
Conversation
5661711 to
3fb1895
Compare
3fb1895 to
9de337a
Compare
Collaborator
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/60701 |
|
commit: |
Contributor
Author
|
/cc @fisker Could you update the prettier test cases and remove |
Member
9de337a to
ba8aa9c
Compare
Contributor
Author
|
Thanks for the heads-up. I have removed the |
nicolo-ribaudo
approved these changes
Jan 27, 2026
liuxingbaoyu
approved these changes
Jan 28, 2026
Contributor
Author
|
Docs PR is ready, ptal: babel/website#3157 |
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.
In #17641, we have removed parsing support for the obsolete smart pipelines.
As a follow-up, in this PR we remove the smart pipeline AST definitions from babel-types.
Also removedassertionsfrom the visitors of theExportAllDeclaration.This PR also removed
ClassAccessorPropertyfrom theStandardizedalias, aligning with the fact thatDecoratornode is still experimental. TheClassAccessorPropertywas included inStandardizedas of Babel 7, and it should be removed given that it is still stage 3 and the implementations are very limited.