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

Function parse

test/javascript/assignments-test.ts:34–36  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

32});
33
34function parse(input: string): Program {
35 return Parser.parse(input, {ecmaVersion: 13, sourceType: "module"});
36}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected