afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Make object literals immutable and fix the resulting errors #17

Open mike000000000 opened 1 year ago

mike000000000 commented 1 year ago

11 marked list literals as immutable during compile. The same needs to happen for object literals but this causes errors.