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 3dd458267b [CS2] Fix #2870: Allow specifying output filename (#4661)
* Fix #2870: If --output ends with a filename, and the input is a file and not a path, save as the desired filename

* If an output path ends in a slash, force saving into an output folder even if that folder name would contain a period (e.g. /scripts.js/); if output filename is only periods, treat it as a path

* Restrict exceptions
2017-08-24 00:03:57 -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 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -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 [CS2] Fix #4629: interpolations (whether in strings or CSX tags) with only comments (#4659) 2017-08-23 23:34:59 -07:00
nodes.js If compiling a function parameter creates any generated variables (e.g. ref), shift the declarations for those variables into the parent scope; fixes #4413 2017-08-14 03:00:01 +00:00
optparse.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
parser.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
register.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
repl.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
rewriter.js Fix #4578: Never look back past the start of the token stream (#4662) 2017-08-24 00:02:57 -07:00
scope.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00
sourcemap.js 2.0.0-beta4 (#4628) 2017-08-03 18:11:19 -07:00