MCPcopy
hub / github.com/systemjs/systemjs / execute

Function execute

test/system-core.mjs:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22 it('Supports loading', async function () {
23 loader.instantiate = x => [[], _export => ({ execute () { _export('y', 42) } })];
24 const x = await loader.import('x');
25 assert.equal(x.y, 42);
26 });

Callers

nothing calls this directly

Calls 1

_exportFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…