Allow to embed source files into JS source maps
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// EXPECTED_REACHABLE_NODES: 489
|
||||
// SOURCE_MAP_EMBED_SOURCES: ALWAYS
|
||||
// FILE: a.kt
|
||||
fun foo() = "O"
|
||||
|
||||
// FILE: b.kt
|
||||
// RECOMPILE
|
||||
fun bar() = "K"
|
||||
|
||||
// FILE: main.kt
|
||||
// RECOMPILE
|
||||
fun box() = foo() + bar()
|
||||
Reference in New Issue
Block a user