From c69f36a8be815c592e86d80e1031ca7049ae764f Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 24 Oct 2023 18:43:01 +0200 Subject: [PATCH] [stdlib-js] Move public API out of runtime helpers directory --- .../js/{runtime/kotlinHacks.kt => src/kotlin/kotlin.kt} | 5 ----- 1 file changed, 5 deletions(-) rename libraries/stdlib/js/{runtime/kotlinHacks.kt => src/kotlin/kotlin.kt} (94%) diff --git a/libraries/stdlib/js/runtime/kotlinHacks.kt b/libraries/stdlib/js/src/kotlin/kotlin.kt similarity index 94% rename from libraries/stdlib/js/runtime/kotlinHacks.kt rename to libraries/stdlib/js/src/kotlin/kotlin.kt index 669d641a797..fc59965b7ed 100644 --- a/libraries/stdlib/js/runtime/kotlinHacks.kt +++ b/libraries/stdlib/js/src/kotlin/kotlin.kt @@ -3,11 +3,6 @@ * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ - -// File is a copy of stdlib/js/src/kotlin/kotlin.kt -// TODO: Compile arrayPlusCollection -// TODO: implement a copy of jsIsType for both JS backends - @file:Suppress("UNUSED_PARAMETER", "NOTHING_TO_INLINE") package kotlin