MCPcopy
hub / github.com/postcss/postcss / append

Method append

lib/at-rule.js:11–14  ·  view source on GitHub ↗
(...children)

Source from the content-addressed store, hash-verified

9 }
10
11 append(...children) {
12 if (!this.proxyOf.nodes) this.nodes = []
13 return super.append(...children)
14 }
15
16 prepend(...children) {
17 if (!this.proxyOf.nodes) this.nodes = []

Callers 15

constructorMethod · 0.45
async1Function · 0.45
async2Function · 0.45
map.test.tsFile · 0.45
at-rule.test.tsFile · 0.45
root.test.tsFile · 0.45
postcss.test.tsFile · 0.45
DeclarationFunction · 0.45
visitor.test.tsFile · 0.45
RuleFunction · 0.45
OnceExitFunction · 0.45
container.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 5

async1Function · 0.36
async2Function · 0.36
DeclarationFunction · 0.36
RuleFunction · 0.36
OnceExitFunction · 0.36