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

Method addPostfixExpression

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

Source from the content-addressed store, hash-verified

1652 this.addGrammarElement(name, definition);
1653 }
1654 addPostfixExpression(name, definition) {
1655 this.#postfixExpressions.push(name);
1656 this.addGrammarElement(name, definition);
1657 }
1658 addUnaryExpression(name, definition) {
1659 this.#unaryExpressions.push(name);
1660 this.addGrammarElement(name, definition);

Callers 1

registerParseElementMethod · 0.45

Calls 1

addGrammarElementMethod · 0.45

Tested by

no test coverage detected