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

Method matchAnyToken

src/core/parser.js:108–110  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

106 }
107
108 matchAnyToken(...tokens) {
109 return this.tokens.matchAnyToken(...tokens);
110 }
111
112 matchOpToken(value) {
113 return this.tokens.matchOpToken(value);

Callers 10

parseMethod · 0.45
parseSourceMethod · 0.45
_parseScrollModifiersFunction · 0.45
_parseSmoothnessFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected