Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ parseAnyOf
Method
parseAnyOf
src/core/parser.js:224–226 ·
view source on GitHub ↗
(types)
Source
from the content-addressed store, hash-verified
222
}
223
224
parseAnyOf(types) {
225
return
this.#kernel.parseAnyOf(types, this);
226
}
227
228
raiseError(message, expected) {
229
message = message ||
"Unexpected Token : "
+ this.currentToken().value;
Callers
2
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected