MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / currentToken

Method currentToken

www/js/_hyperscript-max.js:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44 // ----- Token access -----
45 currentToken() {
46 return this.token(0);
47 }
48 token(n, includeWhitespace) {
49 var token;
50 var i = 0;

Callers 15

toStringMethod · 0.45
matchTokenMethod · 0.45
matchOpTokenMethod · 0.45
matchTokenTypeMethod · 0.45
parseNakedMethod · 0.45
currentTokenMethod · 0.45
parseFeatureMethod · 0.45
parseCommandMethod · 0.45
parseCommandListMethod · 0.45
parseElementMethod · 0.45

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected