Skip to content

Commit

Permalink
clean unused globals
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 10, 2022
1 parent c6b924d commit f0b96b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap/switches/is_embedded_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Set up globalThis.require and globalThis.import so that they can
// be easily accessed from C/C++

/* global path, primordials, process, GetLinkedBinding, GetInternalBinding */
/* global path, primordials */

const { globalThis, ObjectCreate } = primordials;
const CJSLoader = require('internal/modules/cjs/loader');
Expand Down

0 comments on commit f0b96b4

Please sign in to comment.