MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / #syncToFeature

Method #syncToFeature

tools/common/_hyperscript.iife.js:1680–1685  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

1678 return result;
1679 }
1680 #syncToFeature(parser) {
1681 parser.tokens.clearFollows();
1682 while (parser.hasMore() && !parser.featureStart(parser.currentToken()) && parser.currentToken().value !== "end" && parser.currentToken().type !== "EOF") {
1683 parser.tokens.consumeToken();
1684 }
1685 }
1686 #syncToCommand(parser) {
1687 parser.tokens.clearFollows();
1688 while (parser.hasMore() && !parser.commandBoundary(parser.currentToken())) {

Callers 1

Calls 5

clearFollowsMethod · 0.45
hasMoreMethod · 0.45
featureStartMethod · 0.45
currentTokenMethod · 0.45
consumeTokenMethod · 0.45

Tested by

no test coverage detected