MCPcopy 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

parseMethod · 0.45
#initElementMethod · 0.45
parseArgFunction · 0.45
_renderTemplateMethod · 0.45
hdb.jsFile · 0.45
renderFunction · 0.45
parseMethod · 0.45
resolveMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls 1

#tokenizeMethod · 0.95

Tested by

no test coverage detected