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

Method consumeUntil

www/js/_hyperscript.esm.js:1184–1186  ·  view source on GitHub ↗
(value, type)

Source from the content-addressed store, hash-verified

1182 return this.tokens.consumeToken();
1183 }
1184 consumeUntil(value, type) {
1185 return this.tokens.consumeUntil(value, type);
1186 }
1187 lastWhitespace() {
1188 return this.tokens.lastWhitespace();
1189 }

Callers

nothing calls this directly

Calls 1

consumeUntilMethod · 0.45

Tested by

no test coverage detected