Files
coffeescript/lib/coffee-script
Simon Lydell 4d8cd03298 Unify, simplify and fixup assignment errors
- Show the same type of error message for compound assignment as for `=`
  assignment when the LHS is invalid.
- Show the same type of error message when trying to assign to a CoffeeScript
  keyword as when trying to assign to a JavaScript keyword.
- Now longer treat `&& =` as `&&=`. The same goes for `and=`, `||=` and `or=`.
- Unify the error message to: `<optional type> '<value>' can't be assigned`.
2016-03-06 10:33:30 +01:00
..
2015-09-13 12:27:07 +02:00
2015-09-03 20:10:18 +02:00
2015-09-03 20:10:18 +02:00
2015-09-03 20:10:18 +02:00
2015-09-03 20:10:18 +02:00