MCPcopy Index your code
hub / github.com/observablehq/framework / parse

Function parse

test/javascript/files-test.ts:134–136  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

132}
133
134function parse(input: string): Program {
135 return Parser.parse(input, {ecmaVersion: 13, sourceType: "module"});
136}

Callers 2

filesFunction · 0.70
dsvMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected