summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/child_process.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-18 14:54:52 +0100
committerGitHub <noreply@github.com>2024-09-18 13:54:52 +0000
commit3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 (patch)
treeca585bb16ff45b499dde8b28c189edb2457b35d4 /ext/node/polyfills/child_process.ts
parentbed46474b2d59b229bd85dbdec5b3d943c32f60f (diff)
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
Reverts #25690 This was not an issue with the ts compiler anymore. Discussion here: https://github.com/dprint/dprint-plugin-typescript/pull/664#issuecomment-2357000053
Diffstat (limited to 'ext/node/polyfills/child_process.ts')
-rw-r--r--ext/node/polyfills/child_process.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/child_process.ts b/ext/node/polyfills/child_process.ts
index 017318878..f77a430c2 100644
--- a/ext/node/polyfills/child_process.ts
+++ b/ext/node/polyfills/child_process.ts
@@ -18,11 +18,11 @@ import {
ChildProcessOptions,
normalizeSpawnArguments,
setupChannel,
- spawnSync as _spawnSync,
- stdioStringToArray,
type SpawnOptions,
+ spawnSync as _spawnSync,
type SpawnSyncOptions,
type SpawnSyncResult,
+ stdioStringToArray,
} from "ext:deno_node/internal/child_process.ts";
import {
validateAbortSignal,