Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source-map-support": "^0.5.6",
"tslib": "1.11",
"tslint": "5.11.0",
"typescript": "3.8.2"
"typescript": "3.9"
},
"scripts": {
"build": "bazel build //:npm_package",
Expand Down
4 changes: 2 additions & 2 deletions test_files/cast_extends/cast_extends.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: IncludesNonWideningType
// test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: IncludesNonWideningType
// test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: Intersection
// test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: Intersection
/**
*
* @fileoverview Reproduces an issue where tsickle would emit a cast for the "extends" claus, and
Expand Down
2 changes: 1 addition & 1 deletion test_files/mixin/dtsdiagnostics.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: IncludesNonWideningType
test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: Intersection
test_files/mixin/mixin.d.ts(12,31): warning TS0: dropped extends of non-symbol supertype: MyMixin(HTMLElement)
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,10 @@ tsutils@^2.27.2:
dependencies:
tslib "^1.8.1"

typescript@3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
typescript@3.9:
version "3.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==

uglify-js@^3.1.4:
version "3.6.0"
Expand Down