Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ prepend
Method
prepend
lib/at-rule.js:16–19 ·
view source on GitHub ↗
(...children)
Source
from the content-addressed store, hash-verified
14
}
15
16
prepend(...children) {
17
if
(!this.proxyOf.nodes) this.nodes = []
18
return
super.prepend(...children)
19
}
20
}
21
22
module.exports = AtRule
Callers
6
processor.test.ts
File · 0.45
map.test.ts
File · 0.45
at-rule.test.ts
File · 0.45
root.test.ts
File · 0.45
Rule
Function · 0.45
container.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
Rule
Function · 0.36