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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Comma-separated field declarations were added relatively recently. Let's split out comma-separated field declarations into a separate proposal to be considered with more time to think over some issues.
Comma-separated field declarations have led to a few sources of confusion, including:
Wondering whether we should have trailing commas or some other modified interaction with ASI.
Additional complexity and general confusion about the motivation.
There is some implementation burden (e.g., in Babel) for the comma-separated declarations, e.g., to ensure the decorator is evaluated once.
None of these are fatal; they would just be reasonable to spend more time thinking about before including in a Stage 3 proposal. My plan is to back these out for now, and work with @wycats to make it possible to propose this separately.
The text was updated successfully, but these errors were encountered:
Comma-separated field declarations were added relatively recently. Let's split out comma-separated field declarations into a separate proposal to be considered with more time to think over some issues.
Comma-separated field declarations have led to a few sources of confusion, including:
None of these are fatal; they would just be reasonable to spend more time thinking about before including in a Stage 3 proposal. My plan is to back these out for now, and work with @wycats to make it possible to propose this separately.
The text was updated successfully, but these errors were encountered: