MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / continueQuasi

Function continueQuasi

static/libs/javascript.js:488–494  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

486 return cont(maybeexpression, continueQuasi);
487 }
488 function continueQuasi(type) {
489 if (type == "}") {
490 cx.marked = "string-2";
491 cx.state.tokenize = tokenQuasi;
492 return cont(quasi);
493 }
494 }
495 function arrowBody(type) {
496 findFatArrow(cx.stream, cx.state);
497 return pass(type == "{" ? statement : expression);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected