X Tutup
Skip to content

feat(standalone): export async transform#17653

Merged
nicolo-ribaudo merged 1 commit intobabel:mainfrom
JLHwung:export-async-transform-standalone
Jan 27, 2026
Merged

feat(standalone): export async transform#17653
nicolo-ribaudo merged 1 commit intobabel:mainfrom
JLHwung:export-async-transform-standalone

Conversation

@JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Dec 11, 2025

Q                       A
Fixed Issues? Fixes #17652
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature? Yes
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

@JLHwung JLHwung added PR: New Feature 🚀 A type of pull request used for our changelog categories pkg: standalone labels Dec 11, 2025
@babel-bot
Copy link
Collaborator

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 11, 2025

Open in StackBlitz

commit: 0fe6614

Copy link
Contributor

@NullVoxPopuli NullVoxPopuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3 🎉

@NullVoxPopuli
Copy link
Contributor

I tested this locally in my project and it works great <3

@liuxingbaoyu
Copy link
Member

FYI, you can use this. :)
npm i https://pkg.pr.new/babel/babel/@babel/standalone@0fe661460049cbc4f2b96fdeb0d6ce17b89b3bef

@nicolo-ribaudo nicolo-ribaudo added PR: New Feature (next major) 🚀 A type of pull request used for our changelog categories for next major release and removed PR: New Feature 🚀 A type of pull request used for our changelog categories labels Dec 19, 2025
@NullVoxPopuli
Copy link
Contributor

Is main only for the next major?

I'm looking forward to this feature so my users can use newer plugins

@nicolo-ribaudo
Copy link
Member

Backport for v7 is in #17663.

@nicolo-ribaudo nicolo-ribaudo merged commit fba9608 into babel:main Jan 27, 2026
54 checks passed
@nicolo-ribaudo nicolo-ribaudo deleted the export-async-transform-standalone branch January 27, 2026 16:12
@nicolo-ribaudo nicolo-ribaudo added the PR: New Feature 🚀 A type of pull request used for our changelog categories label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: standalone PR: New Feature (next major) 🚀 A type of pull request used for our changelog categories for next major release PR: New Feature 🚀 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@babel/standalone is missing the async APIs, such as transformAsync

5 participants

X Tutup