jashkenas--coffeescript/lib/coffeescript
Geoffrey Booth 671486989f [CS2] Don’t require async/await support to run `coffee` (#4679)
* Get `coffee` command working again in Node 6, by converting the ‘await’ wrapper in the REPL to use a Promise instead of the ‘await’ keyword; add tests for REPL ‘await’ wrapper, including test to skip async tests if the runtime doesn’t support them

* Code review

* Let's support Node 6+ if we can
2017-09-01 12:19:15 -07:00
..
browser.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
cake.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
coffeescript.js Fix #4558: Stack trace line numbers for scripts that compile CoffeeScript (#4645) 2017-08-23 06:50:46 -07:00
command.js [CS2] Fix #2870: Allow specifying output filename (#4661) 2017-08-24 00:03:57 -07:00
grammar.js Fix #4576: Allow accessing a property of a function literal (like `.call`) via chaining syntax (#4665) 2017-08-28 13:16:22 -07:00
helpers.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
index.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
lexer.js Fix #3098: Suppressed newline should be unsuppressed by semicolon (#4669) 2017-09-01 07:09:36 -07:00
nodes.js [CS2] use _extends utility instead of Object.assign() for object spreads (#4675) 2017-09-01 07:09:16 -07:00
optparse.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
parser.js Fix #4576: Allow accessing a property of a function literal (like `.call`) via chaining syntax (#4665) 2017-08-28 13:16:22 -07:00
register.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
repl.js [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
rewriter.js [CS2] Refine #4666: add parens to chained do IIFE with params (#4672) 2017-08-30 22:42:50 -07:00
scope.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
sourcemap.js [CS2] Fix v3 source map (#4671) 2017-09-01 01:06:45 -07:00