victor-homyakov / acorn-object-rest-spread

Support for Rest/Spread Properties in Acorn 5
MIT License
3 stars 0 forks source link

Rename 'RestProperty' and 'SpreadProperty' to 'RestElement' and 'SpreadElement' #1

Closed ehmicky closed 7 years ago

ehmicky commented 7 years ago

This is according to the ESTree spec for those elements. This is also according to acorn itself (since array destructuring is already implemented and uses the same types), since it follows ESTree.