samuelgoto / proposal-block-params

A syntactical simplification in JS to enable DSLs
204 stars 8 forks source link

Proposal status #35

Closed macor161 closed 5 years ago

macor161 commented 5 years ago

Hello, not really an issue but I would like to know what is the current status of this proposal, as it hasn’t been updated for over a year now.

littledan commented 5 years ago

When block parameters were presented, they faced significant doubts due to the overlap with arrow functions and implementation concerns for break/return/continue semantics. See some context in https://github.com/tc39/proposals/issues/212#issuecomment-488367386 . For these reasons, I believe it is unlikely to move forward in TC39's process in its current form.

macor161 commented 5 years ago

@littledan thanks for the clarification. Closing this.