We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thank you for the great tool! 🙂
Recently Jest supports loading transformers written in ESM through the requireOrImportModule util.
requireOrImportModule
It would be great if jest-chain-transform could support such loaders too.
Downside is that this would require createTransformer function to be an async function, which is supported only by Jest >= 29.4, 😢
createTransformer
The text was updated successfully, but these errors were encountered:
Noted. will look into this and try to support ESM loader
Sorry, something went wrong.
0.0.6 supports the ESM transformer to be chained.
Jest ESM is still under experiment. Please refer to https://jestjs.io/docs/ecmascript-modules.
An example
Thanks for the good news! 🎉 I'll check.
No branches or pull requests
Hello, thank you for the great tool! 🙂
Recently Jest supports loading transformers written in ESM through the
requireOrImportModule
util.It would be great if jest-chain-transform could support such loaders too.
Downside is that this would require
createTransformer
function to be an async function, which is supported only by Jest >= 29.4, 😢The text was updated successfully, but these errors were encountered: