Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ consumeToken
Method
consumeToken
tools/common/_hyperscript.iife.js:1173–1175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1171
return
this.tokens.matchToken(value,
type
);
1172
}
1173
consumeToken() {
1174
return
this.tokens.consumeToken();
1175
}
1176
consumeUntil(value,
type
) {
1177
return
this.tokens.consumeUntil(value,
type
);
1178
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
consumeToken
Method · 0.45
Tested by
no test coverage detected