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

Method lastMatch

www/js/_hyperscript.esm.js:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

lastMatchMethod · 0.45
parseElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected