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

Function continueQuasi

public/codemirror/javascript/javascript.js:442–448  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

440 return cont(expression, continueQuasi);
441 }
442 function continueQuasi(type) {
443 if (type == "}") {
444 cx.marked = "string-2";
445 cx.state.tokenize = tokenQuasi;
446 return cont(quasi);
447 }
448 }
449 function arrowBody(type) {
450 findFatArrow(cx.stream, cx.state);
451 return pass(type == "{" ? statement : expression);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected