csantanapr commented on issue #131: expand support for specifying --main to 
override package.json
URL: 
https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/131#issuecomment-499455230
 
 
   Your thinking is for example:
   having a zip file with a file foo.js
   Inside foo.js have a function bar exported
   export = {
   bar: function(){....}
   ...}
   
   Then the epilogue will run
   require($pathtoexpandedzip/foo.js).bar(args)
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to