-
Notifications
You must be signed in to change notification settings - Fork 519
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
@bazel/create --typescript is still on TS 3.4 #1602
Comments
alexeagle
added a commit
that referenced
this issue
Feb 13, 2020
Note, this could possibly get us in trouble if a runtime failure between new TS version and what tsc_wrapped depends on. Fixes #1602
alexeagle
added a commit
to alexeagle/rules_nodejs
that referenced
this issue
Feb 19, 2020
Technically this could get us in trouble, if a new TS release isn't compatible with tsc_wrapped. However we work pretty quickly to resolve these. Fixes bazel-contrib#1602 The alternative is we could populate this version from whatever TS we test against in this repo so we know it will work
alexeagle
added a commit
that referenced
this issue
Feb 25, 2020
Technically this could get us in trouble, if a new TS release isn't compatible with tsc_wrapped. However we work pretty quickly to resolve these. Fixes #1602 The alternative is we could populate this version from whatever TS we test against in this repo so we know it will work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should probably be
latest
or we should have some scheme for updating it periodically.See packages/create/index.js
The text was updated successfully, but these errors were encountered: