Closed hax closed 5 years ago
@littledan First I need more time to understand the new decorator proposal. But with my first glance, the syntax 3@px looks strange, and I guess some programmers will try let value = 3; let length = (value)@px; :-)
3@px
let value = 3; let length = (value)@px;
Well, yeah, that would be a syntax error. Feel free to raise questions on the decorator repo for clarifications.
@littledan First I need more time to understand the new decorator proposal. But with my first glance, the syntax
3@px
looks strange, and I guess some programmers will trylet value = 3; let length = (value)@px;
:-)