-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Shorthand flags don't work with --build #26872
Comments
We only have a few build flags at the moment (and intend to add more later), so for the time being we're not assigning single-letter variants. Once we're more confident that |
@RyanCavanaugh but
|
Just noticed we already have short flags for other stuff under |
@RyanCavanaugh you forgot to reopen, also this might be a good one for help wanted/good first issue? |
This is fixed in master? |
This appears to be resolved in the nightly build: $ npm install typescript@next
$ ./node_modules/.bin/tsc --version
Version 3.2.0-dev.20180929
$ ./node_modules/.bin/tsc --build -w
[8:39:12 AM] Starting compilation in watch mode... |
TypeScript Version: 3.0.3
Search Terms:
project references
watch
build
Code
This doesn't work:
This does:
Related Issues: #25613
The text was updated successfully, but these errors were encountered: