Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ parseCode
Function
parseCode
packages/compiler/src/utils/invokations.spec.ts:126–131 ·
view source on GitHub ↗
(code: string)
Source
from the content-addressed store, hash-verified
124
});
125
126
function
parseCode(code: string): t.File {
127
return
parse(code, {
128
sourceType:
"module"
,
129
plugins: [
"typescript"
],
130
});
131
}
Callers
1
invokations.spec.ts
File · 0.85
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected