MCPcopy Index your code
hub / github.com/postcss/postcss / doubleColon

Method doubleColon

lib/parser.js:307–313  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

305 }
306
307 doubleColon(token) {
308 throw this.input.error(
309 'Double colon',
310 { offset: token[2] },
311 { offset: token[2] + token[1].length }
312 )
313 }
314
315 emptyRule(token) {
316 let node = new Rule()

Callers 1

colonMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected