@parcel/graph 2.8.4-nightly.2918 → 2.8.4-nightly.2926

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.
@@ -4,8 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.SharedBuffer = void 0;
7
-
8
- /* global MessageChannel:readonly */
9
7
  // Copy from @parcel/utils to fix: https://github.com/stackblitz/core/issues/1855
10
8
  let SharedBuffer; // $FlowFixMe[prop-missing]
11
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/graph",
3
- "version": "2.8.4-nightly.2918+7abd24c97",
3
+ "version": "2.8.4-nightly.2926+cd4336412",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -22,5 +22,5 @@
22
22
  "dependencies": {
23
23
  "nullthrows": "^1.1.1"
24
24
  },
25
- "gitHead": "7abd24c977edba403d405b157affcbe7e86d83a6"
25
+ "gitHead": "cd4336412242b6d6da40ef6cba8e7ac99c72b090"
26
26
  }
@@ -1,5 +1,4 @@
1
1
  // @flow
2
- /* global MessageChannel:readonly */
3
2
  // Copy from @parcel/utils to fix: https://github.com/stackblitz/core/issues/1855
4
3
  export let SharedBuffer: Class<ArrayBuffer> | Class<SharedArrayBuffer>;
5
4