Completed
Support for JS libraries in script editors
The ability to use libraries such as moment.js() in integrator.io JS hooks would be appreciated.
Note: This is a duplicate of https://docs.celigo.com/hc/en-us/community/posts/360068134651-Support-for-JavaScript-libraries-in-script-editors?page=1#community_comment_360014334871, so merging the votes.
9
Comments
IO platform now natively supports following 3rd party JavaScript modules : day.js and sjcl
Read the following articles to understand more on how it works.
This would be awesome. I've needed moment.js so many times, but have had to find non-ideal functions to work around.
lodash!
Jeffery Hill Steve Klett if you had to choose between using external libraries like moment.js or Lodash versus being able to more easily reuse your own JS code across your scripts, what would your preference be?
Matt Graney - Good question. Ideally we could have an NPM package.json style configuration and pull in standard packages as well as our own published libraries (as packages), this is how our NetSuite SuiteScript development is done and it's great. But that's not what you asked... to answer your question I'd probably choose my own code reuse because I could compile a minified combined library file with moment, lodash, etc.
Please sign in to leave a comment.