Skip to content

@saflib/imports


src/types

Interfaces

InterfaceDescription
ImportSpec-
MeasureGraphOptions-
MeasureGraphResult-
PackageInfoPackage metadata indexed by workspace package name.
ResolvedExternalBare specifier that is not a workspace package (npm / Node built-in).
ResolvedFileSuccessful resolve to a first-party workspace file.

Type Aliases

Type AliasDescription
FindPathResultShortest import path from entry to target as display labels (entry path, then each import specifier along the chain). null if unreachable.
GraphWalkOptionsShared options for graph walks (measure, why, cycles).
PackageIndexIndex of workspace packages discovered under a monorepo root.
ResolveResult-