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
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/modules-and-globals-mixed-in-amd.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,9 @@ declare const myVar = 30;
332
332
//// [/src/lib/file1.ts]
333
333
exportconstx=10;console.log(x);
334
334
335
+
//// [/src/lib/module.d.ts] file written with same contents
336
+
//// [/src/lib/module.d.ts.map] file written with same contents
337
+
//// [/src/lib/module.d.ts.map.baseline.txt] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/multiple-emitHelpers-in-all-projects.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/multiple-prologues-in-all-projects.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -482,6 +482,9 @@ declare const myVar = 30;
482
482
//// [/src/lib/file1.ts]
483
483
exportconstx=10;console.log(x);
484
484
485
+
//// [/src/lib/module.d.ts] file written with same contents
486
+
//// [/src/lib/module.d.ts.map] file written with same contents
487
+
//// [/src/lib/module.d.ts.map.baseline.txt] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/shebang-in-all-projects.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,9 @@ declare const myVar = 30;
338
338
#!someshebang lib file1
339
339
exportconstx=10;console.log(x);
340
340
341
+
//// [/src/lib/module.d.ts] file written with same contents
342
+
//// [/src/lib/module.d.ts.map] file written with same contents
343
+
//// [/src/lib/module.d.ts.map.baseline.txt] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/triple-slash-refs-in-all-projects.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,9 @@ declare const myVar = 30;
432
432
//// [/src/lib/file1.ts]
433
433
exportconstx=10;console.log(x);
434
434
435
+
//// [/src/lib/module.d.ts] file written with same contents
436
+
//// [/src/lib/module.d.ts.map] file written with same contents
437
+
//// [/src/lib/module.d.ts.map.baseline.txt] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/multiple-emitHelpers-in-all-projects.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -724,6 +724,9 @@ declare function appfile4Spread(...b: number[]): void;
724
724
//// [/src/lib/file1.ts]
725
725
exportconstx=10;functionforlibfile1Rest(){}
726
726
727
+
//// [/src/lib/module.d.ts] file written with same contents
728
+
//// [/src/lib/module.d.ts.map] file written with same contents
729
+
//// [/src/lib/module.d.ts.map.baseline.txt] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/multiple-prologues-in-all-projects.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -647,6 +647,7 @@ declare const myVar = 30;
647
647
"myPrologue5"
648
648
exportconstx=10;
649
649
650
+
//// [/src/lib/module.d.ts] file written with same contents
0 commit comments