From f0b96b489eb19d3f0830387a3aa4a715b5dca6ae Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 31 Aug 2022 20:41:07 +0000 Subject: [PATCH] clean unused globals --- lib/internal/bootstrap/switches/is_embedded_env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap/switches/is_embedded_env.js b/lib/internal/bootstrap/switches/is_embedded_env.js index f3816128d15e9e..491fff0dcb2192 100644 --- a/lib/internal/bootstrap/switches/is_embedded_env.js +++ b/lib/internal/bootstrap/switches/is_embedded_env.js @@ -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');