EricSmekens / jsep

JavaScript Expression Parser
http://ericsmekens.github.io/jsep/
MIT License
836 stars 136 forks source link

Objects on left side of assignment don't throw #210

Open SimoTod opened 2 years ago

SimoTod commented 2 years ago

For example{a: 'b'} = c The same expression throws in the browser console and with Esprima.