Skip to content

Commit

Permalink
jsdoc/fix: remove global redeclares
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 10, 2023
1 parent 00548ba commit 84422e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/utils/src/shared-buffer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @flow
/* global MessageChannel:readonly */

export let SharedBuffer: Class<ArrayBuffer> | Class<SharedArrayBuffer>;

Expand Down
2 changes: 1 addition & 1 deletion packages/runtimes/webextension/src/autoreload-bg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global chrome, browser, addEventListener, fetch, Response, HMR_HOST, HMR_PORT */
/* global chrome, browser, addEventListener, HMR_HOST, HMR_PORT */
var env = typeof chrome == 'undefined' ? browser : chrome;
env.runtime.onMessage.addListener(function (msg) {
if (msg.__parcel_hmr_reload__) {
Expand Down

0 comments on commit 84422e7

Please sign in to comment.