MCPcopy
hub / github.com/postcss/postcss / unknownWord

Method unknownWord

lib/parser.js:601–607  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

599 }
600
601 unknownWord(tokens) {
602 throw this.input.error(
603 'Unknown word ' + tokens[0][1],
604 { offset: tokens[0][2] },
605 { offset: tokens[0][2] + tokens[0][1].length }
606 )
607 }
608
609 unnamedAtrule(node, token) {
610 throw this.input.error(

Callers 2

declMethod · 0.95
otherMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected