prettier 1.15.3 → 1.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/parser-postcss.js CHANGED
@@ -18382,7 +18382,7 @@ module.exports = {
18382
18382
 
18383
18383
 
18384
18384
  function createError(message, loc) {
18385
- // Construct an error similar to the ones thrown by Babylon.
18385
+ // Construct an error similar to the ones thrown by Babel.
18386
18386
  var error = new SyntaxError(message + " (" + loc.start.line + ":" + loc.start.column + ")");
18387
18387
  error.loc = loc;
18388
18388
  return error;