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
@rzvxa What do you think? Not a big deal, but I think it'd be neater. I suspect we may end up adding more attrs later on (it may be useful, for instance, to tag all TS-only fields #[typescript]) and it could get out of hand.
The text was updated successfully, but these errors were encountered:
Currently:
Could we reduce the number of "special" attrs by changing
visit_args(...)
/visit_as(...)
tovisit(args(...))
/visit(as(...))
?@rzvxa What do you think? Not a big deal, but I think it'd be neater. I suspect we may end up adding more attrs later on (it may be useful, for instance, to tag all TS-only fields
#[typescript]
) and it could get out of hand.The text was updated successfully, but these errors were encountered: