MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / consumeUntilWhitespace

Method consumeUntilWhitespace

www/js/ext/component.js:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 return tokenList;
117 }
118 consumeUntilWhitespace() {
119 return this.consumeUntil(null, "WHITESPACE");
120 }
121 // ----- Lookahead -----
122 peekToken(value, peek, type) {
123 peek = peek || 0;

Callers

nothing calls this directly

Calls 1

consumeUntilMethod · 0.45

Tested by

no test coverage detected