Re: nodejs for extensions ?

2017-08-02 Thread Enrico Weigelt, metux IT consult
vital parts for generic plugins. This approach isn't even bound to javascript or nodejs - these extensions could be written in any language. --mtx ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev

Re: nodejs for extensions ?

2017-07-31 Thread David Teller
Node dependency trees tend to be pretty large, so I'm a little concerned here. Has the memory footprint be measured? Cheers, David On 31/07/17 19:45, Michael Cooper wrote: > If you mean using modules from NPM in a browser add-on, the Shield client > extension recently started doing this < >

Re: nodejs for extensions ?

2017-07-31 Thread Michael Cooper
If you mean using modules from NPM in a browser add-on, the Shield client extension recently started doing this < https://github.com/mozilla/normandy/tree/master/recipe-client-addon> We do this by using webpack to process the node modules, bundling the entire dependency tree of a library into a

Re: nodejs for extensions ?

2017-07-28 Thread Myk Melez
Enrico Weigelt, metux IT consult 2017 July 28 at 21:33 Hi folks, just curious: did anyone already try nodejs modules for (javascript-only) extensions ? There was some discussion of this in the dev-addons thread "Node and Web Extensions Experiment"

nodejs for extensions ?

2017-07-28 Thread Enrico Weigelt, metux IT consult
Hi folks, just curious: did anyone already try nodejs modules for (javascript-only) extensions ? --mtx ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform