-
Notifications
You must be signed in to change notification settings - Fork 3k
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
type-check with typescript 1.9 #1697
Comments
|
Actually appears to be a breaking change for TypeScript 2.0. See microsoft/TypeScript#7662. Update the PR as well. |
cc @rkirov |
@david-driscoll I assume this can be closed for now by your latest PR #1700, is my understanding correct? |
Thanks @zackarychapple! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
TypeScript 1.9 (@next) has been out for a while and will be the 2.0 beta in a couple weeks.
Newer TypeScript has many features which are useful in build tooling. Would be nice to be able to use these features while compiling rxjs.
$ npm install typescript@next
$ npm run build_es6
The text was updated successfully, but these errors were encountered: