MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / tokenize

Method tokenize

www/js/_hyperscript-max.js:239–241  ·  view source on GitHub ↗
(string, template)

Source from the content-addressed store, hash-verified

237 return c === "`";
238 }
239 static tokenize(string, template) {
240 return new _Tokenizer().tokenize(string, template);
241 }
242 tokenize(string, template) {
243 this.#source = string;
244 this.#position = 0;

Callers 12

parseMethod · 0.45
parseMethod · 0.45
#initElementMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
renderFunction · 0.45
parseMethod · 0.45
resolveMethod · 0.45
parseArgFunction · 0.45
_renderTemplateMethod · 0.45

Calls 1

#tokenizeMethod · 0.95

Tested by

no test coverage detected