jasononeil / webpack-haxe-loader

Webpack loader for the Haxe programming language.
MIT License
38 stars 11 forks source link

Macro with single quotes need to be quoted #29

Closed elsassph closed 6 years ago

elsassph commented 6 years ago

Fixes #28, but may not be as generic as desirable.

Proper fix would require to generate a temporary hxml file with JS output substitued.

elsassph commented 6 years ago

I created a ticket to track the need for refactoring

kLabz commented 6 years ago

Will it work with an hxml containing --macro "my.quoted.Macro()"? (I cannot test atm)