Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ lastWhitespace
Method
lastWhitespace
src/core/parser.js:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
lastWhitespace() {
149
return
this.tokens.lastWhitespace();
150
}
151
152
consumeUntilWhitespace() {
153
return
this.tokens.consumeUntilWhitespace();
Callers
3
parseStringTemplate
Method · 0.95
consumeNakedPath
Function · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected