MCPcopy
hub / github.com/systemjs/systemjs / reporter

Function reporter

test/fixtures/tla/depc.js:7–10  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5 var expected = ['c', 'b', 'c', 'b', 'a', 'a', 'main', 'main'];
6 var failed = false;
7 function reporter (name) {
8 if (expected[state++] !== name)
9 failed = true;
10 }
11 _export('reporter', reporter);
12
13 return {

Callers 4

depc.jsFile · 0.85
depa.jsFile · 0.85
main.jsFile · 0.85
depb.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…