some libraries expose themselves as "UMD", which m...
# suitescript
j
some libraries expose themselves as "UMD", which means it tries to determine what module loader system is in place and declare itself that way
s
as an aside, we've switched to compiling all our code as UMD - seems to work great both in NS and in NodeJs (for unit testing)