File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3
3
const {
4
4
ArrayPrototypePush,
5
5
ArrayPrototypePushApply,
6
- FunctionPrototypeCall,
7
6
Int32Array,
8
7
ObjectAssign,
9
8
ObjectDefineProperty,
10
9
ObjectSetPrototypeOf,
11
10
Promise,
12
11
SafeSet,
13
12
StringPrototypeSlice,
14
- StringPrototypeStartsWith,
15
13
StringPrototypeToUpperCase,
16
14
globalThis,
17
15
} = primordials ;
@@ -49,7 +47,6 @@ const {
49
47
validateString,
50
48
} = require ( 'internal/validators' ) ;
51
49
const {
52
- emitExperimentalWarning,
53
50
kEmptyObject,
54
51
} = require ( 'internal/util' ) ;
55
52
Original file line number Diff line number Diff line change 1
1
import { spawnPromisified } from '../common/index.mjs' ;
2
2
import * as fixtures from '../common/fixtures.mjs' ;
3
3
import assert from 'node:assert' ;
4
- import os from 'node:os' ;
5
4
import { execPath } from 'node:process' ;
6
5
import { describe , it } from 'node:test' ;
7
6
You can’t perform that action at this time.
0 commit comments