MCPcopy Create free account
hub / github.com/observablehq/framework / parseExpression

Function parseExpression

test/javascript/source-test.ts:69–71  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

67}
68
69function parseExpression(input: string): Expression {
70 return Parser.parseExpressionAt(input, 0, {ecmaVersion: 13, sourceType: "module"});
71}

Callers 1

source-test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected