You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO/REVIEW: this doesn't work quite right in the browser if a multi file test has files whose names are just the right length relative to one another
Copy file name to clipboardExpand all lines: tests/baselines/reference/contextualTyping.errors.txt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
-
tests/cases/compiler/contextualTyping.ts(189,18): error TS2384: Overload signatures must all be ambient or non-ambient.\ntests/cases/compiler/contextualTyping.ts(197,15): error TS2300: Duplicate identifier 'Point'.\ntests/cases/compiler/contextualTyping.ts(207,10): error TS2300: Duplicate identifier 'Point'.\ntests/cases/compiler/contextualTyping.ts(230,5): error TS2322: Type '{}' is not assignable to type 'B'.
2
-
Property 'x' is missing in type '{}'.\n\n\n==== tests/cases/compiler/contextualTyping.ts (4 errors) ====
1
+
tests/cases/compiler/contextualTyping.ts(189,18): error TS2384: Overload signatures must all be ambient or non-ambient.
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/amd/mapRootSourceRootWithNoSourceMapOption.errors.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
2
1
error TS5038: Option 'mapRoot' cannot be specified without specifying 'sourceMap' option.
2
+
error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
3
3
4
4
5
-
!!! error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
6
5
!!! error TS5038: Option 'mapRoot' cannot be specified without specifying 'sourceMap' option.
6
+
!!! error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/node/mapRootSourceRootWithNoSourceMapOption.errors.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
2
1
error TS5038: Option 'mapRoot' cannot be specified without specifying 'sourceMap' option.
2
+
error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
3
3
4
4
5
-
!!! error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
6
5
!!! error TS5038: Option 'mapRoot' cannot be specified without specifying 'sourceMap' option.
6
+
!!! error TS5039: Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option.
0 commit comments