funcunit
Version:
<!-- @hide title
23 lines (20 loc) • 422 B
JavaScript
if(typeof window === "undefined" || window.noConfig !== true) {
steal.config({
paths: {
"steal/*" : "../node_modules/steal/*.js",
"@traceur": "../node_modules/traceur/bin/traceur.js",
"pathed/pathed": "basics/pathed.js"
},
map: {
"mapd/mapd": "map/mapped"
},
meta: {
"pluginify/global": {
format: "global",
exports: "globalModule"
}
}
});
} else {
throw "fake loading error";
}