// Generated by scripts/generate-showcase.mjs. Do not edit directly. page V06MigrationGuide { layout = "showcase" seo { title = "WRNexusJS v0.6 Migration" description = "Upgrade older projects through idempotent v0.6 migrations with backups, dry runs, and review reports." } view {
WRNexusJS v0.6

Migration

Upgrade older projects through idempotent v0.6 migrations with backups, dry runs, and review reports.

Legacy outputs

Convert @event declarations, $emit calls, and event.detail listeners to outputs and payload.

Explicit dependencies

Add component and layout imports only when resolution is unambiguous.

Safety

Parse and type-check changed files and roll back when migration validation fails.

} }