MCPcopy
hub / github.com/postcss/postcss / Declaration

Function Declaration

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

Source from the content-addressed store, hash-verified

46 visits.push(['CommentExit', i.text])
47 },
48 Declaration(i) {
49 visits.push(['Declaration', i.prop + ': ' + i.value])
50 },
51 DeclarationExit(i) {
52 visits.push(['DeclarationExit', i.prop + ': ' + i.value])
53 },

Callers

nothing calls this directly

Calls 11

pushMethod · 0.80
someMethod · 0.80
cloneBeforeMethod · 0.80
walkDeclsMethod · 0.80
removeMethod · 0.80
removeAllMethod · 0.80
cloneAfterMethod · 0.80
replaceWithMethod · 0.80
rootMethod · 0.45
mapMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…