Jeremy Ashkenas
|
3e41659095
|
CoffeeScript 1.1.3
|
2011-11-08 18:01:45 -05:00 |
|
Jeremy Ashkenas
|
d592d2c9cb
|
Fixes #1803 -- use fs.watch instead of fs.watchFile ... more of a PITA, but hey.
|
2011-11-08 16:13:45 -05:00 |
|
Jeremy Ashkenas
|
78491b3a58
|
fixing relative path to jsl.conf
|
2011-11-08 16:04:10 -05:00 |
|
Jeremy Ashkenas
|
426f51db21
|
removing another process.binding() private snafu
|
2011-11-08 15:58:48 -05:00 |
|
Michael Ficarra
|
1c86aee7a4
|
joyent/node#1914: REPL no longer hides undefined results
|
2011-11-05 10:35:27 -04:00 |
|
Jeremy Ashkenas
|
f0043468a0
|
removing process.ARGV from command.coffee, as it is gone in 0.6.0
|
2011-11-05 07:46:58 -04:00 |
|
Trevor Burnham
|
c77f7737a5
|
Using process.stderr in command.coffee (fixes #1798)
|
2011-10-27 11:23:03 -04:00 |
|
Jeremy Ashkenas
|
91cb433b66
|
Revert "Merge branch 'console_io' of git://github.com/TrevorBurnham/coffee-script"
This reverts commit 2cb42b502c, reversing
changes made to 64bd4b3f74.
|
2011-10-24 16:19:15 -04:00 |
|
Trevor Burnham
|
41f2d2f789
|
Using console.log and console.error in command.coffee (fixes #1798)
|
2011-10-24 14:39:55 -04:00 |
|
Jeremy Ashkenas
|
913171f708
|
Merge pull request #1787 from revence27/binary
Binary notation integers (0b100 as 4).
|
2011-10-24 07:07:36 -07:00 |
|
Trevor Burnham
|
6bec372684
|
Merging current master
|
2011-10-23 22:23:29 -04:00 |
|
Revence Kalibwani
|
620d8ce9ed
|
Cleaner style.
|
2011-10-22 10:40:26 +03:00 |
|
Revence Kalibwani
|
bf8062ce7f
|
Unindent. :-o
|
2011-10-21 22:49:47 +03:00 |
|
Revence Kalibwani
|
350e50600d
|
Neater numberToken function.
|
2011-10-21 22:33:03 +03:00 |
|
Revence Kalibwani
|
264f881a81
|
Binary notation integers (0b100 as 4).
|
2011-10-21 21:44:56 +03:00 |
|
Michael Ficarra
|
d359764fba
|
fixes #1774: generate safety wrapper only when necessary. awesome.
|
2011-10-17 16:12:09 -04:00 |
|
Michael Ficarra
|
054fe34434
|
fixes #1754: support filenames starting with - by using -- arg
|
2011-10-06 14:51:27 -04:00 |
|
Michael Ficarra
|
e686e3f6e9
|
fixes #1752: passing POSIX-style arguments to scripts through the CLI
|
2011-10-06 04:11:41 -04:00 |
|
Michael Ficarra
|
cf996d2c4a
|
quick fix to part of new issue in #1099:
`not in []` unconditionally compiled to `false`
|
2011-10-03 06:43:00 -04:00 |
|
Michael Ficarra
|
9fef66ffcf
|
empty regular expressions with flags still need to be compiled to /(?:)/
|
2011-10-03 03:49:59 -04:00 |
|
Jeremy Ashkenas
|
981db17b8f
|
Adopting coco-style efficient bound functions for the common case ... but not for class/prototypes.
|
2011-09-25 21:44:23 -04:00 |
|
Michael Ficarra
|
52dd348289
|
fixes #1724 for heregexen
TODO: DRY up that regex handling code so we don't have a duplicate test/error
|
2011-09-22 04:39:13 -04:00 |
|
Michael Ficarra
|
f4c1b20ec2
|
fixes #1724: regular expressions beginning with *
also normalised capitalisation in a few error messages
|
2011-09-22 04:09:58 -04:00 |
|
Michael Ficarra
|
08762a101c
|
fixes #1723: operator precedence in unbounded splice compilation
|
2011-09-22 02:14:07 -04:00 |
|
Michael Ficarra
|
3b5c889040
|
fixes #1722: operator precedence in unbounded slice compilation
|
2011-09-21 18:56:20 -04:00 |
|
Jeremy Ashkenas
|
3d91b10927
|
Fixes #1714
|
2011-09-20 23:21:46 -05:00 |
|
Jeremy Ashkenas
|
54110c98d9
|
Issue #1714 ... broken 'in' after raw range 'for'
|
2011-09-20 22:28:07 -05:00 |
|
Michael Ficarra
|
a2c593bc2c
|
too many newlines after errors in the REPL
|
2011-09-19 02:18:42 -04:00 |
|
Jeremy Ashkenas
|
0199515cef
|
experimental change -- comments wanted. writing out helper functions and assignments as a single line, to minimize clutter.
|
2011-09-18 17:29:01 -05:00 |
|
Jeremy Ashkenas
|
37705e712b
|
removing the extra newline that block comments take
|
2011-09-18 17:19:09 -05:00 |
|
Jeremy Ashkenas
|
d2b0404188
|
big whitespace / readability change. join top level block with extra newlines, and class definitions as well.
|
2011-09-18 17:16:39 -05:00 |
|
Jeremy Ashkenas
|
4419f7ca0f
|
Issue #1703, - --x
|
2011-09-17 22:21:47 -04:00 |
|
Jeremy Ashkenas
|
19f77cfff5
|
Unified error handling in the lexer.
|
2011-09-17 21:39:24 -04:00 |
|
satyr
|
3cdee749c6
|
rewriter: followed up d03d288
|
2011-09-17 09:18:14 +09:00 |
|
satyr
|
d03d288a98
|
fixed #1299: overhauled token pairings
|
2011-09-17 08:26:04 +09:00 |
|
Jeremy Ashkenas
|
c5dbb1c933
|
Issue #1687. Keeping a reference to __originalDirname in Cake tasks, after Node's __dirname
|
2011-09-11 23:41:50 -04:00 |
|
Jeremy Ashkenas
|
85342f1e31
|
Issue #1682, futher refinements to command-line help.
|
2011-09-11 22:43:28 -04:00 |
|
Jeremy Ashkenas
|
c1f9ae8208
|
style tweaks for #1687
|
2011-09-11 22:25:27 -04:00 |
|
Jeremy Ashkenas
|
bd1672621c
|
Merge pull request #1687 from fortes/1686_cakefile_parent_dirs
Check parent directories for Cakefiles
|
2011-09-11 19:17:20 -07:00 |
|
Michael Ficarra
|
2d6cda7f32
|
sorting options in coffee --help
|
2011-09-11 22:04:44 -04:00 |
|
Filipe Fortes
|
6c98480a1e
|
Remove extra call to path.exists when finding Cakefile
|
2011-09-11 20:50:27 -04:00 |
|
Filipe Fortes
|
6278930aef
|
Check parent directories for Cakefiles. Closes #1686
|
2011-09-10 20:46:25 -04:00 |
|
Jeremy Ashkenas
|
0b57b3136c
|
Edited src/command.coffee via GitHub
|
2011-09-09 23:44:34 -03:00 |
|
Trevor Burnham
|
588af1f6af
|
Merge pull request #1673 from codelahoma/watch-help
clarify --watch option in "coffee -h" output
|
2011-09-09 18:50:13 -07:00 |
|
Jeremy Ashkenas
|
a0d4242da4
|
Merge pull request #1666 from geraldalewis/1643_splatted_access
#1643 splatted access
|
2011-09-09 16:17:24 -07:00 |
|
Gerald Lewis
|
f0e276c63a
|
#1643: Remove superfluous assignable check from destructured Splats
|
2011-09-09 19:03:12 -04:00 |
|
Gerald Lewis
|
03372c9b29
|
#1643: Tag subpatterns in Assign#compilePatternMatch to prevent appending reference to RHS
|
2011-09-09 18:58:59 -04:00 |
|
Gerald Lewis
|
6d0ba4b3bd
|
#1643: Clean up Assign#compile and Assign#compilePatternMatch
|
2011-09-09 18:57:57 -04:00 |
|
Gerald Lewis
|
6622f015ab
|
#1643: Add unwrap method to Splat
|
2011-09-09 18:55:08 -04:00 |
|
Rod Knowlton
|
d6ec5e40cc
|
tiny edit
|
2011-09-09 15:24:56 -05:00 |
|