You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[K/Wasm] Don't add mappings into source-maps for unavailable sources
IDEA JavaScript debugger gets stuck if many files are listed inside source maps (^FL-27262).
To help the debugger, we filter sources from modules not in the user project.
It's a temporary solution until the third-party libraries debugging is supported (it depends on the issue with file absolute path in KLIB by default ^KT-58406)
Copy file name to clipboardExpand all lines: compiler/cli/cli-common/gen/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArgumentsCopyGenerated.kt
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ fun copyK2JSCompilerArguments(from: K2JSCompilerArguments, to: K2JSCompilerArgum
Copy file name to clipboardExpand all lines: compiler/tests-common-new/tests/org/jetbrains/kotlin/test/directives/WasmEnvironmentConfigurationDirectives.kt
Copy file name to clipboardExpand all lines: compiler/tests-common-new/tests/org/jetbrains/kotlin/test/services/configuration/WasmEnvironmentConfigurator.kt
0 commit comments