MCPcopy
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

walkImplementationFunction · 0.70

Calls 1

declFunction · 0.90

Tested by

no test coverage detected