release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+15
View File
@@ -0,0 +1,15 @@
# Old-project v0.6 test checklist
- The unmodified old application builds before migration.
- `wrnexus update --dry-run --report` changes no files.
- The report identifies legacy outputs, ambiguous functions, unresolved imports, and string layouts.
- The real migration creates a backup.
- Migrated `.wrn` files parse and type-check.
- `$emit` is converted to `output.*` where safe.
- `@event` is converted to `outputs {}`.
- Parent `event.detail` handlers use `payload`.
- Explicit imports resolve without guessing ambiguous components.
- Existing layouts render.
- SSR and CSR behavior match the old application.
- A second migration run produces no source changes.
- Rollback restores the exact pre-migration application.