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

Method lastWhitespace

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

Source from the content-addressed store, hash-verified

1177 return this.tokens.consumeUntil(value, type);
1178 }
1179 lastWhitespace() {
1180 return this.tokens.lastWhitespace();
1181 }
1182 consumeUntilWhitespace() {
1183 return this.tokens.consumeUntilWhitespace();
1184 }

Callers 1

parseStringTemplateMethod · 0.95

Calls 1

lastWhitespaceMethod · 0.45

Tested by

no test coverage detected