feat(core): support TypeScript 4.5#44164
Closed
crisbeto wants to merge 1 commit intoangular:masterfrom
Closed
Conversation
4e774c7 to
926ea7c
Compare
JoostK
reviewed
Nov 16, 2021
15 tasks
IgorMinar
approved these changes
Nov 24, 2021
Contributor
IgorMinar
left a comment
There was a problem hiding this comment.
LGTM! Thank you!
Reviewed-for: global-approvers
ef8689b to
95b6367
Compare
Adds support for TypeScript 4.5. Includes the following changes: * Bumping the package versions. * Fixing a few calls to `createExportSpecifier` and `createImportSpecifier` that require an extra parameter. * Adding some missing methods to the TS compiler hosts. * Fixing an issue in the TS mocks for the ngcc tests where a regex was too agressive and was trying to match a path like `/node_modules/@typescript/lib-es5`. * Accounting for type-only import specifiers when reporting DI errors (see angular#43620). Fixes angular#43620.
Member
Author
|
I pushed some more code in order to make the changes easier to sync into g3. The tl;dr is that I had to add a few temporary |
Member
Author
|
Merge assistance: the PR was reviewed already, but PullApprove is broken. |
Contributor
|
This PR was merged into the repository by commit d56e3f4. |
1 task
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adds support for TypeScript 4.5. Includes the following changes:
createExportSpecifierandcreateImportSpecifierthat require an extra parameter./node_modules/@typescript/lib-es5.Fixes #43620.