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

Method addIndirectExpression

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

Source from the content-addressed store, hash-verified

359 }
360
361 addIndirectExpression(name, definition) {
362 this.#indirectExpressions.push(name);
363 this.addGrammarElement(name, definition);
364 }
365
366 addPostfixExpression(name, definition) {
367 this.#postfixExpressions.push(name);

Callers 1

registerParseElementMethod · 0.95

Calls 1

addGrammarElementMethod · 0.95

Tested by

no test coverage detected