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

--emitFile debug flag to emit the compiled output of a single file to stdout #1366

Open
Tracked by #1504
cspotcode opened this issue Jun 6, 2021 · 0 comments
Open
Tracked by #1504
Labels
research Needs design work, investigation, or prototyping. Implementation uncertain.

Comments

@cspotcode
Copy link
Collaborator

To facilitate debugging, similar to --showConfig, but this flag will start ts-node like normal, compile a single file, write the compiled output to stdout, then exit.

Possible cons: we already have --emit, we should encourage that when debugging.

@cspotcode cspotcode added the research Needs design work, investigation, or prototyping. Implementation uncertain. label Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Needs design work, investigation, or prototyping. Implementation uncertain.
Projects
None yet
Development

No branches or pull requests

1 participant