Support generation of relative path in JS source maps in JPS builder

See KT-20820
This commit is contained in:
Alexey Andreev
2017-10-20 15:03:04 +03:00
parent cb0482f53e
commit 2fbecfdd9c
4 changed files with 51 additions and 4 deletions
@@ -0,0 +1,7 @@
package pkg
var log = ""
fun foo(x: String) {
log += "$x;"
}