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

See KT-20820

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