Is there kotlijs wrapper for <https://immutable-js...
# javascript
s
Is there kotlijs wrapper for https://immutable-js.com/
Immutable js has names conflicting standard kotlin js library like List/Collection/OrderedMap
auto generated external has so many errors
so many duplicate defintions
is there guide to follow to fix autogenerated js
b
Stdlib name clashes should not be an issue as long as immutable.js doesn't depend on globally scoped entities
s
what is the
Copy code
NESTED_CLASS_IN_EXTERNAL_INTERFACE
means
b
Copy code
external interface ExternalInterface {
  class NestedClass
}
👍 1