874 B
874 B
Upgrade to WRNexusJS 0.6.0
- Commit or back up the existing application.
- Install the v0.6 workspace packages.
- Run a dry migration:
wrnexus update --version=0.6.0 --dry-run --report
- Review ambiguous function runtimes and unresolved imports.
- Apply the migration:
wrnexus update --version=0.6.0 --report
- To adopt strict imports immediately:
wrnexus update --version=0.6.0 --explicit-imports --report
- Run
bun install,bun run validate:0.6, andbun run check.
Existing applications receive compatible defaults. Legacy $emit, @event, event.detail, implicit component discovery, string layouts, untyped props/state, and unmodified functions remain accepted temporarily. New code should use output.name(payload), payload, explicit imports, typed declarations, and runtime modifiers.