Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
end
Method · 0.95
Calls
1
error
Method · 0.45
Tested by
no test coverage detected