Skip to content

runSyncBlockMetadata

runSyncBlockMetadata(options, executionOptions?): Promise<SyncBlockMetadataReport>

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

Execute syncBlockMetadata() and return a structured status report.

This wrapper preserves the existing artifact-generation behavior while adding stable status, warning, and failure metadata for scripts and CI integrations. Hard analysis failures are normalized into failure, and warning promotion is controlled by strict, failOnLossy, and failOnPhpWarnings.

SyncBlockMetadataOptions

Artifact generation inputs shared with syncBlockMetadata().

SyncBlockMetadataExecutionOptions = {}

Optional warning-promotion flags for CI/reporting flows.

Promise<SyncBlockMetadataReport>

A structured execution report describing generated paths, warnings, and failures.