Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
134
function
parse(input: string): Program {
135
return
Parser.parse(input, {ecmaVersion: 13, sourceType:
"module"
});
136
}
Callers
2
files
Function · 0.70
dsv
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected