-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Using packages in JS isn't idiomatic and leads to relatively awkward situations.
An option could attempt at exposing types without packages - this brings potential conflicts if several classes have the same name in different modules. Possibly we would raise an error and an explict @:expose('OtherName') would have to be added to avoid the conflict.
Reactions are currently unavailable