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

Function isContinuedStatement

static/libs/javascript.js:852–856  ·  view source on GitHub ↗
(state, textAfter)

Source from the content-addressed store, hash-verified

850 }
851
852 function isContinuedStatement(state, textAfter) {
853 return state.lastType == "operator" || state.lastType == "," ||
854 isOperatorChar.test(textAfter.charAt(0)) ||
855 /[,.]/.test(textAfter.charAt(0));
856 }
857
858 function expressionAllowed(stream, state, backUp) {
859 return state.tokenize == tokenBase &&

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected