What would be the syntax for importing a third party library into an xsjs service? I have tried the following:
my.xsjs:
$.import("myApp","myLib");
where my.xsjs is in the same package (myApp) as myLib.js
i receive the following error:
Found the following errors:
===========================
Error: import: failed to load the library (line 1 position 0 in /myApp/my.xsjs)