Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ tokenize
Method
tokenize
tools/common/_hyperscript.iife.js:233–235 ·
view source on GitHub ↗
(string, template)
Source
from the content-addressed store, hash-verified
231
return
c ===
"`"
;
232
}
233
static tokenize(string, template) {
234
return
new
_Tokenizer().tokenize(string, template);
235
}
236
tokenize(string, template) {
237
this.#source = string;
238
this.#position = 0;
Callers
10
parse
Method · 0.45
parse
Method · 0.45
#initElement
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
resolve
Method · 0.45
render
Function · 0.45
tokenizer.js
File · 0.45
Calls
1
#tokenize
Method · 0.95
Tested by
no test coverage detected