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

Method parseAnyOf

www/js/_hyperscript.js:1246–1248  ·  view source on GitHub ↗
(types)

Source from the content-addressed store, hash-verified

1244 return this.#kernel.requireElement(type, this, message, root);
1245 }
1246 parseAnyOf(types) {
1247 return this.#kernel.parseAnyOf(types, this);
1248 }
1249 raiseError(message, expected) {
1250 message = message || "Unexpected Token : " + this.currentToken().value;
1251 var parseError = new ParseError(message, this.currentToken(), this.source, expected);

Callers

nothing calls this directly

Calls 1

parseAnyOfMethod · 0.45

Tested by

no test coverage detected