Skip to content

Commit 3472548

Browse files
authored
Update DOM types (#63137)
1 parent ad04bf7 commit 3472548

16 files changed

+1672
-59
lines changed

src/lib/dom.generated.d.ts

Lines changed: 829 additions & 8 deletions
Large diffs are not rendered by default.

src/lib/webworker.generated.d.ts

Lines changed: 808 additions & 16 deletions
Large diffs are not rendered by default.

tests/baselines/reference/checkJsxChildrenCanBeTupleType.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== checkJsxChildrenCanBeTupleType.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/contextuallyTypedJsxChildren.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== contextuallyTypedJsxChildren.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/globalThisBlockscopedProperties.types

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tests/baselines/reference/jsxElementType.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500 -> 5,000
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== jsxElementType.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxFragmentFactoryNoUnusedLocals.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 50,000 -> 100,000
88

99
=== jsxFragmentFactoryNoUnusedLocals.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsx).types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== jsxJsxsCjsTransformNestedSelfClosingChild.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxJsxsCjsTransformNestedSelfClosingChild(jsx=react-jsxdev).types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== jsxJsxsCjsTransformNestedSelfClosingChild.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxRuntimePragma(jsx=preserve).types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== one.tsx ===
1010
/// <reference path="react16.d.ts" />

0 commit comments

Comments
 (0)