Skip to content

Commit b540249

Browse files
🤖 Update core dependencies (microsoft#1858)
Co-authored-by: saschanaz <[email protected]>
1 parent ba60846 commit b540249

File tree

3 files changed

+45
-11
lines changed

3 files changed

+45
-11
lines changed

baselines/dom.generated.d.ts

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10125,7 +10125,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1012510125
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
1012610126
*/
1012710127
alt: string;
10128-
/** Sets or retrieves the coordinates of the object. */
10128+
/**
10129+
* Sets or retrieves the coordinates of the object.
10130+
*
10131+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
10132+
*/
1012910133
coords: string;
1013010134
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
1013110135
download: string;
@@ -10143,7 +10147,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1014310147
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
1014410148
get relList(): DOMTokenList;
1014510149
set relList(value: string);
10146-
/** Sets or retrieves the shape of the object. */
10150+
/**
10151+
* Sets or retrieves the shape of the object.
10152+
*
10153+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
10154+
*/
1014710155
shape: string;
1014810156
/**
1014910157
* Sets or retrieves the window or frame at which to target content.
@@ -12386,7 +12394,11 @@ declare var HTMLMeterElement: {
1238612394
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
1238712395
*/
1238812396
interface HTMLModElement extends HTMLElement {
12389-
/** Sets or retrieves reference information about the object. */
12397+
/**
12398+
* Sets or retrieves reference information about the object.
12399+
*
12400+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
12401+
*/
1239012402
cite: string;
1239112403
/** Sets or retrieves the date and time of a modification to the object. */
1239212404
dateTime: string;
@@ -12915,7 +12927,11 @@ declare var HTMLProgressElement: {
1291512927
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
1291612928
*/
1291712929
interface HTMLQuoteElement extends HTMLElement {
12918-
/** Sets or retrieves reference information about the object. */
12930+
/**
12931+
* Sets or retrieves reference information about the object.
12932+
*
12933+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
12934+
*/
1291912935
cite: string;
1292012936
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1292112937
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -21894,6 +21910,7 @@ declare var SVGTransformList: {
2189421910
};
2189521911

2189621912
interface SVGURIReference {
21913+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
2189721914
readonly href: SVGAnimatedString;
2189821915
}
2189921916

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

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10114,7 +10114,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1011410114
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
1011510115
*/
1011610116
alt: string;
10117-
/** Sets or retrieves the coordinates of the object. */
10117+
/**
10118+
* Sets or retrieves the coordinates of the object.
10119+
*
10120+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
10121+
*/
1011810122
coords: string;
1011910123
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
1012010124
download: string;
@@ -10131,7 +10135,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1013110135
rel: string;
1013210136
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
1013310137
readonly relList: DOMTokenList;
10134-
/** Sets or retrieves the shape of the object. */
10138+
/**
10139+
* Sets or retrieves the shape of the object.
10140+
*
10141+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
10142+
*/
1013510143
shape: string;
1013610144
/**
1013710145
* Sets or retrieves the window or frame at which to target content.
@@ -12369,7 +12377,11 @@ declare var HTMLMeterElement: {
1236912377
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
1237012378
*/
1237112379
interface HTMLModElement extends HTMLElement {
12372-
/** Sets or retrieves reference information about the object. */
12380+
/**
12381+
* Sets or retrieves reference information about the object.
12382+
*
12383+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
12384+
*/
1237312385
cite: string;
1237412386
/** Sets or retrieves the date and time of a modification to the object. */
1237512387
dateTime: string;
@@ -12897,7 +12909,11 @@ declare var HTMLProgressElement: {
1289712909
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
1289812910
*/
1289912911
interface HTMLQuoteElement extends HTMLElement {
12900-
/** Sets or retrieves reference information about the object. */
12912+
/**
12913+
* Sets or retrieves reference information about the object.
12914+
*
12915+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
12916+
*/
1290112917
cite: string;
1290212918
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1290312919
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -21873,6 +21889,7 @@ declare var SVGTransformList: {
2187321889
};
2187421890

2187521891
interface SVGURIReference {
21892+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
2187621893
readonly href: SVGAnimatedString;
2187721894
}
2187821895

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)