I'm working on a new feature which will add a new JS class. I can grow the main file (mozIntl.js) or add it in a separate file (mozIntlLocale.js).
For readability, I think it would be nicer if I could add it as a separate file (I like to keep my files under 500 lines), but I don't want us to pay the runtime price of loading the file via JSM or XPCOM interfaces. Is there anything like a RollupJS in our build system? Or is there any plan to add it? Thanks, zb. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

