MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / addPostfixExpression

Method addPostfixExpression

src/core/kernel.js:366–369  ·  view source on GitHub ↗
(name, definition)

Source from the content-addressed store, hash-verified

364 }
365
366 addPostfixExpression(name, definition) {
367 this.#postfixExpressions.push(name);
368 this.addGrammarElement(name, definition);
369 }
370
371 addUnaryExpression(name, definition) {
372 this.#unaryExpressions.push(name);

Callers 1

registerParseElementMethod · 0.95

Calls 1

addGrammarElementMethod · 0.95

Tested by

no test coverage detected