UNPKG

907 BSource Map (JSON)View Raw
1{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;IAMA,sEAAgD;IAChD,4CAA2C;IAE3C,IAAM,MAAM,GAAG,CAAC,eAAM,CAAC,MAAM,GAAG,IAAI,cAAY,EAAE,CAAC,CAAC;IACpD,kBAAe,MAAM,CAAC","sourcesContent":["/**\n * This is the default public API for Intern. Since most of Intern's public API\n * is accessible through the [[lib/executors/Executor.Executor]] classes, this\n * module simply exports a reference to the global executor instance.\n */ /** */\n\nimport NodeExecutor from './lib/executors/Node';\nimport { global } from '@theintern/common';\n\nconst intern = (global.intern = new NodeExecutor());\nexport default intern;\n\ndeclare global {\n /**\n * Intern installs an instance of an Executor subclass (Node in Node.js, or\n * Browser in a browser environment) on a global `intern` constant.\n */\n export const intern: NodeExecutor;\n}\n"]}
\No newline at end of file