Skip to content

Support async babel plugins#239

Merged
ef4 merged 1 commit intomasterfrom
async-babel
Mar 19, 2025
Merged

Support async babel plugins#239
ef4 merged 1 commit intomasterfrom
async-babel

Conversation

@ef4
Copy link
Collaborator

@ef4 ef4 commented Mar 18, 2025

This allows people to use async babel plugins and babel plugins authored as ES modules.

It's a relatively small change since this package was already async in the right areas, it was just calling the synchronous babel APIs when it could use the async equivalent.

If we release this as a patch, everybody on ember-cli-babel 8.x will get it.

@ef4 ef4 added the bug label Mar 18, 2025
This allows people to use async babel plugins and babel plugins authored as ES modules.

It's a relatively small change since this package was already async in the right areas, it was just calling the synchronous babel APIs when it could use the async equivalent.
@ef4 ef4 merged commit 7e9b332 into master Mar 19, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants