Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postcss/postcss
/ unclosedBlock
Method
unclosedBlock
lib/parser.js:580–583 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
578
}
579
580
unclosedBlock() {
581
let
pos = this.current.source.start
582
throw this.input.error(
'Unclosed block'
, pos.line, pos.column)
583
}
584
585
unclosedBracket(bracket) {
586
throw this.input.error(
Callers
1
endFile
Method · 0.95
Calls
1
error
Method · 0.45
Tested by
no test coverage detected