[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
@@ -26,7 +26,8 @@ class RemoteIncrementalResultsConsumer(
declarations: ByteArray,
bodies: ByteArray,
fqn: ByteArray,
debugInfo: ByteArray?
fileMetadata: ByteArray,
debugInfo: ByteArray?,
) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}