Generate relative paths in JS source maps
Also, add CLI options to manipulate prefixes of path See KT-4078
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun h(): Long {
|
||||
return 42L
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun g(): Int {
|
||||
return 23
|
||||
}
|
||||
Reference in New Issue
Block a user