jashkenas--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
..
importing
arrays.coffee
assignment.coffee Implement ES2015-like destructuring defaults 2015-08-27 22:16:13 +02:00
booleans.coffee
classes.coffee
cluster.coffee
comments.coffee
compilation.coffee
comprehensions.coffee
control_flow.coffee
error_messages.coffee Unify, simplify and fixup assignment errors 2016-03-06 10:33:30 +01:00
eval.coffee
exception_handling.coffee
formatting.coffee
function_invocation.coffee Fix #3935: Implicit calls + obj key interpolation 2015-05-01 12:02:03 +02:00
functions.coffee Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
generators.coffee Only allow `yield return` as a statement 2015-09-16 17:39:59 +02:00
helpers.coffee
importing.coffee
interpolation.coffee
javascript_literals.coffee
literate.litcoffee
location.coffee
numbers.coffee Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
objects.coffee
operators.coffee Reset @seenFor in lexer before tokenizing 2015-07-07 22:23:26 -06:00
option_parser.coffee
ranges.coffee
regexps.coffee
repl.coffee
scope.coffee Improved the tests and removed the hardcoded variable, according to suggestions. 2015-08-16 21:27:28 +01:00
slicing_and_splicing.coffee
soaks.coffee
sourcemap.coffee
strict.coffee Fix compiler crash with renamed destrucured params with defaults 2015-09-27 15:54:44 +02:00
strings.coffee
test.html