victor-homyakov / acorn-object-rest-spread

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

Babylon update. #4

Open jdalton opened 7 years ago

jdalton commented 7 years ago

Just a heads up Babylon has update their implementation to detect a few more cases that should raise an exception.

Check out parseObj and toAssignableObjectExpressionProp.

adrianheine commented 6 years ago

My implementation should handle all these cases if I'm not mistaken.