Skip to content

Commit a5400d7

Browse files
committed
Fix submodule versions of TypeScript
1 parent 6af633b commit a5400d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/baselines/tsconfigInclude/2.3/errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TypeScript error: test/tsconfigInclude/file.ts(1,1): error TS2552: Cannot find name 'file'. Did you mean 'File'?
1+
TypeScript error: test/tsconfigInclude/file.ts(1,1): error TS2304: Cannot find name 'file'.
22
TypeScript error: test/tsconfigInclude/include.ts(1,1): error TS2304: Cannot find name 'include'.
33
{
44
"transpileErrors": 0,

test/baselines/tsconfigInclude/2.4/errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TypeScript error: test/tsconfigInclude/file.ts(1,1): error TS2304: Cannot find name 'file'.
1+
TypeScript error: test/tsconfigInclude/file.ts(1,1): error TS2552: Cannot find name 'file'. Did you mean 'File'?
22
TypeScript error: test/tsconfigInclude/include.ts(1,1): error TS2304: Cannot find name 'include'.
33
{
44
"transpileErrors": 0,

typescript/2.3

Submodule 2.3 updated 1810 files

typescript/dev

0 commit comments

Comments
 (0)