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

Method #makeOpToken

www/js/_hyperscript.esm.js:307–311  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

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

Callers 1

#consumeOpMethod · 0.95

Calls 1

#makeTokenMethod · 0.95

Tested by

no test coverage detected