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
* Use ids as 1 based so we can specialize `0` to be some special meaning
* Baseline tsbuildinfo size in the readable baseline
* Baseline fileName and fileNames list as well in readable tsbuildinfo so that new additions are easy to recognize
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/modules-and-globals-mixed-in-amd.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,8 @@ declare const myVar = 30;
363
363
]
364
364
}
365
365
},
366
-
"version": "FakeTSVersion"
366
+
"version": "FakeTSVersion",
367
+
"size": 438
367
368
}
368
369
369
370
//// [/src/lib/module.d.ts] 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
+4-2
Original file line number
Diff line number
Diff line change
@@ -513,7 +513,8 @@ declare const myVar = 30;
513
513
]
514
514
}
515
515
},
516
-
"version": "FakeTSVersion"
516
+
"version": "FakeTSVersion",
517
+
"size": 896
517
518
}
518
519
519
520
//// [/src/lib/module.d.ts] 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
+4-2
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,8 @@ declare const myVar = 30;
369
369
]
370
370
}
371
371
},
372
-
"version": "FakeTSVersion"
372
+
"version": "FakeTSVersion",
373
+
"size": 442
373
374
}
374
375
375
376
//// [/src/lib/module.d.ts] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -1924,7 +1924,8 @@ declare const myVar = 30;
1924
1924
]
1925
1925
}
1926
1926
},
1927
-
"version": "FakeTSVersion"
1927
+
"version": "FakeTSVersion",
1928
+
"size": 442
1928
1929
}
1929
1930
1930
1931
//// [/src/lib/module.d.ts] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/triple-slash-refs-in-all-projects.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -463,7 +463,8 @@ declare const myVar = 30;
463
463
]
464
464
}
465
465
},
466
-
"version": "FakeTSVersion"
466
+
"version": "FakeTSVersion",
467
+
"size": 572
467
468
}
468
469
469
470
//// [/src/lib/module.d.ts] 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
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/multiple-prologues-in-all-projects.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -678,7 +678,8 @@ declare const myVar = 30;
678
678
]
679
679
}
680
680
},
681
-
"version": "FakeTSVersion"
681
+
"version": "FakeTSVersion",
682
+
"size": 896
682
683
}
683
684
684
685
//// [/src/lib/module.d.ts] file written with same contents
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -2100,7 +2100,8 @@ declare const myVar = 30;
2100
2100
]
2101
2101
}
2102
2102
},
2103
-
"version": "FakeTSVersion"
2103
+
"version": "FakeTSVersion",
2104
+
"size": 442
2104
2105
}
2105
2106
2106
2107
//// [/src/lib/module.d.ts] file written with same contents
0 commit comments