Files
2026-08-01 01:09:58 +05:30

17 lines
1.4 KiB
Plaintext

// 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 {
<article class="page-docs guide-page">
<nav class="docs-breadcrumbs" aria-label="Breadcrumb"><a href="/docs">Docs</a><span aria-hidden="true">/</span><span>WRNexusJS v0.6</span><span aria-hidden="true">/</span><span>Migration</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Migration</h1><p>Upgrade older projects through idempotent v0.6 migrations with backups, dry runs, and review reports.</p></header>
<section class="guide-section"><h2>Legacy outputs</h2><p>Convert @event declarations, $emit calls, and event.detail listeners to outputs and payload.</p></section><section class="guide-section"><h2>Explicit dependencies</h2><p>Add component and layout imports only when resolution is unambiguous.</p></section><section class="guide-section"><h2>Safety</h2><p>Parse and type-check changed files and roll back when migration validation fails.</p></section>
<nav class="guide-next"><a href="/framework-guides">Framework guides <span aria-hidden="true">→</span></a><a href="/v06-migration">Migration guide <span aria-hidden="true">→</span></a></nav>
</article>
}
}