tc39 / proposal-pattern-matching

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

Many README "Examples" blocks are empty #320

Open gibson042 opened 7 months ago

gibson042 commented 7 months ago
dfabulich commented 7 months ago

@tabatkins removed the examples in https://github.com/tc39/proposal-pattern-matching/commit/9d382b9b74d631bd4ede2354cd16f791ddc82959#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R273

littledan commented 7 months ago

I think those examples were removed since they were based on an older version, before the use of let.

Jack-Works commented 7 months ago

(If you want to know the new syntax, the spec contains tons of code examples, but I agree readme should also have)