[JS IR] don't hash module names
This commit is contained in:
committed by
TeamCityServer
parent
9122304acb
commit
e6a5614321
+1
-1
@@ -123,5 +123,5 @@ val IrModuleFragment.safeName: String
|
||||
if (result.startsWith('<')) result = result.substring(1)
|
||||
if (result.endsWith('>')) result = result.substring(0, result.length - 1)
|
||||
|
||||
return sanitizeName("kotlin_$result")
|
||||
return sanitizeName("kotlin_$result", false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user