MCPcopy
hub / github.com/GitbookIO/gitbook / generate

Method generate

packages/expr/src/types.ts:9–9  ·  view source on GitHub ↗

* Converts an ESTree compatible AST node into a string representing the corresponding expression.

(node: Expression)

Source from the content-addressed store, hash-verified

7 * Converts an ESTree compatible AST node into a string representing the corresponding expression.
8 */
9 generate(node: Expression): string;
10}
11
12export interface ExpressionParserResult {

Callers 3

runtime.test.tsFile · 0.65
generateCodeSamplesFunction · 0.65

Implementers 1

ExpressionRuntimepackages/expr/src/runtime.ts

Calls

no outgoing calls

Tested by

no test coverage detected