fix($parse): validate assignment lval in parser phase
The parser always threw an error in the case of an invalid left-value assignment but it was an unhelpful: ``` Cannot set property 'undefined' of undefined ``` This commit provides a more meaningful error message, so it is not a breaking change. Closes #15234
J
Jason Bedard committed
4513dafd1a16be1c4d20f7bf44ae8ac315d44747
Parent: 9bc4ee8
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 11/24/2016, 9:37:56 AM