Skip to content

Commit

Permalink
Wrappers pre.596
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Jul 13, 2023
1 parent d8b5d6c commit 1069a8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/karakum/browser/Generator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ private val DEFAULT_IMPORTS = Imports(
"js.core.BigInt",
"js.core.EpochTimeStamp",
"js.core.DOMHighResTimeStamp",
"js.core.IterableIterator",
"js.core.JsIterable",
"js.iterable.IterableIterator",
"js.iterable.JsIterable",
"js.core.JsLong",
"js.core.JsTuple2",
"js.core.ReadonlyArray",
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/karakum/node/Generator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import java.io.File
private val DEFAULT_IMPORTS = listOf(
"Promise" to "js.promise.Promise",

"AsyncIterable" to "js.core.AsyncIterable",
"AsyncIterableIterator" to "js.core.AsyncIterableIterator",
"AsyncIterable" to "js.iterable.AsyncIterable",
"AsyncIterableIterator" to "js.iterable.AsyncIterableIterator",
"BigInt" to "js.core.BigInt",
"BufferSource" to "js.buffer.BufferSource",
"IterableIterator" to "js.core.IterableIterator",
"JsIterable" to "js.core.JsIterable",
"IterableIterator" to "js.iterable.IterableIterator",
"JsIterable" to "js.iterable.JsIterable",
"JsTuple2" to "js.core.JsTuple2",
"JsSet" to "js.collections.JsSet",
"PromiseResult" to "js.promise.PromiseResult",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ types-react.version=18.2.5
react-virtual.version=3.0.0-beta.54
typescript.version=5.1.6

kotlin-wrappers.version=1.0.0-pre.595
kotlin-wrappers.version=1.0.0-pre.596
kotlinx-coroutines.version=1.7.2

0 comments on commit 1069a8c

Please sign in to comment.