Skip to content

--watch is broken in release-2.0.5 #11028

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

Closed
vladima opened this issue Sep 21, 2016 · 0 comments
Closed

--watch is broken in release-2.0.5 #11028

vladima opened this issue Sep 21, 2016 · 0 comments
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@vladima
Copy link
Contributor

vladima commented Sep 21, 2016

  1. create file app.ts
  2. start compiler in watch mode, i.e. node built/local/tsc.js --watch app.ts
  3. save the file

Expected: no errors, output file is written
Actual: error error TS5033: Could not write file 'app.js': ENOENT: no such file or directory, mkdir '' occured
`

@vladima vladima added the Bug A bug in TypeScript label Sep 21, 2016
@mhegazy mhegazy added this to the TypeScript 2.0.5 milestone Sep 22, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Sep 22, 2016
@mhegazy mhegazy closed this as completed Sep 22, 2016
@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
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

2 participants