We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe174a4 commit 99014abCopy full SHA for 99014ab
packages/playground/cli/src/worker-thread.ts
@@ -12,7 +12,7 @@ import { sprintf } from '@php-wasm/util';
12
import { bootWordPress } from '@wp-playground/wordpress';
13
import { rootCertificates } from 'tls';
14
import { jspi } from 'wasm-feature-detect';
15
-import { MessageChannel, MessagePort, parentPort } from 'worker_threads';
+import { MessageChannel, type MessagePort, parentPort } from 'worker_threads';
16
17
export interface Mount {
18
hostPath: string;
0 commit comments