Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ jsx-scope.spec.ts
File
jsx-scope.spec.ts
packages/compiler/src/utils/jsx-scope.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ parse } from
"@babel/parser"
;
3
import
{ traverse, NodePath } from
"../babel-interop"
;
4
import
* as t from
"@babel/types"
;
Callers
nothing calls this directly
Calls
6
collectJsxScopes
Function · 0.90
getJsxScopeAttribute
Function · 0.90
getJsxScopes
Function · 0.90
hasJsxScopeAttribute
Function · 0.90
getJSXElementPaths
Function · 0.85
parseJSX
Function · 0.70
Tested by
no test coverage detected