-
Notifications
You must be signed in to change notification settings - Fork 6
Implementations #3
Comments
Also, TypeScript. |
why is this language change and extra complication to parser logic even necessary? why can't we just advise people to follow the jslint way of using the "ignore" binding, instead of changing the language spec yet again for no good reason? e.g. /* jslint */
try {
...
} catch (ignore) {
} things like this gives off the impression that changing the javascript language spec is cheap, which is not something people like me want to encourage. |
@kaizhu256 This thread is about implementations; your comment belongs on #2 or a new issue. |
k sorry, didn't know that issue existed as it was closed ^^;;; |
It's landed in stable Safari 11.1 for iOS and macOS |
acorn implementation: https://github.com/acornjs/acorn-optional-catch-binding |
Now that support has landed in ChakraCore (PR), I'm going to close this. |
The text was updated successfully, but these errors were encountered: