Fix unconditional warning in JS compilation with sourceMap disabled.

This commit is contained in:
Sergey Igushkin
2017-12-22 16:09:50 +03:00
parent 66d3c94193
commit 149b197b24
3 changed files with 7 additions and 7 deletions
@@ -51,7 +51,7 @@ open class DefaultValues(val defaultValue: String, val possibleValues: List<Stri
)
object JsSourceMapContentModes : DefaultValues(
"\"${K2JsArgumentConstants.SOURCE_MAP_SOURCE_CONTENT_INLINING}\"",
"null",
listOf(
K2JsArgumentConstants.SOURCE_MAP_SOURCE_CONTENT_NEVER,
K2JsArgumentConstants.SOURCE_MAP_SOURCE_CONTENT_ALWAYS,