Multicompile - per fragment compilation of file in different scripting languages#50
Multicompile - per fragment compilation of file in different scripting languages#50kristianmandrup wants to merge 8 commits intoghempton:masterfrom
Conversation
|
Yes, this is why I forked it. I could even call the project sth else? But it was the best way I could find that solved those issues. It basically lets you treat a block of code not as emberscript but something else of your choosing and each block will be compiled in its own scope and the compiled results concatenated, which lets the compiled emberscript come after whatever first block you have (which might import certain modules via ES6 module syntax). |
|
The concept seems cool and would be a great independent project |
|
Yeah, sounds like a good idea. I will go for the |
options.multiCompile to enable multi-compiling. Currently on (true) by default.
Change default settings in
cli.coffeeunder# default values.Enjoy ;)