We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9984e commit a468ebbCopy full SHA for a468ebb
1 file changed
packages/php-wasm/node/src/test/php-proc-open-daemon.spec.ts
@@ -10,12 +10,7 @@
10
* 4. Worker thread — does the worker thread path preserve the handler?
11
*/
12
import { spawn } from 'child_process';
13
-import {
14
- SupportedPHPVersions,
15
- setPhpIniEntries,
16
- PHP,
17
- ProcessIdAllocator,
18
-} from '@php-wasm/universal';
+import { PHP, ProcessIdAllocator } from '@php-wasm/universal';
19
import { loadNodeRuntime } from '../lib';
20
21
const isWindows = process.platform === 'win32';
0 commit comments