MCPcopy
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
126function parseCode(code: string): t.File {
127 return parse(code, {
128 sourceType: "module",
129 plugins: ["typescript"],
130 });
131}

Callers 1

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected