tc39 / proposal-pattern-matching

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

Syntax effects on rest of the language #323

Open waldemarhorwat opened 7 months ago

waldemarhorwat commented 7 months ago

I wrote an analysis applicable to the choice of is vs. ~= for the pattern infix operator and its consequences. This involves cross-cutting concerns across a plethora of the upcoming proposals, and I plan on making a more complete presentation about those at a future meeting.