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

Method append

lib/container.js:38–47  ·  view source on GitHub ↗
(...children)

Source from the content-addressed store, hash-verified

36 }
37
38 append(...children) {
39 for (let child of children) {
40 let nodes = this.normalize(child, this.last)
41 for (let node of nodes) this.proxyOf.nodes.push(node)
42 }
43
44 this.markDirty()
45
46 return this
47 }
48
49 cleanRaws(keepBetween) {
50 super.cleanRaws(keepBetween)

Callers

nothing calls this directly

Calls 3

normalizeMethod · 0.95
pushMethod · 0.80
markDirtyMethod · 0.80

Tested by

no test coverage detected