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

Function quasi

public/codemirror/javascript/javascript.js:437–441  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

435 if (type == "[") return cont(pushlex("]"), maybeexpression, expect("]"), poplex, me);
436 }
437 function quasi(type, value) {
438 if (type != "quasi") return pass();
439 if (value.slice(value.length - 2) != "${") return cont(quasi);
440 return cont(expression, continueQuasi);
441 }
442 function continueQuasi(type) {
443 if (type == "}") {
444 cx.marked = "string-2";

Callers

nothing calls this directly

Calls 2

passFunction · 0.85
contFunction · 0.85

Tested by

no test coverage detected