Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #currentChar
Method
#currentChar
tools/common/_hyperscript.iife.js:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
// ----- Character access -----
249
#currentChar() {
250
return
this.#source.charAt(this.#position);
251
}
252
#nextChar() {
253
return
this.#source.charAt(this.#position + 1);
254
}
Callers
15
#consumeChar
Method · 0.95
#consumeComment
Method · 0.95
#consumeWhitespace
Method · 0.95
#consumeClassReference
Method · 0.95
#consumeIdReference
Method · 0.95
#consumeAttributeReference
Method · 0.95
#consumeShortAttributeReference
Method · 0.95
#consumeStyleReference
Method · 0.95
#consumeTemplateLogic
Method · 0.95
#consumeTemplateLine
Method · 0.95
#consumeTemplateIdentifier
Method · 0.95
#consumeIdentifier
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected