Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ peekToken
Method
peekToken
www/js/_hyperscript-max.js:1176–1178 ·
view source on GitHub ↗
(value, peek, type)
Source
from the content-addressed store, hash-verified
1174
this.raiseExpected(value);
1175
}
1176
peekToken(value, peek,
type
) {
1177
return
this.tokens.peekToken(value, peek,
type
);
1178
}
1179
matchToken(value,
type
) {
1180
return
this.tokens.matchToken(value,
type
);
1181
}
Callers
nothing calls this directly
Calls
1
peekToken
Method · 0.45
Tested by
no test coverage detected