[K/JS] Don't remvove @JsExport.Ignore while test generating running
This commit is contained in:
@@ -199,7 +199,7 @@ fun generateJsExportOnFileTestFor(dir: String): Task = task<Copy>("generate-js-e
|
|||||||
.also { isFirstLine = false }
|
.also { isFirstLine = false }
|
||||||
|
|
||||||
it.contains("// FILE") -> "$it\n\n@file:JsExport"
|
it.contains("// FILE") -> "$it\n\n@file:JsExport"
|
||||||
else -> it.replace("@JsExport", "")
|
else -> it.replace("@JsExport(?!.)".toRegex(), "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user