Conversation
2b39f9f to
a40cfd7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
This change seems to have been due to microsoft/TypeScript#39770, where the variable declaration is now treated as an alias declaration which no longer has a value declaration.
alan-agius4
left a comment
There was a problem hiding this comment.
Can we add an integration tests like https://github.com/angular/angular/tree/master/integration/typings_test_ts40
gkalpak
left a comment
There was a problem hiding this comment.
LGTM for dev-infra, docs-infra, fw-upgrade.
From a quick look, I would expect the paths without baseUrl breaking change to affect ngcc, because we iirc we assume baseUrl will be present. For example, ngcc seems to ignore paths if there is no baseUrl.
Reviewed-for: dev-infra, docs-infra, fw-upgrade
This change enables projects to be built with TypeScript 4.1. Support for TypeScript 4.0 is also retained.
TypeScript 4.1 is now used to build and test within the repository.
This change adds a typings test identical to the TypeScript 4.0 test but using TypeScript 4.1 instead.
|
Just checking... I got the error |
Yes that is expected for ViewEngine compilations, but not Ivy. And yes that is covered in this PR. |
JiaLiPassion
left a comment
There was a problem hiding this comment.
LGTM
Reviewed-for: zone-js
IgorMinar
left a comment
There was a problem hiding this comment.
LGTM! Thank you!
Reviewed-for: global-approvers
TypeScript 4.1 is now used to build and test within the repository. PR Close #39571
This change adds a typings test identical to the TypeScript 4.0 test but using TypeScript 4.1 instead. PR Close #39571
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This change updates the framework to support TypeScript 4.1.