This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
"source-map-support" : " ^0.5.6" ,
30
30
"tslib" : " 1.11" ,
31
31
"tslint" : " 5.11.0" ,
32
- "typescript" : " 3.8.2 "
32
+ "typescript" : " 3.9 "
33
33
},
34
34
"scripts" : {
35
35
"build" : " bazel build //:npm_package" ,
Original file line number Diff line number Diff line change 1
- // test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: IncludesNonWideningType
2
- // test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: IncludesNonWideningType
1
+ // test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: Intersection
2
+ // test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: Intersection
3
3
/**
4
4
*
5
5
* @fileoverview Reproduces an issue where tsickle would emit a cast for the "extends" claus, and
Original file line number Diff line number Diff line change 1
- test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: IncludesNonWideningType
1
+ test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: Intersection
2
2
test_files/mixin/mixin.d.ts(12,31): warning TS0: dropped extends of non-symbol supertype: MyMixin(HTMLElement)
Original file line number Diff line number Diff line change @@ -1189,10 +1189,10 @@ tsutils@^2.27.2:
1189
1189
dependencies :
1190
1190
tslib "^1.8.1"
1191
1191
1192
- typescript@3.8.2 :
1193
- version "3.8.2 "
1194
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2 .tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a "
1195
- integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ ==
1192
+ typescript@3.9 :
1193
+ version "3.9.5 "
1194
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5 .tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36 "
1195
+ integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ ==
1196
1196
1197
1197
uglify-js@^3.1.4 :
1198
1198
version "3.6.0"
You can’t perform that action at this time.
0 commit comments