You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To discuss if it'd be revelant to implement something.
Since mizu doesn't really manipulates raw js (apart from *eval directive) the added value is quite limited I think.
One could imagining const preventing re-assigning, but for example technically *set just "shadows" the values (not a change), so yeah the expected behavior isn't clear for now
I have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered:
Scope
for
What do you want to define?
Currently the
*for
parser is able to parse all of them:mizu/@mizu/for/parse.ts
Line 45 in 43d5c96
But there are no special handling.
To discuss if it'd be revelant to implement something.
Since mizu doesn't really manipulates raw js (apart from
*eval
directive) the added value is quite limited I think.One could imagining
const
preventing re-assigning, but for example technically*set
just "shadows" the values (not a change), so yeah the expected behavior isn't clear for nowI have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: