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

Support /dev/stdout as a valid --out paramter #4841

Closed
mhegazy opened this issue Sep 17, 2015 · 3 comments
Closed

Support /dev/stdout as a valid --out paramter #4841

mhegazy opened this issue Sep 17, 2015 · 3 comments
Labels
Fixed A PR has been merged for this issue Help Wanted You can do this Suggestion An idea for TypeScript

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Sep 17, 2015

See @sebastien #1226 (comment) for details:

tsc --out /dev/stdout example.ts
error TS5033: Could not write file '/dev/stdout': ESPIPE, invalid seek
@mhegazy mhegazy added Suggestion An idea for TypeScript In Discussion Not yet reached consensus labels Sep 17, 2015
@Gaelan
Copy link

Gaelan commented Sep 20, 2015

👍

@RyanCavanaugh RyanCavanaugh added Help Wanted You can do this and removed In Discussion Not yet reached consensus labels Oct 19, 2015
@RyanCavanaugh
Copy link
Member

Unclear why we're calling seek -- accepting PRs that address that.

@DanielRosenwasser DanielRosenwasser added the Fixed A PR has been merged for this issue label Nov 3, 2015
@DanielRosenwasser DanielRosenwasser changed the title Support /dev/stdout as a valid --out praramter Nov 3, 2015
@mhegazy mhegazy added this to the TypeScript 1.8 milestone Nov 3, 2015
@mhegazy
Copy link
Contributor Author

mhegazy commented Nov 3, 2015

thanks @MartyIX!

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Fixed A PR has been merged for this issue Help Wanted You can do this Suggestion An idea for TypeScript
4 participants