build: update to typescript 3.9.5 (#37456)
This TypeScript version contains the revert for the classes wrapped in IIFE change that was introduced in version 3.9. PR Close #37456
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2987,
|
||||
"main-es2015": 454032,
|
||||
"main-es2015": 453213,
|
||||
"polyfills-es2015": 52685
|
||||
}
|
||||
}
|
||||
@ -12,8 +12,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2987,
|
||||
"main-es2015": 451918,
|
||||
"polyfills-es2015": 52655
|
||||
"main-es2015": 451406,
|
||||
"polyfills-es2015": 52630
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -13,7 +13,7 @@
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 1485,
|
||||
"main-es2015": 16959,
|
||||
"polyfills-es2015": 36657
|
||||
"polyfills-es2015": 36938
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -30,7 +30,7 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 1485,
|
||||
"main-es2015": 136873,
|
||||
"main-es2015": 136302,
|
||||
"polyfills-es2015": 37640
|
||||
}
|
||||
}
|
||||
@ -39,8 +39,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2289,
|
||||
"main-es2015": 246781,
|
||||
"polyfills-es2015": 36657,
|
||||
"main-es2015": 246085,
|
||||
"polyfills-es2015": 36938,
|
||||
"5-es2015": 751
|
||||
}
|
||||
}
|
||||
@ -49,8 +49,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2289,
|
||||
"main-es2015": 221961,
|
||||
"polyfills-es2015": 36657,
|
||||
"main-es2015": 221268,
|
||||
"polyfills-es2015": 36938,
|
||||
"5-es2015": 779
|
||||
}
|
||||
}
|
||||
@ -62,7 +62,7 @@
|
||||
"bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
|
||||
"bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338",
|
||||
"bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1198917, see PR#37221 and PR#37317 for more info",
|
||||
"bundle": 1198917
|
||||
"bundle": 1209688
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user