Reference

BoundaryGraphInput

Supplies entry modules and module loading hooks for boundary graph analysis.

Signature

interface BoundaryGraphInput

Members

entries: readonly BoundaryGraphEntry[]
function readModule(file: string): string | Promise<string | undefined> | undefined
function resolveModule(input: { importer: string; source: string }): string | Promise<string | undefined> | undefined