Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ consumeToken
Method
consumeToken
www/js/_hyperscript.esm.js:1181–1183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1179
return
this.tokens.matchToken(value,
type
);
1180
}
1181
consumeToken() {
1182
return
this.tokens.consumeToken();
1183
}
1184
consumeUntil(value,
type
) {
1185
return
this.tokens.consumeUntil(value,
type
);
1186
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
consumeToken
Method · 0.45
Tested by
no test coverage detected