Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ lastWhitespace
Method
lastWhitespace
www/js/_hyperscript.js:1189–1191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1187
return
this.tokens.consumeUntil(value,
type
);
1188
}
1189
lastWhitespace() {
1190
return
this.tokens.lastWhitespace();
1191
}
1192
consumeUntilWhitespace() {
1193
return
this.tokens.consumeUntilWhitespace();
1194
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
lastWhitespace
Method · 0.45
Tested by
no test coverage detected