MCPcopy Index your code
hub / github.com/nodejs/node / getPackageScopeConfig

Method getPackageScopeConfig

typings/internalBinding/modules.d.ts:27–27  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

25 getNearestParentPackageJSONType(path: string): PackageConfig['type']
26 getNearestParentPackageJSON(path: string): SerializedPackageConfig | undefined
27 getPackageScopeConfig(path: string): SerializedPackageConfig | undefined
28 getPackageType(path: string): PackageConfig['type'] | undefined
29 enableCompileCache(path?: string): { status: number, message?: string, directory?: string }
30 getCompileCacheDir(): string | undefined

Callers 3

getPackageScopeConfigFunction · 0.80
packageImportsResolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected