-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
3.7.5 => 3.8.3 introduces breaking change(and shouldn't) #37416
Comments
TypeScript does not follow SemVer: #14116 (comment) |
...oh. ...Well that's "fun". Thanks for the heads up I guess. Duplicate of #36917 |
Yeah, thanks. I'm reading the thread just now...the only problem is that I'm pinned to 3.5.2 and getting 3.8.x. If typescript doesn't follow semver...is there an explanation somewhere of what the version numbers actually mean? Do they mean anything at all? |
TypeScript Version: 3.8.3
Search Terms:
Option 'noEmit' cannot be specified with option 'incremental'.
typescript incremental noEmit
tsc noEmit incremental
Code
Expected behavior:
The typescript project should compile successfully (it does under 3.7.5) since 3.7.5 to 3.8.3 is not a semver breaking change the two should be backwards compatible, but aren't. https://semver.org/spec/v2.0.0.html#summary
Actual behavior:
Playground Link:
n/a (typescript playground doesn't have the option to configure the
tsc
command or set theincremental
option intsconfig.json
Related Issues:
n/a
The text was updated successfully, but these errors were encountered: