MCPcopy
hub / github.com/postcss/postcss / toString

Method toString

lib/css-syntax-error.js:123–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 toString() {
124 let code = this.showSourceCode()
125 if (code) {
126 code = '\n\n' + code + '\n'
127 }
128 return this.name + ': ' + this.message + code
129 }
130}
131
132module.exports = CssSyntaxError

Callers

nothing calls this directly

Calls 1

showSourceCodeMethod · 0.95

Tested by

no test coverage detected