MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / addIndirectExpression

Method addIndirectExpression

www/js/_hyperscript.esm.js:1650–1653  ·  view source on GitHub ↗
(name, definition)

Source from the content-addressed store, hash-verified

1648 this.addGrammarElement(name, definition);
1649 }
1650 addIndirectExpression(name, definition) {
1651 this.#indirectExpressions.push(name);
1652 this.addGrammarElement(name, definition);
1653 }
1654 addPostfixExpression(name, definition) {
1655 this.#postfixExpressions.push(name);
1656 this.addGrammarElement(name, definition);

Callers 1

registerParseElementMethod · 0.45

Calls 1

addGrammarElementMethod · 0.45

Tested by

no test coverage detected