Skip to content

Commit 082129e

Browse files
authored
Enable import sorting (#308)
1 parent faea482 commit 082129e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/worker.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
// https://opensource.org/licenses/MIT.
44

55
import {
6-
parentPort,
7-
workerData,
86
MessagePort,
97
TransferListItem,
8+
parentPort,
9+
workerData,
1010
} from 'worker_threads';
11-
import {spawn, SpawnOptionsWithoutStdio} from 'child_process';
11+
import {SpawnOptionsWithoutStdio, spawn} from 'child_process';
1212
import {strict as assert} from 'assert';
1313

1414
import {SyncMessagePort} from './sync-message-port';

0 commit comments

Comments
 (0)