Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 724c128

Browse files
committed
Override internal sync of golden files
1 parent feda615 commit 724c128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test_files/cast_extends/cast_extends.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
/**
44
*
55
* @fileoverview Reproduces an issue where tsickle would emit a cast for the "extends" claus, and

test_files/mixin/dtsdiagnostics.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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
22
test_files/mixin/mixin.d.ts(12,31): warning TS0: dropped extends of non-symbol supertype: MyMixin(HTMLElement)

0 commit comments

Comments
 (0)