-
Notifications
You must be signed in to change notification settings - Fork 389
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
[HOLD] Update Typescript (3.5 -> 3.7) when Angular supports it #5363
Comments
we're depending on a couple of things here:
But, totally agree, as soon as those dependencies are in place, we should use it! |
Not really, I tested it in this stack and it's working as well! :) Webstorm 2019.2 (stable) ✔ So one probable blocker is Angular and stable VSCode |
if we're agreeing to update, let's do it after 1.3.0 is out to be safe. |
Update After disable TypeScriptVersionCheck ❌ build:core:lib fails because of occ.models
|
Regarding the all-too-common "has or is using private name" error, I've opened a request to fix issues like these in TypeScript by bringing declaration files to parity with language features. microsoft/TypeScript#35822 |
we're up to 3.8.3 for 2.0. |
Typescript version 3.7 has been released.
It adds 2 useful features:
More: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html
Let's update that package and obsolete code in the project.
The text was updated successfully, but these errors were encountered: