Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ consumeUntil
Method
consumeUntil
src/core/parser.js:144–146 ·
view source on GitHub ↗
(value, type)
Source
from the content-addressed store, hash-verified
142
}
143
144
consumeUntil(value,
type
) {
145
return
this.tokens.consumeUntil(value,
type
);
146
}
147
148
lastWhitespace() {
149
return
this.tokens.lastWhitespace();
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected