-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: update to typescript v3.9.5 #19646
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
build: update to typescript v3.9.5 #19646
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@devversion needs rebase |
1c07c97
to
8a81340
Compare
@devversion needs rebase |
Updates to the latest version of TypeScript. This matches the TypeScript version used in the latest framework v10.0.0 RC. angular/angular@6651b41
8a81340
to
ffd01e9
Compare
The list size test is currently slightly deviating from the golden. This is due to the TypeScript 3.9.5 update which reverted the IIFE class wrapping (resulting a size reduction in some cases). Other cases might be unrelated. i.e. golden has just not been updated while other component changes have been made.
ffd01e9
to
eac3022
Compare
@jelbourn Rebased |
@devversion changed to |
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. |
master
. This is unrelated to the TS update, but just happened to came to mind when I looked for other size impact due to the update.