jashkenas--coffeescript/src
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.coffee Add inline sourcemap support 2016-01-23 12:58:22 -07:00
cake.coffee Register .coffee extension by default on Cakefile 2014-02-10 01:16:14 -02:00
coffee-script.coffee Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
command.coffee Merge pull request #4193 from DylanPiercey/master 2016-01-30 20:13:47 -08:00
grammar.coffee Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
helpers.coffee Replace "instanceof Array" in transformer with "[object Array]" comparison 2015-05-20 21:06:36 -07:00
index.coffee add newlines to end of files 2014-02-22 23:20:06 -06:00
lexer.coffee Unify, simplify and fixup assignment errors 2016-03-06 10:33:30 +01:00
nodes.coffee Unify, simplify and fixup assignment errors 2016-03-06 10:33:30 +01:00
optparse.coffee Fixed minor document typos 2015-11-18 08:00:58 +08:00
register.coffee Fix broken `CoffeeScript.register()` and commit build 2016-01-31 19:48:40 +01:00
repl.coffee Merge pull request #3953 from sixmen/fix_repl_fd_leak 2015-04-23 06:46:50 -07:00
rewriter.coffee Refactor `Literal` into several subtypes 2016-03-05 17:08:11 +01:00
scope.litcoffee Replace `last array` helper with `[..., last] = array` 2015-02-07 21:50:41 +01:00
sourcemap.litcoffee removing sourceColumn reset 2013-03-18 21:50:40 +08:00