UNPKG

629 BSource Map (JSON)View Raw
1{"version":3,"file":"default.js","sourceRoot":"","sources":["../../../src/loaders/default.ts"],"names":[],"mappings":";AAKA,MAAM,CAAC,cAAc,CAAC,UAAA,OAAO;IAC3B,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;IAEnC,OAAO,UAAC,OAAiB;QACvB,OAAO,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC,CAAC;AACJ,CAAC,CAAC,CAAC","sourcesContent":["/**\n * A loader script for loading non-module JavaScript suites.\n *\n * Note that loader scripts must be simple scripts, not modules.\n */\nintern.registerLoader(_config => {\n intern.log('Using default loader');\n\n return (modules: string[]) => {\n return intern.loadScript(modules);\n };\n});\n"]}
\No newline at end of file