[K/JS] Add warning for ES-modules on the klibgen stage on the uniqueness of the exported names from the module
This commit is contained in:
@@ -45,7 +45,8 @@ class SerializedIrFile(
|
||||
val strings: ByteArray,
|
||||
val bodies: ByteArray,
|
||||
val declarations: ByteArray,
|
||||
val debugInfo: ByteArray?
|
||||
val debugInfo: ByteArray?,
|
||||
val backendSpecificMetadata: ByteArray?,
|
||||
)
|
||||
|
||||
class SerializedIrModule(val files: Collection<SerializedIrFile>)
|
||||
Reference in New Issue
Block a user