hxtsdgen icon indicating copy to clipboard operation
hxtsdgen copied to clipboard

Add option to flatten packages

Open elsassph opened this issue 6 years ago • 0 comments

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.

elsassph avatar Jul 10 '19 20:07 elsassph