File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 */
55
66import ENV from './constants/ENV'
7- import { getWhich as getWhichDep } from './dependencies/index '
7+ import { getWhich as getWhichDep } from './dependencies/system '
88import { readJsonSync } from './fs'
99import { getOwn } from './objects'
1010import { isPath , normalizePath } from './path'
Original file line number Diff line number Diff line change 11/** @fileoverview Cacache utilities for Socket ecosystem shared content-addressable cache. */
22
3- import { getCacache as getCacacheDep } from './dependencies/index '
3+ import { getCacache as getCacacheDep } from './dependencies/file-system '
44import { getSocketCacacheDir } from './paths'
55
66export interface GetOptions {
Original file line number Diff line number Diff line change 99 getIsUnicodeSupported ,
1010 getLogger ,
1111 getSpinner ,
12- } from './dependencies/index '
12+ } from './dependencies/logging '
1313import { hasOwn } from './objects'
1414import { applyLinePrefix } from './strings'
1515
Original file line number Diff line number Diff line change 77import {
88 getFastGlob as getFastGlobDep ,
99 getPicomatch as getPicomatchDep ,
10- } from './dependencies/index '
10+ } from './dependencies/file-system '
1111// tsgo has a bug that incorrectly transpiles destructured exports, resulting in
1212// `exports.SomeName = void 0;` which causes runtime errors.
1313// See: https://github.com/SocketDev/socket-packageurl-js/issues/3
Original file line number Diff line number Diff line change 33 * Provides various comparison utilities for arrays and collections.
44 */
55
6- import { getFastSort , getSemver } from './dependencies/index '
6+ import { getFastSort , getSemver } from './dependencies/build-tools '
77
88let _localeCompare : ( ( x : string , y : string ) => number ) | undefined
99/**
Original file line number Diff line number Diff line change 22 * @fileoverview Stream processing utilities with streaming-iterables integration.
33 * Provides async stream handling and transformation functions.
44 */
5- import { getStreamingIterables as getStreamingIterablesDep } from './dependencies/index '
5+ import { getStreamingIterables as getStreamingIterablesDep } from './dependencies/system '
66import { normalizeIterationOptions , pRetry } from './promises'
77
88import type { IterationOptions } from './promises'
You can’t perform that action at this time.
0 commit comments