[stdlib] Suppress explicit api errors in DOM declarations generated by dukat
Suppressions should be removed once dukat supports generating explicit public visibility and return types
This commit is contained in:
committed by
Space Team
parent
cfa8a1dc0f
commit
ce427b96b3
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.khronos.webgl
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.css.masking
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.clipboard
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.css
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.encryptedmedia
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.events
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.mediacapture
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.mediasource
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.parsing
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.pointerevents
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.svg
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.dom.url
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.fetch
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.files
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.notifications
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.performance
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.workers
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// NOTE: THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
||||
// See github.com/kotlin/dukat for details
|
||||
|
||||
@file:Suppress("NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // TODO: Fix in dukat: https://github.com/Kotlin/dukat/issues/124
|
||||
|
||||
package org.w3c.xhr
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
Reference in New Issue
Block a user