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

Method lastMatch

tools/common/_hyperscript.iife.js:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 return this.#tokens.length > 0;
66 }
67 lastMatch() {
68 return this.#lastConsumed;
69 }
70 // ----- Token matching -----
71 matchToken(value, type) {
72 if (this.#follows.includes(value)) return;

Callers 5

lastMatchMethod · 0.45
parseElementMethod · 0.45
tokenizer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected