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

Method addUnaryExpression

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

Source from the content-addressed store, hash-verified

369 }
370
371 addUnaryExpression(name, definition) {
372 this.#unaryExpressions.push(name);
373 this.addGrammarElement(name, definition);
374 }
375
376 addTopExpression(name, definition) {
377 this.#topExpressions.push(name);

Callers 1

registerParseElementMethod · 0.95

Calls 1

addGrammarElementMethod · 0.95

Tested by

no test coverage detected