Skip to content

Commit 8273e37

Browse files
Update core dependencies (#2477)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 7baac5e commit 8273e37

22 files changed

Lines changed: 131 additions & 26 deletions

baselines/audioworklet.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,8 +1605,13 @@ declare namespace WebAssembly {
16051605
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
16061606
*/
16071607
interface Global<T extends ValueType = ValueType> {
1608-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
1608+
/**
1609+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
1610+
*
1611+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
1612+
*/
16091613
value: ValueTypeMap[T];
1614+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
16101615
valueOf(): ValueTypeMap[T];
16111616
}
16121617

baselines/dom.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43070,8 +43070,13 @@ declare namespace WebAssembly {
4307043070
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
4307143071
*/
4307243072
interface Global<T extends ValueType = ValueType> {
43073-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
43073+
/**
43074+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
43075+
*
43076+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
43077+
*/
4307443078
value: ValueTypeMap[T];
43079+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
4307543080
valueOf(): ValueTypeMap[T];
4307643081
}
4307743082

baselines/serviceworker.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12866,8 +12866,13 @@ declare namespace WebAssembly {
1286612866
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
1286712867
*/
1286812868
interface Global<T extends ValueType = ValueType> {
12869-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12869+
/**
12870+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12871+
*
12872+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12873+
*/
1287012874
value: ValueTypeMap[T];
12875+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
1287112876
valueOf(): ValueTypeMap[T];
1287212877
}
1287312878

baselines/sharedworker.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12592,8 +12592,13 @@ declare namespace WebAssembly {
1259212592
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
1259312593
*/
1259412594
interface Global<T extends ValueType = ValueType> {
12595-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12595+
/**
12596+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12597+
*
12598+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12599+
*/
1259612600
value: ValueTypeMap[T];
12601+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
1259712602
valueOf(): ValueTypeMap[T];
1259812603
}
1259912604

baselines/ts5.5/audioworklet.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,13 @@ declare namespace WebAssembly {
16021602
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
16031603
*/
16041604
interface Global<T extends ValueType = ValueType> {
1605-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
1605+
/**
1606+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
1607+
*
1608+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
1609+
*/
16061610
value: ValueTypeMap[T];
1611+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
16071612
valueOf(): ValueTypeMap[T];
16081613
}
16091614

baselines/ts5.5/dom.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43044,8 +43044,13 @@ declare namespace WebAssembly {
4304443044
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
4304543045
*/
4304643046
interface Global<T extends ValueType = ValueType> {
43047-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
43047+
/**
43048+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
43049+
*
43050+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
43051+
*/
4304843052
value: ValueTypeMap[T];
43053+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
4304943054
valueOf(): ValueTypeMap[T];
4305043055
}
4305143056

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12863,8 +12863,13 @@ declare namespace WebAssembly {
1286312863
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
1286412864
*/
1286512865
interface Global<T extends ValueType = ValueType> {
12866-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12866+
/**
12867+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12868+
*
12869+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12870+
*/
1286712871
value: ValueTypeMap[T];
12872+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
1286812873
valueOf(): ValueTypeMap[T];
1286912874
}
1287012875

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12589,8 +12589,13 @@ declare namespace WebAssembly {
1258912589
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
1259012590
*/
1259112591
interface Global<T extends ValueType = ValueType> {
12592-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12592+
/**
12593+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12594+
*
12595+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12596+
*/
1259312597
value: ValueTypeMap[T];
12598+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
1259412599
valueOf(): ValueTypeMap[T];
1259512600
}
1259612601

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14673,8 +14673,13 @@ declare namespace WebAssembly {
1467314673
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
1467414674
*/
1467514675
interface Global<T extends ValueType = ValueType> {
14676-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
14676+
/**
14677+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
14678+
*
14679+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
14680+
*/
1467714681
value: ValueTypeMap[T];
14682+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
1467814683
valueOf(): ValueTypeMap[T];
1467914684
}
1468014685

baselines/ts5.6/audioworklet.generated.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,13 @@ declare namespace WebAssembly {
16021602
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
16031603
*/
16041604
interface Global<T extends ValueType = ValueType> {
1605-
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
1605+
/**
1606+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
1607+
*
1608+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
1609+
*/
16061610
value: ValueTypeMap[T];
1611+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
16071612
valueOf(): ValueTypeMap[T];
16081613
}
16091614

0 commit comments

Comments
 (0)