Skip to content

SyncBlockMetadataExecutionOptions

Defined in: wp-typia-block-runtime/src/metadata-core.ts:92

Optional execution flags that control how warnings affect the final report status.

optional check?: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:46

Verify that generated artifacts are already current without rewriting them.

ArtifactSyncExecutionOptions.check


optional failOnLossy?: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:95

Promote lossy WordPress projection warnings to error status.


optional failOnPhpWarnings?: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:97

Promote PHP validator coverage warnings to error status.


optional strict?: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:104

Promote all warnings to error status.

When true, this behaves like setting both failOnLossy and failOnPhpWarnings to true.