Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ unclosedBracket
Method
unclosedBracket
lib/parser.js:585–591 ·
view source on GitHub ↗
(bracket)
Source
from the content-addressed store, hash-verified
583
}
584
585
unclosedBracket(bracket) {
586
throw this.input.error(
587
'Unclosed bracket'
,
588
{ offset: bracket[2] },
589
{ offset: bracket[2] + 1 }
590
)
591
}
592
593
unexpectedClose(token) {
594
throw this.input.error(
Callers
1
other
Method · 0.95
Calls
1
error
Method · 0.45
Tested by
no test coverage detected