WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
node_modules/postcss/lib/input.js
@@ -142,7 +142,15 @@
      )
    }
    result.input = { column, endColumn, endLine, endOffset, line, offset, source: this.css }
    result.input = {
      column,
      endColumn,
      endLine,
      endOffset,
      line,
      offset,
      source: this.css
    }
    if (this.file) {
      if (pathToFileURL) {
        result.input.url = pathToFileURL(this.file).toString()