MCPcopy
hub / github.com/postcss/postcss / next

Method next

lib/node.js:205–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 next() {
206 if (!this.parent) return undefined
207 let index = this.parent.index(this)
208 return this.parent.nodes[index + 1]
209 }
210
211 positionBy(opts = {}) {
212 let inputString =

Callers 2

node.test.tsFile · 0.80
location.test.tsFile · 0.80

Calls 1

indexMethod · 0.80

Tested by

no test coverage detected