feat: add typed WRN declarations
This commit is contained in:
@@ -593,6 +593,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// UI components remain auto-discovered; no application files require migration.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.59",
|
||||
id: "typed-wrn-declarations",
|
||||
description:
|
||||
"Adds explicit prop and state types, local type declarations, and typed component runtime validation.",
|
||||
apply() {
|
||||
// Existing inferred declarations remain compatible; typed syntax is opt-in.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user