Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ tokenize
Method
tokenize
www/js/_hyperscript.js:240–242 ·
view source on GitHub ↗
(string, template)
Source
from the content-addressed store, hash-verified
238
return
c ===
"`"
;
239
}
240
static tokenize(string, template) {
241
return
new
_Tokenizer().tokenize(string, template);
242
}
243
tokenize(string, template) {
244
this.#source = string;
245
this.#position = 0;
Callers
9
parse
Method · 0.45
parse
Method · 0.45
#initElement
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
render
Function · 0.45
parse
Method · 0.45
resolve
Method · 0.45
Calls
1
#tokenize
Method · 0.95
Tested by
no test coverage detected