Minor Changes
-
Feat(cli):
migrate-schemanow auto-migrates programmatic JS/TS configs#99412a1c06f@mmaiettaelectron-builder migrate-schemapreviously printed manual steps for programmatic configs (.js/.cjs/.mjs/.ts). It now rewrites them in place via an AST-located text codemod that applies the same v26→v27 transforms as static configs while preserving comments, imports, functions, and formatting. Falls back to manual steps whentypescriptis not installed or the config cannot be statically reduced to a single object literal (dynamic function bodies, spreads, computed keys).