Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.45
async1
Function · 0.45
async2
Function · 0.45
map.test.ts
File · 0.45
at-rule.test.ts
File · 0.45
root.test.ts
File · 0.45
postcss.test.ts
File · 0.45
Declaration
Function · 0.45
visitor.test.ts
File · 0.45
Rule
Function · 0.45
OnceExit
Function · 0.45
container.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
5
async1
Function · 0.36
async2
Function · 0.36
Declaration
Function · 0.36
Rule
Function · 0.36
OnceExit
Function · 0.36