define("libjs", ["exports"], function(exports) { exports.a = { b: { c: function () { return "OK"; } } }; });