Skip to content

Commit 9c4c377

Browse files
authored
Update DOM types (#62496)
1 parent 837e3a1 commit 9c4c377

File tree

92 files changed

+2391
-1345
lines changed

Some content is hidden

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

92 files changed

+2391
-1345
lines changed

src/lib/dom.generated.d.ts

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

src/lib/dom.iterable.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
interface AudioParam {
66
/**
7-
* The **`setValueCurveAtTime()`** method of the following a curve defined by a list of values.
7+
* The **`setValueCurveAtTime()`** method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
88
*
99
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParam/setValueCurveAtTime)
1010
*/
@@ -193,7 +193,7 @@ interface IDBDatabase {
193193

194194
interface IDBObjectStore {
195195
/**
196-
* The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
196+
* The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
197197
*
198198
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
199199
*/

src/lib/webworker.generated.d.ts

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

src/lib/webworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ interface IDBDatabase {
107107

108108
interface IDBObjectStore {
109109
/**
110-
* The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
110+
* The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
111111
*
112112
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
113113
*/

tests/baselines/reference/callsOnComplexSignatures.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== callsOnComplexSignatures.tsx ===

tests/baselines/reference/checkJsxChildrenCanBeTupleType.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== checkJsxChildrenCanBeTupleType.tsx ===

tests/baselines/reference/checkJsxChildrenProperty16.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== checkJsxChildrenProperty16.tsx ===

tests/baselines/reference/checkJsxUnionSFXContextualTypeInferredCorrectly.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== checkJsxUnionSFXContextualTypeInferredCorrectly.tsx ===

tests/baselines/reference/contextuallyTypedJsxChildren.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== contextuallyTypedJsxChildren.tsx ===

tests/baselines/reference/controlFlowOptionalChain3.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== Performance Stats ===
44
Assignability cache: 2,500
55
Type Count: 10,000
6-
Instantiation count: 50,000
6+
Instantiation count: 100,000
77
Symbol count: 50,000
88

99
=== controlFlowOptionalChain3.tsx ===

0 commit comments

Comments
 (0)