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

Function parse

test/javascript/imports-test.ts:117–119  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

115});
116
117function parse(input: string): Program {
118 return Parser.parse(input, {ecmaVersion: 13, sourceType: "module"});
119}

Callers 1

imports-test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected