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

Method lastWhitespace

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

Source from the content-addressed store, hash-verified

140 }
141 // ----- Whitespace -----
142 lastWhitespace() {
143 var last = this.#consumed.at(-1);
144 return last && last.type === "WHITESPACE" ? last.value : "";
145 }
146 // ----- Follow set management -----
147 pushFollow(str) {
148 this.#follows.push(str);

Callers 2

lastWhitespaceMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected