MCPcopy
hub / github.com/tailwindlabs/tailwindcss / exit

Function exit

packages/tailwindcss/src/walk.test.ts:753–755  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

751 let visited: string[] = []
752 walk(ast, {
753 exit(node) {
754 visited.push(node.kind)
755 },
756 })
757
758 expect(visited).toEqual(['c', 'b', 'f', 'e', 'd', 'h', 'g', 'a', 'i'])

Callers 1

walkImplementationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected