Skip to content

Commit 408a91e

Browse files
authored
Update submodule to new upstream target porting branch (microsoft#702)
1 parent 9dd679a commit 408a91e

File tree

718 files changed

+1305
-20802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

718 files changed

+1305
-20802
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "_submodules/TypeScript"]
22
path = _submodules/TypeScript
33
url = https://github.com/microsoft/TypeScript.git
4+
branch = tsgo-port

_submodules/TypeScript

Submodule TypeScript updated 834 files
Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
--- old.ambientExportDefaultErrors.types
22
+++ new.ambientExportDefaultErrors.types
3-
@@= skipped -31, +31 lines =@@
4-
>"indirect" : typeof import("indirect")
5-
3+
@@= skipped -33, +33 lines =@@
64
export default typeof Foo.default;
7-
->typeof Foo.default : "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"
8-
+>typeof Foo.default : "bigint" | "boolean" | "function" | "number" | "object" | "string" | "symbol" | "undefined"
5+
>typeof Foo.default : "bigint" | "boolean" | "function" | "number" | "object" | "string" | "symbol" | "undefined"
96
>Foo.default : number
107
->Foo : typeof Foo
118
+>Foo : typeof import("foo")
129
>default : number
1310
}
1411

15-
@@= skipped -12, +12 lines =@@
16-
>"indirect2" : typeof import("indirect2")
17-
18-
export = typeof Foo2;
19-
->typeof Foo2 : "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"
20-
+>typeof Foo2 : "bigint" | "boolean" | "function" | "number" | "object" | "string" | "symbol" | "undefined"
21-
>Foo2 : number
22-
}
23-

testdata/baselines/reference/submodule/compiler/anonymousClassExpression1.types.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

testdata/baselines/reference/submodule/compiler/arrayAssignmentTest1.errors.txt.diff

Lines changed: 0 additions & 45 deletions
This file was deleted.

testdata/baselines/reference/submodule/compiler/arrayBestCommonTypes.types.diff

Lines changed: 0 additions & 40 deletions
This file was deleted.

testdata/baselines/reference/submodule/compiler/arrayConcat3.types.diff

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,3 @@
99
>a : Fn<T>[]
1010
>b : Fn<T1>[]
1111

12-
b.concat(a);
13-
>b.concat(a) : Fn<T1>[]
14-
->b.concat : { (...items: ConcatArray<Fn<T1>>[]): Fn<T1>[]; (...items: (Fn<T1> | ConcatArray<Fn<T1>>)[]): Fn<T1>[]; }
15-
+>b.concat : { (...items: ConcatArray<Fn<T1>>[]): Fn<T1>[]; (...items: (ConcatArray<Fn<T1>> | Fn<T1>)[]): Fn<T1>[]; }
16-
>b : Fn<T1>[]
17-
->concat : { (...items: ConcatArray<Fn<T1>>[]): Fn<T1>[]; (...items: (Fn<T1> | ConcatArray<Fn<T1>>)[]): Fn<T1>[]; }
18-
+>concat : { (...items: ConcatArray<Fn<T1>>[]): Fn<T1>[]; (...items: (ConcatArray<Fn<T1>> | Fn<T1>)[]): Fn<T1>[]; }
19-
>a : Fn<T>[]
20-
}
21-

testdata/baselines/reference/submodule/compiler/arrayDestructuringInSwitch1.types.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

testdata/baselines/reference/submodule/compiler/arrayEvery.types.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

testdata/baselines/reference/submodule/compiler/arrayFind.types.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)