Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ enter
Function
enter
packages/tailwindcss/src/walk.test.ts:377–379 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
375
let
visited: string[] = []
376
walk(ast, {
377
enter(node) {
378
visited.push(node.kind)
379
},
380
})
381
382
expect(visited).toEqual([
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
,
'g'
,
'h'
,
'i'
])
Callers
1
walkImplementation
Function · 0.70
Calls
1
decl
Function · 0.90
Tested by
no test coverage detected