From 6f748850fdfc25b345e10ba1a2ec5cf9d8c6e385 Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:12:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20core=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baselines/dom.generated.d.ts | 4 ++-- baselines/ts5.5/dom.generated.d.ts | 4 ++-- baselines/ts5.6/dom.generated.d.ts | 4 ++-- inputfiles/mdn | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 8d7d155e4..26f0aa102 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 89a36d822..52a00f164 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -10352,14 +10352,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 7422929a6..e06833909 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index 5af076670..098773300 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit 5af076670ab04354a191d3fd873507a1e7ef227e +Subproject commit 09877330004e55244a9e8eee2ca04a750970f72d