Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 382 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 382 Bytes

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.