From 81d66159155978dea79646007fa77d0499f9af24 Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Wed, 3 Jan 2024 10:55:39 +0000 Subject: [PATCH] [K/Wasm] Add ownership for stepping tests and source-maps --- .space/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index d29af05c175..59a442c8aae 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -146,7 +146,7 @@ /compiler/testData/compileKotlinAgainstCustomBinaries/ "Kotlin Compiler Core" /compiler/testData/compileKotlinAgainstJava/ "Kotlin Compiler Core" "Kotlin JVM" /compiler/testData/compiler/smoke/ "Kotlin Compiler Core" -/compiler/testData/debug/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" +/compiler/testData/debug/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Wasm" /compiler/testData/diagnostics/ "Kotlin Compiler Core" /compiler/testData/friendPaths/ "Kotlin Compiler Core" # UNKNOWN: /compiler/testData/integration/ @@ -260,6 +260,7 @@ /jps/ "Kotlin Build Tools" /js/ "Kotlin JS" +/js/js.sourcemap/ "Kotlin JS" "Kotlin Wasm" /js/js.translator/testData/ "Kotlin JS" "Kotlin Wasm" /kotlin-js-store/ "Kotlin JS"