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

Method addIndirectExpression

www/js/_hyperscript.js:1652–1655  ·  view source on GitHub ↗
(name, definition)

Source from the content-addressed store, hash-verified

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

Callers 1

registerParseElementMethod · 0.45

Calls 1

addGrammarElementMethod · 0.45

Tested by

no test coverage detected