MCPcopy
hub / github.com/postcss/postcss / unclosed

Function unclosed

lib/tokenize.js:45–47  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

43 }
44
45 function unclosed(what) {
46 throw input.error('Unclosed ' + what, pos)
47 }
48
49 function endOfFile() {
50 return returned.length === 0 && pos >= length

Callers 1

nextTokenFunction · 0.85

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…