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

Method addPostfixExpression

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

Source from the content-addressed store, hash-verified

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

Callers 1

registerParseElementMethod · 0.45

Calls 1

addGrammarElementMethod · 0.45

Tested by

no test coverage detected