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
export {length} = str doesn't parse at all. It seems like a natural extension to export syntax though. We could transpile to const {length} = str; export {length}. Though without autoConst I'm not totally sure whether length should be exposed to the body like this...
"civet autoConst"
fails to parse, instead of producing:
does not produce:
The text was updated successfully, but these errors were encountered: