File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212// prefer-async-spawn: sync-required — top-level CLI runner; entire
1313// flow is sequential gate-running with exit-code aggregation.
14- import { spawnSync } from '@socketsecurity/lib-stable/spawn'
14+ import { spawnSync } from '@socketsecurity/lib-stable/process/ spawn/child '
1515import process from 'node:process'
1616
1717const args = process . argv . slice ( 2 )
Original file line number Diff line number Diff line change 1717
1818// prefer-async-spawn: sync-required — top-level CLI runner; entire
1919// flow is sync (sequential gates, exit-code aggregation).
20- import { spawnSync } from '@socketsecurity/lib-stable/spawn'
20+ import { spawnSync } from '@socketsecurity/lib-stable/process/ spawn/child '
2121import type { SpawnSyncOptions } from 'node:child_process'
2222import { existsSync } from 'node:fs'
2323import path from 'node:path'
2424import process from 'node:process'
25- import { getDefaultLogger } from '@socketsecurity/lib-stable/logger'
25+ import { getDefaultLogger } from '@socketsecurity/lib-stable/logger/default '
2626
2727const logger = getDefaultLogger ( )
2828
Original file line number Diff line number Diff line change 2020
2121// prefer-async-spawn: sync-required — top-level CLI runner; entire
2222// flow is sync (test runner invocation + exit-code aggregation).
23- import { spawnSync } from '@socketsecurity/lib-stable/spawn'
23+ import { spawnSync } from '@socketsecurity/lib-stable/process/ spawn/child '
2424import type { SpawnSyncOptions } from 'node:child_process'
2525import { existsSync } from 'node:fs'
2626import process from 'node:process'
27- import { getDefaultLogger } from '@socketsecurity/lib-stable/logger'
27+ import { getDefaultLogger } from '@socketsecurity/lib-stable/logger/default '
2828
2929const logger = getDefaultLogger ( )
3030
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import path from 'node:path'
88import process from 'node:process'
99import { fileURLToPath } from 'node:url'
1010
11- import { getDefaultLogger } from '@socketsecurity/lib-stable/logger'
11+ import { getDefaultLogger } from '@socketsecurity/lib-stable/logger/default '
1212
1313const logger = getDefaultLogger ( )
1414
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import process from 'node:process'
1313import { fileURLToPath } from 'node:url'
1414import { promisify } from 'node:util'
1515
16- import { getDefaultLogger } from '@socketsecurity/lib-stable/logger'
16+ import { getDefaultLogger } from '@socketsecurity/lib-stable/logger/default '
1717
1818const logger = getDefaultLogger ( )
1919const execAsync = promisify ( exec )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import path from 'node:path'
99import process from 'node:process'
1010import { fileURLToPath } from 'node:url'
1111
12- import { getDefaultLogger } from '@socketsecurity/lib-stable/logger'
12+ import { getDefaultLogger } from '@socketsecurity/lib-stable/logger/default '
1313
1414const logger = getDefaultLogger ( )
1515
You can’t perform that action at this time.
0 commit comments