Rule: Exported variable became const¶
Canonical rule slug: var-const. ← back to all rules
An exported variable becomes const, moving it to read-only storage so existing binaries that write it fault.
Canonical demonstration¶
- case39_var_const — Variable Const Change (🔴 BREAKING)