JS: generate paths in source maps relative to .map file location
See KT-19818
This commit is contained in:
@@ -0,0 +1 @@
|
||||
out
|
||||
@@ -0,0 +1,4 @@
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
inline fun foo() = 23
|
||||
|
||||
fun bar() = 42
|
||||
@@ -0,0 +1 @@
|
||||
fun box() = foo() + bar()
|
||||
Reference in New Issue
Block a user