We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0670707 commit c5c73dfCopy full SHA for c5c73df
src/main/kotlin/com/compiler/server/compiler/components/KotlinToJSTranslator.kt
@@ -31,12 +31,12 @@ class KotlinToJSTranslator(
31
private const val JS_CODE_FLUSH = "kotlin.kotlin.io.output.flush();\n"
32
private const val JS_CODE_BUFFER = "\nkotlin.kotlin.io.output.buffer;\n"
33
34
- private const val JS_IR_CODE_BUFFER = "moduleId.output._buffer;\n"
+ private const val JS_IR_CODE_BUFFER = "moduleId.output.buffer_1;\n"
35
36
private val JS_IR_OUTPUT_REWRITE = """
37
if (kotlin.isRewrite) {
38
- init_properties_console_kt_6h8hpf();
39
- output = new BufferedOutput_0()
+ _init_properties_console_kt__rfg7jv();
+ output = new BufferedOutput()
40
}
41
""".trimIndent()
42
0 commit comments