ConversionResult
@a16njs/engine / ConversionResult
Interface: ConversionResult
Defined in: index.ts:62
Result of a conversion operation.
Properties
discovered
discovered:
AgentCustomization[]
Defined in: index.ts:64
Items discovered from source
written
written:
WrittenFile[]
Defined in: index.ts:66
Files written to target
warnings
warnings:
Warning[]
Defined in: index.ts:68
Warnings from discovery and emission
unsupported
unsupported:
AgentCustomization[]
Defined in: index.ts:70
Items that couldn't be represented by target
gitIgnoreChanges?
optionalgitIgnoreChanges:GitIgnoreResult[]
Defined in: index.ts:72
Git-ignore changes made (if --gitignore-output-with was used)
deletedSources?
optionaldeletedSources:string[]
Defined in: index.ts:74
Source files that were deleted (if --delete-source was used)