MCPcopy
hub / github.com/postcss/postcss / unexpectedClose

Method unexpectedClose

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

Source from the content-addressed store, hash-verified

591 }
592
593 unexpectedClose(token) {
594 throw this.input.error(
595 'Unexpected }',
596 { offset: token[2] },
597 { offset: token[2] + 1 }
598 )
599 }
600
601 unknownWord(tokens) {
602 throw this.input.error(

Callers 1

endMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected