jashkenas--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
..
browser.js Fix broken `CoffeeScript.register()` and commit build 2016-01-31 19:48:40 +01:00
cake.js Remove uncaught error vars 2015-09-13 12:27:07 +02:00
coffee-script.js Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
command.js Fix broken `CoffeeScript.register()` and commit build 2016-01-31 19:48:40 +01:00
grammar.js Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
helpers.js Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
index.js CoffeeScript 1.10.0 2015-09-03 20:10:18 +02:00
lexer.js Unify, simplify and fixup assignment errors 2016-03-06 10:33:30 +01:00
nodes.js Unify, simplify and fixup assignment errors 2016-03-06 10:33:30 +01:00
optparse.js CoffeeScript 1.10.0 2015-09-03 20:10:18 +02:00
parser.js Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
register.js Fix broken `CoffeeScript.register()` and commit build 2016-01-31 19:48:40 +01:00
repl.js Fix #4137: Caught errors named `undefined` 2015-11-02 08:05:35 +01:00
rewriter.js Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
scope.js CoffeeScript 1.10.0 2015-09-03 20:10:18 +02:00
sourcemap.js CoffeeScript 1.10.0 2015-09-03 20:10:18 +02:00