-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
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
Support transforming resolves (to allow for .ts-based snapshotResolver) #8330
Comments
This also applies for "resolver" resolvers. |
Awesome, thanks for the links - I'll check them out & see what I can hack together :D Looking over the config options, I've come up w/ this list:
I don't know how easy it would be to transform all of those, so I won't get caught up in trying, but I'll see how far I can take it, and get as many transforming as I can (each in their own branch/PR of course). |
@SimenB sadly I don't think it'll be as small of a diff as you're expecting, as it means making |
I'll fix that |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
Currently resolver files used for properties such as
snapshotResolver
don't get transformed, meaning that you can only use language features that can be transformed by Babel.For example, TypeScript resolvers won't work:
package.json
:Output:
Based off discussion with @SimenB
The text was updated successfully, but these errors were encountered: