summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Kobzar <dendishiz0@gmail.com>2023-05-25 21:40:02 +0200
committerGitHub <noreply@github.com>2023-05-25 21:40:02 +0200
commit9b35e6f6827ce29b3269ee44df3e80d4535e2abf (patch)
treec8c5e1761f857ebf627923513abe7b58661a399d
parent776e3c1bb96a0edf6f7dad074920cadc3c9e3b52 (diff)
downloadkotlinx.serialization-9b35e6f6827ce29b3269ee44df3e80d4535e2abf.tar.gz
Rename Serializers.kt to SerializersJs.kt to support JS per-file compilation (#2315)
With the per-file compilation we use near the same approach as JVM target: we compiler the file in path of its package name + file name, so, if we had a Foo.kt file under the org.bar.baz package, the compiler result of this file will be placed in the build directory by org/bar/baz/Foo.mjs path.
-rw-r--r--core/jsMain/src/kotlinx/serialization/SerializersJs.kt (renamed from core/jsMain/src/kotlinx/serialization/Serializers.kt)0
1 files changed, 0 insertions, 0 deletions
diff --git a/core/jsMain/src/kotlinx/serialization/Serializers.kt b/core/jsMain/src/kotlinx/serialization/SerializersJs.kt
index 6f7547db..6f7547db 100644
--- a/core/jsMain/src/kotlinx/serialization/Serializers.kt
+++ b/core/jsMain/src/kotlinx/serialization/SerializersJs.kt