(function() { return { preload: function(uuid) { Script.include('b/b.js'); print("This should be relative to a.js : ", Script.resolvePath("someFile.js")); testResolve(); } }; });