MCPcopy
hub / github.com/DHTMLX/gantt / importSpec

Function importSpec

samples/common/codehighlight/javascript.js:811–816  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

809 return pass(importSpec, maybeMoreImports, maybeFrom);
810 }
811 function importSpec(type, value) {
812 if (type == "{") return contCommasep(importSpec, "}");
813 if (type == "variable") register(value);
814 if (value == "*") cx.marked = "keyword";
815 return cont(maybeAs);
816 }
817 function maybeMoreImports(type) {
818 if (type == ",") return cont(importSpec, maybeMoreImports)
819 }

Callers

nothing calls this directly

Calls 3

contCommasepFunction · 0.85
contFunction · 0.85
registerFunction · 0.70

Tested by

no test coverage detected