Demian Ferreiro
55c99dfaec
Show colorized error messages
2013-03-01 22:42:26 -03:00
Demian Ferreiro
25091fb2a0
Improved lexer error messages
2013-02-25 14:41:34 -03:00
Jeremy Ashkenas
af53c230a1
CoffeeScript 1.5.0
2013-02-25 21:12:22 +13:00
Jeremy Ashkenas
5e498ca395
merged
2013-02-25 17:41:27 +13:00
Jeremy Ashkenas
14c2a16833
Reverted b31cc70 -- putting Generated comment back up top. Why? Why not?
2013-02-25 17:17:01 +13:00
Jason Walton
fe45f1bf35
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
lib/coffee-script/grammar.js
lib/coffee-script/rewriter.js
src/grammar.coffee
src/rewriter.coffee
2013-02-06 10:29:19 -05:00
Jeremy Ashkenas
fc7f4ed904
Fixes #2523 -- remove resetting of process.execPath
2013-02-02 12:40:50 +11:00
Jeremy Ashkenas
de5e2c60ae
require a file name before checking for a fallback
2013-02-02 10:46:17 +11:00
Jeremy Ashkenas
b31cc70235
Moving the 'generated by coffeescript version X' comment to the bottom, to get it out of the way
2013-02-02 10:42:46 +11:00
Jeremy Ashkenas
33140259b8
Fixes #2681 -- removes old --require hook.
2013-02-01 21:25:57 +11:00
Michael Ficarra
2e191dc0e7
Merge branch 'node_repl_multiline' of https://github.com/asalant/coffee-script into repl-rewrite
2013-01-18 21:16:39 -06:00
Alon Salant
627b921bca
Initial commit of REPL based on node's REPLServer
2013-01-15 22:40:40 -08:00
Jeremy Ashkenas
316d5e5e77
fixing missing file finding logic for litcoffee
2013-01-16 17:33:54 +11:00
Jason Walton
bbbf612f29
Put location data in token[2] instead of in token.locationData
2013-01-14 15:20:35 -05:00
Jeremy Ashkenas
d11fa573e6
do not try to compile traces of coffee within node_modules
2013-01-14 11:45:02 -08:00
Michael Ficarra
f672e0cdb5
fix 'litcoffee' extension support
...
As pointed out by @satyr in 27551b23f3
2013-01-07 22:35:20 -06:00
Jeremy Ashkenas
27551b23f3
add litcoffee to supported file formats
2013-01-04 10:03:49 -10:00
Jeremy Ashkenas
ba08a21d21
bumping version to 1.5.0-pre
2013-01-04 09:35:20 -10:00
Jeremy Ashkenas
48d625816c
Merge branch 'master' into literate
2013-01-04 09:07:09 -10:00
Jeremy Ashkenas
158d37215a
CoffeeScript 1.4.0
2012-10-23 16:45:31 -04:00
Jeremy Ashkenas
82fadea1ed
first working version of literate coffeescript
2012-09-25 19:15:40 -05:00
Jeremy Ashkenas
bb194dc6c6
start with comments...
2012-09-25 18:10:43 -05:00
Michael Smith
ace4837365
Migrate from path.exists to fs.exists
...
Compatibility is kept for path.exists. Versions of node that have
made the change will use fs.exists, while older versions will fall
back to path.exists. The same goes for path.existsSync.
2012-07-02 00:20:13 -07:00
Jeremy Ashkenas
79492aab36
CoffeeScript 1.3.3
2012-05-15 12:35:40 -04:00
Jeremy Ashkenas
7792a3a6e3
CoffeeScript 1.3.2
2012-05-14 14:45:20 -04:00
Trevor Burnham
3b1a566117
Hidden files no longer queued for --join ( fixes #2263 )
2012-04-23 13:59:42 -04:00
Trevor Burnham
d58da49cee
Intermediate version bump to 1.3.2-pre
2012-04-23 13:34:04 -04:00
Jeremy Ashkenas
60c9b94656
CoffeeScript 1.3.1 (quick bugfix for compound assignment to a global variable
2012-04-10 17:26:23 -04:00
Jeremy Ashkenas
ed8d94f69c
CoffeeScript 1.3.0
2012-04-10 14:57:45 -04:00
Jeremy Ashkenas
7c1f4b38f4
start with 1, then 2 for reused vars.
2012-02-29 23:46:03 -05:00
Jeremy Ashkenas
bc2ca1ef73
building missed commit change.
2012-02-26 11:48:33 -05:00
Michael Ficarra
127653b7d4
fixes #1537 : ignore hidden files/directories in watched directories
2012-02-22 12:19:30 -05:00
Michael Ficarra
12d6461bbe
added help indicator for passing arguments to scripts run with coffee
2012-02-14 12:25:14 -05:00
Michael Ficarra
c0dac45fe1
OptionParser and related tests needed a cleanup
...
The object returned from OptionParser::parse no longer has a `literals`
property. It was pretty arbitrary, anyway.
2012-01-25 19:47:03 -05:00
Michael Ficarra
97cd2dbc41
committing compiled command.js
2012-01-18 23:12:08 -05:00
Gerald Lewis
bf8e0aa1ea
Issue #1547 'use strict' style tweaks, cleanup, and compiled output
2012-01-16 17:35:21 -05:00
Trevor Burnham
11342ef97b
Rebuilding -> our JS files now include the generated header
2012-01-10 12:55:41 -05:00
Michael Ficarra
90e0ce97e4
unnecessary
2011-12-24 15:44:51 -05:00
Trevor Burnham
3b3c069c3b
Moving rewatch to end of function for scoping (thanks, satyr)
2011-12-24 11:00:09 -08:00
Michael Ficarra
e2a205ab22
making use of slicing syntax
2011-12-24 06:04:05 -05:00
Trevor Burnham
e5f3750de2
Removing rewatchTimer (see discussion at #1964 )
2011-12-22 12:02:25 -08:00
Trevor Burnham
65d21766b7
Rewatching files more liberally and consistently
2011-12-22 11:30:12 -08:00
Trevor Burnham
2a0521fba6
Freeing compilation from 250ms delay
2011-12-22 11:03:39 -08:00
Trevor Burnham
97cd7cc1c9
Rewatching on every file event, be it change or rename
2011-12-22 10:58:30 -08:00
Trevor Burnham
d3f60599e8
Removing duplicate watchErr declaration (my bad)
2011-12-22 10:50:10 -08:00
Michael Ficarra
c6c527e830
appeasing Jeremy: switching prefix increments out for postfix equivalent
2011-12-21 14:37:38 -05:00
Michael Ficarra
fc0a169a9a
fixes #1910 : loop index should be mutable within a loop iteration and immutable between loop iterations
2011-12-21 14:06:34 -05:00
Trevor Burnham
cfb9cb6fe9
Exiting when users try to use --watch and fs.watch is undefined
2011-12-19 11:23:27 -05:00
Jeremy Ashkenas
36c171d78e
style in command watch
2011-12-18 15:27:08 -05:00
Jeremy Ashkenas
c75c4421a7
merged
2011-12-18 15:23:42 -05:00