MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / tokenize

Method tokenize

www/js/_hyperscript.esm.js:238–240  ·  view source on GitHub ↗
(string, template)

Source from the content-addressed store, hash-verified

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

Callers 9

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

Calls 1

#tokenizeMethod · 0.95

Tested by

no test coverage detected