feat(wrn): support native structured prop expressions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -1094,6 +1094,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Package, component, and development-runtime improvements apply automatically.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.5.1",
|
||||
id: "native-wrn-json-expressions",
|
||||
description:
|
||||
"Adds native array and object state initializers plus JSX-style expression props in WRN component markup.",
|
||||
apply() {
|
||||
// Syntax and compiler support are package-managed; existing applications remain compatible.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user