MCPcopy Create free account
hub / github.com/Paxa/postbird / targetNoComma

Function targetNoComma

public/codemirror/javascript/javascript.js:466–468  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

464 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
465 }
466 function targetNoComma(_, value) {
467 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
468 }
469 function maybelabel(type) {
470 if (type == ":") return cont(poplex, statement);
471 return pass(maybeoperatorComma, expect(";"), poplex);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected