MCPcopy
hub / github.com/postcss/postcss / cleanMarks

Function cleanMarks

lib/lazy-result.js:99–103  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

97}
98
99function cleanMarks(node) {
100 node[isClean] = false
101 if (node.nodes) node.nodes.forEach(i => cleanMarks(i))
102 return node
103}
104
105let postcss = {}
106

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…