MCPcopy
hub / github.com/systemjs/systemjs / system-core.mjs

File system-core.mjs

test/system-core.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'assert';
2import fs from 'fs';
3import path from 'path';
4import { resolveIfNotPlainOrUrl, IMPORT_MAP } from '../src/common.js';

Callers

nothing calls this directly

Calls 5

resolveIfNotPlainOrUrlFunction · 0.90
assertLoadOrderFunction · 0.85
_exportFunction · 0.85
getImportErrorFunction · 0.85
fooMethod · 0.45

Tested by

no test coverage detected