[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:
Artem Kobzar
2023-08-08 15:45:02 +00:00
committed by Space Team
parent 734a3e5716
commit a29fa428b3
15 changed files with 199 additions and 29 deletions
@@ -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>)