Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ JSXElement
Function
JSXElement
packages/compiler/src/utils/jsx-scope.spec.ts:22–24 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
20
const
paths: NodePath<t.JSXElement>[] = [];
21
traverse(ast, {
22
JSXElement(path) {
23
paths.push(path);
24
},
25
});
26
return
paths;
27
}
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected