Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
function
parse(input: string): Program {
35
return
Parser.parse(input, {ecmaVersion: 13, sourceType:
"module"
});
36
}
Callers
1
assignments-test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected