Skip to main content

ConversionResult

@a16njs/engine


@a16njs/engine / ConversionResult

Interface: ConversionResult

Defined in: index.ts:72

Result of a conversion operation.

Properties

discovered

discovered: AgentCustomization[]

Defined in: index.ts:74

Items discovered from source


written

written: WrittenFile[]

Defined in: index.ts:76

Files written to target


warnings

warnings: Warning[]

Defined in: index.ts:78

Warnings from discovery and emission


unsupported

unsupported: AgentCustomization[]

Defined in: index.ts:80

Items that couldn't be represented by target


gitIgnoreChanges?

optional gitIgnoreChanges: GitIgnoreResult[]

Defined in: index.ts:82

Git-ignore changes made (if --gitignore-output-with was used)


deletedSources?

optional deletedSources: string[]

Defined in: index.ts:84

Source files that were deleted (if --delete-source was used)