[Gradle, JS] Regenerate API stdlib

This reverts commit b4c0cab22a.
This commit is contained in:
Ilya Goncharov
2023-01-06 15:59:07 +01:00
committed by Space Team
parent 9b4821be28
commit 229fd73b38
46 changed files with 17622 additions and 35243 deletions
+19 -19
View File
@@ -1,19 +1,19 @@
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.document' instead.", replaceWith = kotlin.ReplaceWith(expression = "document", imports = {"kotlinx.browser.document"}))
@kotlin.internal.LowPriorityInOverloadResolution
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
public external val document: org.w3c.dom.Document { get; }
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.localStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "localStorage", imports = {"kotlinx.browser.localStorage"}))
@kotlin.internal.LowPriorityInOverloadResolution
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
public external val localStorage: org.w3c.dom.Storage { get; }
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.sessionStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "sessionStorage", imports = {"kotlinx.browser.sessionStorage"}))
@kotlin.internal.LowPriorityInOverloadResolution
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
public external val sessionStorage: org.w3c.dom.Storage { get; }
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.window' instead.", replaceWith = kotlin.ReplaceWith(expression = "window", imports = {"kotlinx.browser.window"}))
@kotlin.internal.LowPriorityInOverloadResolution
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
public external val window: org.w3c.dom.Window { get; }
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.document' instead.", replaceWith = kotlin.ReplaceWith(expression = "document", imports = {"kotlinx.browser.document"}))
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
/*∆*/ public external val document: org.w3c.dom.Document { get; }
/*∆*/
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.localStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "localStorage", imports = {"kotlinx.browser.localStorage"}))
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
/*∆*/ public external val localStorage: org.w3c.dom.Storage { get; }
/*∆*/
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.sessionStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "sessionStorage", imports = {"kotlinx.browser.sessionStorage"}))
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
/*∆*/ public external val sessionStorage: org.w3c.dom.Storage { get; }
/*∆*/
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.window' instead.", replaceWith = kotlin.ReplaceWith(expression = "window", imports = {"kotlinx.browser.window"}))
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
/*∆*/ public external val window: org.w3c.dom.Window { get; }