Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ tokenize
Method
tokenize
src/core/tokenizer.js:293–295 ·
view source on GitHub ↗
(string, template)
Source
from the content-addressed store, hash-verified
291
}
292
293
static tokenize(string, template) {
294
return
new
Tokenizer().tokenize(string, template);
295
}
296
297
tokenize(string, template) {
298
this.#source = string;
Callers
12
parse
Method · 0.45
#initElement
Method · 0.45
parseArg
Function · 0.45
_renderTemplate
Method · 0.45
hdb.js
File · 0.45
render
Function · 0.45
parse
Method · 0.45
resolve
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
1
#tokenize
Method · 0.95
Tested by
no test coverage detected