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

Function afterExport

front-end/cm/javascript.js:569–573  ·  view source on GitHub ↗
(_type, value)

Source from the content-addressed store, hash-verified

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(";")); }
572 return pass(statement);
573 }
574 function afterImport(type) {
575 if (type == "string") return cont();
576 return pass(importSpec, maybeFrom);

Callers

nothing calls this directly

Calls 3

contFunction · 0.85
expectFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected