Skip to content

Commit 205306a

Browse files
JakobJingleheimerGeoffreyBooth
authored andcommitted
remove unused deps
1 parent 3591d75 commit 205306a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/internal/modules/esm/hooks.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
const {
44
ArrayPrototypePush,
55
ArrayPrototypePushApply,
6-
FunctionPrototypeCall,
76
Int32Array,
87
ObjectAssign,
98
ObjectDefineProperty,
109
ObjectSetPrototypeOf,
1110
Promise,
1211
SafeSet,
1312
StringPrototypeSlice,
14-
StringPrototypeStartsWith,
1513
StringPrototypeToUpperCase,
1614
globalThis,
1715
} = primordials;
@@ -49,7 +47,6 @@ const {
4947
validateString,
5048
} = require('internal/validators');
5149
const {
52-
emitExperimentalWarning,
5350
kEmptyObject,
5451
} = require('internal/util');
5552

test/es-module/test-esm-loader-hooks.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { spawnPromisified } from '../common/index.mjs';
22
import * as fixtures from '../common/fixtures.mjs';
33
import assert from 'node:assert';
4-
import os from 'node:os';
54
import { execPath } from 'node:process';
65
import { describe, it } from 'node:test';
76

0 commit comments

Comments
 (0)