Reference
BoundaryGraphInput
Supplies entry modules and module loading hooks for boundary graph analysis.
Signature
interface BoundaryGraphInputMembers
entries: readonly BoundaryGraphEntry[]function readModule(file: string): string | Promise<string | undefined> | undefinedfunction resolveModule(input: { importer: string; source: string }): string | Promise<string | undefined> | undefined