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

Method parse

www/js/_hyperscript-max.js:1071–1073  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

1069 var StringLike = class extends Expression {
1070 static grammarName = "stringLike";
1071 static parse(parser) {
1072 return parser.parseAnyOf(["string", "nakedString"]);
1073 }
1074 };
1075
1076 // src/core/parser.js

Callers 6

evaluateFunction · 0.45
mergeMetaConfigFunction · 0.45
parseMethod · 0.45
workerFuncFunction · 0.45
decodeFunction · 0.45

Calls 15

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

Tested by

no test coverage detected