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.
Parameters
Section titled “Parameters”options
Section titled “options”Artifact generation inputs shared with syncBlockMetadata().
executionOptions?
Section titled “executionOptions?”SyncBlockMetadataExecutionOptions = {}
Optional warning-promotion flags for CI/reporting flows.
Returns
Section titled “Returns”Promise<SyncBlockMetadataReport>
A structured execution report describing generated paths, warnings, and failures.