Skip to content
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

[Feature Request] Support custom node options #418

Closed
k8w opened this issue Sep 5, 2017 · 2 comments
Closed

[Feature Request] Support custom node options #418

k8w opened this issue Sep 5, 2017 · 2 comments

Comments

@k8w
Copy link

k8w commented Sep 5, 2017

For example, I want to use ts-node with node option --expose-gc.
But it seems ts-node not support --expose-gc

@blakeembrey
Copy link
Member

Feel free to submit a PR to

const knownFlags = v8flags.concat([
. You can use -gc for now.

@JesseRussell411
Copy link

--expose-gc doesn't work anymore. I think it was removed by this #536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants