Skip to main content

Comments

5 comments

  • Official comment
    Bhavik Shah Senior Product Manager
    Answer Pro
    Great Answer

    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. 

  • Jeffery Hill

    This would be awesome. I've needed moment.js so many times, but have had to find non-ideal functions to work around.

    0
  • Steve Klett Strategic Partner
    Celigo University Level 4: Legendary
    Answer Pro
    Great Answer
    Top Contributor
    Awesome Follow-up
    Engaged

    lodash!

    0
  • Matt Graney Chief Product Officer
    Answer Pro
    Top Contributor

    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?

     

    0
  • Steve Klett Strategic Partner
    Celigo University Level 4: Legendary
    Answer Pro
    Great Answer
    Top Contributor
    Awesome Follow-up
    Engaged

    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.

    1

Please sign in to leave a comment.