tc39 / proposal-pattern-matching

Pattern matching syntax for ECMAScript
https://tc39.es/proposal-pattern-matching/
MIT License
5.46k stars 89 forks source link

Add CoffeeScript to Prior Art #269

Closed GeoffreyBooth closed 2 years ago

GeoffreyBooth commented 2 years ago

CoffeeScript’s version of switch has many of this proposal’s features, including automatic/implicit breaks, the when keyword, and the ability to be used as an expression.