tc39 / proposal-pattern-matching

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

[spec] add [[ErrorType]] slot to distinguish Error subclasses #273

Closed ljharb closed 2 years ago

ljharb commented 2 years ago

Closes #265.

Jack-Works commented 2 years ago

I think we can close this because #279 is much useful

ljharb commented 2 years ago

279 is built on top of this one, so this needs to stay open until we have agreement among the champions on #279, and they can be merged together.