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
For example, I want to use ts-node with node option --expose-gc. But it seems ts-node not support --expose-gc
ts-node
--expose-gc
The text was updated successfully, but these errors were encountered:
Feel free to submit a PR to
ts-node/src/bin.ts
Line 19 in 2ee9575
-gc
Sorry, something went wrong.
--expose-gc doesn't work anymore. I think it was removed by this #536
No branches or pull requests
For example, I want to use
ts-node
with node option--expose-gc
.But it seems ts-node not support
--expose-gc
The text was updated successfully, but these errors were encountered: