@parcel/diagnostic 2.0.0-dev.1680 → 2.0.0-dev.1781

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/lib/diagnostic.js CHANGED
@@ -34,7 +34,7 @@ function _jsonSourcemap() {
34
34
  };
35
35
  return data;
36
36
  }
37
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
37
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
38
38
  /** These positions are 1-based (so <code>1</code> is the first line/column) */
39
39
  /**
40
40
  * Note: A tab character is always counted as a single character
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/diagnostic",
3
- "version": "2.0.0-dev.1680+3edb0d741",
3
+ "version": "2.0.0-dev.1781+61f02c2f3",
4
4
  "description": "Types and utilities for printing source-code located errors, warning and information messages.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -28,5 +28,5 @@
28
28
  "@mischnic/json-sourcemap": "^0.1.0",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
31
- "gitHead": "3edb0d7419831e49cfa7ea8c52b4f7127a16ae52"
31
+ "gitHead": "61f02c2f339013deb2ce38ff59edbe15d62e7cb5"
32
32
  }