/acorn5-object-spread

Spread and rest properties support in acorn 5

Primary LanguageJavaScriptMIT LicenseMIT

Spread and rest properties support in acorn 5

NPM version

Since spread and rest properties are part of ECMAScript 2018, acorn now supports them out of the box. Just make sure that you use acorn >= 5.4.1 and set ecmaVersion >= 9. This plugin is deprecated.