We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054e22 commit d4556cfCopy full SHA for d4556cf
src/coconut/data/macros/ModelBuilder.hx
@@ -95,6 +95,7 @@ class ModelBuilder {
95
case FProp(_, _, _, _):
96
f.pos.error('Custom properties may only use `get`, `set` and `never` access.');
97
case FVar(t, e) if (!f.meta.exists(function (m) return m.name == ':signal' || m.name == ':untracked')):
98
+ f.isFinal = false;
99
addField(f, t, e);
100
default:
101
}
0 commit comments