-
Notifications
You must be signed in to change notification settings - Fork 122
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
How does piscina load ts files? #742
Comments
run this function, i got this:
|
We do not run any pre-parser or loader when handling TS files (we sort to only JS files). It would be interesting to explore the handling of TS files, but currently is not supported |
Just use |
@zdila while that is the desired (and kind of only) way on production, it's not helpful while developing if you run your code through an IDE like VSCode and/or frameworks |
The text was updated successfully, but these errors were encountered: