MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #makeOpToken

Method #makeOpToken

www/js/_hyperscript-max.js:308–312  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

306 };
307 }
308 #makeOpToken(type, value) {
309 var token = this.#makeToken(type, value);
310 token.op = true;
311 return token;
312 }
313 // ----- Consume methods -----
314 #consumeComment() {
315 while (this.#currentChar() && !this.#isNewline(this.#currentChar())) {

Callers 1

#consumeOpMethod · 0.95

Calls 1

#makeTokenMethod · 0.95

Tested by

no test coverage detected