From a14e9f55b4efc39689e1cc76b44bc6c1be51efa5 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 17 Sep 2024 18:26:23 +0100 Subject: feat(fmt): sort type-only named import/exports last (#25690) Closes #22583 --- ext/node/polyfills/child_process.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/node/polyfills/child_process.ts') diff --git a/ext/node/polyfills/child_process.ts b/ext/node/polyfills/child_process.ts index f77a430c2..017318878 100644 --- a/ext/node/polyfills/child_process.ts +++ b/ext/node/polyfills/child_process.ts @@ -18,11 +18,11 @@ import { ChildProcessOptions, normalizeSpawnArguments, setupChannel, - type SpawnOptions, spawnSync as _spawnSync, + stdioStringToArray, + type SpawnOptions, type SpawnSyncOptions, type SpawnSyncResult, - stdioStringToArray, } from "ext:deno_node/internal/child_process.ts"; import { validateAbortSignal, -- cgit v1.2.3