[K/JS] chore: stop unnecessary defineProperties generating.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
// FILE: lib.kt
|
||||
|
||||
@JsExport
|
||||
fun `@do something like-this`(): Int = 42
|
||||
fun `@do something like-this`(`test value`: Int = 42): Int = `test value`
|
||||
|
||||
// FILE: test.js
|
||||
function box() {
|
||||
|
||||
Reference in New Issue
Block a user