MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / afterModule

Function afterModule

front-end/cm/javascript.js:565–568  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

563 return cont();
564 }
565 function afterModule(type, value) {
566 if (type == "string") return cont(statement);
567 if (type == "variable") { register(value); return cont(maybeFrom); }
568 }
569 function afterExport(_type, value) {
570 if (value == "*") { cx.marked = "keyword"; return cont(maybeFrom, expect(";")); }
571 if (value == "default") { cx.marked = "keyword"; return cont(expression, expect(";")); }

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
registerFunction · 0.70

Tested by

no test coverage detected