MCPcopy
hub / github.com/postcss/postcss / DeclarationExit

Function DeclarationExit

test/visitor.test.ts:51–53  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

49 visits.push(['Declaration', i.prop + ': ' + i.value])
50 },
51 DeclarationExit(i) {
52 visits.push(['DeclarationExit', i.prop + ': ' + i.value])
53 },
54 Document(i) {
55 visits.push(['Document', `${i.nodes.length}`])
56 },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…