MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / parse

Method parse

tools/common/_hyperscript.iife.js:1065–1067  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

1063 var StringLike = class extends Expression {
1064 static grammarName = "stringLike";
1065 static parse(parser) {
1066 return parser.parseAnyOf(["string", "nakedString"]);
1067 }
1068 };
1069
1070 // src/core/parser.js

Callers 11

server.jsFile · 0.45
evaluateFunction · 0.45
mergeMetaConfigFunction · 0.45
__hsParseAndWalkFunction · 0.45
globalTeardownFunction · 0.45
server.jsFile · 0.45
sourceInfo.jsFile · 0.45
evalStatically.jsFile · 0.45
socket.jsFile · 0.45
hs-include.jsFile · 0.45

Calls 15

commandStartMethod · 0.95
raiseErrorMethod · 0.95
ensureTerminatedMethod · 0.95
featureStartMethod · 0.95
_parseCollectionOperandFunction · 0.70
parseAnyOfMethod · 0.45
tokenizeMethod · 0.45
currentTokenMethod · 0.45
requireElementMethod · 0.45
hasMoreMethod · 0.45
collectErrorsMethod · 0.45
matchTokenMethod · 0.45

Tested by

no test coverage detected