API ReferenceInterfaces
ResolvedModule
Defined in: packages/core/src/modules.ts:11
A module the resolver located: its canonical id (for cycles + diagnostics) and raw source.
Properties
id
id: string;Defined in: packages/core/src/modules.ts:13
Canonical module id (e.g. normalized path). Stable key for cycle detection.
source
source: string;Defined in: packages/core/src/modules.ts:15
Raw .actio.yml source text.