Files
coffeescript/test
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-01-15 19:44:14 +01:00
2011-04-23 13:35:15 -04:00
2015-01-05 15:40:04 -05:00
2011-06-02 01:49:28 -04:00
2014-08-26 20:41:32 -05:00
2013-03-21 09:04:23 +08:00