1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/lib/coffeescript
Geoffrey Booth 2f9ab1d328 [CS2] return and export default can now accept implicit objects (#4532)
* Start with the test I want to pass: return an implicit (braces-less) object

* Update Rewriter class to follow pattern of nodes.coffee; move debugging snippet to where it’ll work in CS2

* Allow export default implicit object

* `return` assumes a continuation onto the next line *if* the next line is indented

* Fix comment; improve test
2017-05-01 19:26:24 -07:00
..
browser.js [CS2] Remove unnecessary utility helper functions (#4526) 2017-04-25 07:10:42 -07:00
cake.js We no longer need to wrap in quotes JavaScript reserved words used as properties (#4527) 2017-04-24 09:23:42 -07:00
coffeescript.js We no longer need to wrap in quotes JavaScript reserved words used as properties (#4527) 2017-04-24 09:23:42 -07:00
command.js [CS2] Remove unnecessary utility helper functions (#4526) 2017-04-25 07:10:42 -07:00
grammar.js [CS2] Remove unnecessary utility helper functions (#4526) 2017-04-25 07:10:42 -07:00
helpers.js [CS2] Literate CoffeeScript without dependencies (#4509) 2017-04-17 23:30:40 -07:00
index.js [CS2] 2.0.0-beta1 (#4499) 2017-04-13 10:42:32 -07:00
lexer.js [CS2] return and export default can now accept implicit objects (#4532) 2017-05-01 19:26:24 -07:00
nodes.js Remove support for bound instance methods (#4530) 2017-04-27 23:03:01 -07:00
optparse.js We no longer need to wrap in quotes JavaScript reserved words used as properties (#4527) 2017-04-24 09:23:42 -07:00
parser.js [CS2] Remove unnecessary utility helper functions (#4526) 2017-04-25 07:10:42 -07:00
register.js [CS2] 2.0.0-beta1 (#4499) 2017-04-13 10:42:32 -07:00
repl.js We no longer need to wrap in quotes JavaScript reserved words used as properties (#4527) 2017-04-24 09:23:42 -07:00
rewriter.js [CS2] return and export default can now accept implicit objects (#4532) 2017-05-01 19:26:24 -07:00
scope.js [CS2] Remove unnecessary utility helper functions (#4526) 2017-04-25 07:10:42 -07:00
sourcemap.js [CS2] 2.0.0-beta1 (#4499) 2017-04-13 10:42:32 -07:00