/acorn-optional-catch-binding

Support for optional catch binding in acorn

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Support for optional catch binding in Acorn

NPM version

Since optional catch bindings are part of ECMAScript 2019, acorn now supports it out of the box. Just make sure that you use acorn >= 5.6.0 and set ecmaVersion >= 10. This plugin is deprecated.