diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-17 18:26:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 18:26:23 +0100 |
| commit | a14e9f55b4efc39689e1cc76b44bc6c1be51efa5 (patch) | |
| tree | 0a62a88e21eb6647157fc1f948008793b67bf0e9 /ext/node/polyfills/child_process.ts | |
| parent | 915b73571c40601b7f79fa4ee0f3035982e23b7f (diff) | |
feat(fmt): sort type-only named import/exports last (#25690)
Closes #22583
Diffstat (limited to 'ext/node/polyfills/child_process.ts')
| -rw-r--r-- | ext/node/polyfills/child_process.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
