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 |
|
Steve Howell
|
b8d60a9cf1
|
split out Usage section
|
2011-09-12 22:58:08 -07: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 |
|
Jeremy Ashkenas
|
2c8690ee39
|
Merge pull request #1691 from willbailey/master
I didn't see an example of how to do this and thought it might be helpful for others.
|
2011-09-11 18:11:14 -07:00 |
|
Filipe Fortes
|
6c98480a1e
|
Remove extra call to path.exists when finding Cakefile
|
2011-09-11 20:50:27 -04:00 |
|
Will Bailey
|
98cc7eb149
|
[docs] examples of using guards and indices in array comprehensions
|
2011-09-11 12:43:39 -07: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 |
|
Michael Ficarra
|
46b7a2d17c
|
Merge branch '1643_splatted_access' of https://github.com/geraldalewis/coffee-script
|
2011-09-09 22:07:58 -04: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 |
|
Gerald Lewis
|
34f99c4a79
|
#1643: Bugfix in heredoc in test for 1643
|
2011-09-09 21:30:00 -04: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
|
447c3639e7
|
#1643: compiled JS
|
2011-09-09 19:03:40 -04:00 |
|
Gerald Lewis
|
f0e276c63a
|
#1643: Remove superfluous assignable check from destructured Splats
|
2011-09-09 19:03:12 -04:00 |
|
Gerald Lewis
|
7d4e693d20
|
#1643: Updated tests
|
2011-09-09 18:59:35 -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 |
|
Rod Knowlton
|
c44b80b6b6
|
build to update lib
|
2011-09-08 20:02:12 -05:00 |
|
Rod Knowlton
|
9db814f70d
|
change phrasing of watch help text
|
2011-09-08 18:04:59 -05:00 |
|
Rod Knowlton
|
d7f9054108
|
change phrasing of watch help text
|
2011-09-08 18:02:23 -05:00 |
|
Rod Knowlton
|
2df9204104
|
change phrasing of watch help text
|
2011-09-08 17:59:39 -05:00 |
|
Michael Ficarra
|
b02ac3a733
|
removed a gratuitous comma
|
2011-09-08 02:06:58 -03:00 |
|
Rod Knowlton
|
ed4f7046d3
|
clarify --watch option in "coffee -h" output
|
2011-09-07 20:19:14 -05:00 |
|
satyr
|
ad1bc1e0b8
|
closes #1669; loop results are now collected in the same way as auto-returns are generated
|
2011-09-07 12:13:23 +09:00 |
|
Trevor Burnham
|
70a5402509
|
Merge pull request #1625 from codelahoma/gh-pages
Clarify `--watch` option on homepage.
|
2011-09-06 13:31:34 -07:00 |
|
satyr
|
2ea51b02cc
|
fixed #1102; lexer: cleaned up unfinished
|
2011-09-07 02:56:14 +09:00 |
|
Jeremy Ashkenas
|
036fc561a2
|
Merge pull request #1662 from geraldalewis/1195_trailing_semicolons
#1195 Ignore trailing semicolons
|
2011-09-06 06:15:13 -07:00 |
|
Jeremy Ashkenas
|
a8185407fa
|
Merge pull request #1663 from TrevorBurnham/node_version
Bump node dependency from 0.2.5 to 0.4.0
|
2011-09-05 12:48:49 -07:00 |
|
Trevor Burnham
|
1cc85aad64
|
Adding tests for CoffeeScript.eval
|
2011-09-04 13:57:09 -04:00 |
|
Trevor Burnham
|
067cd4b4fe
|
Allowing eval with a sandbox, but defaulting to global context
|
2011-09-04 13:53:44 -04:00 |
|
Trevor Burnham
|
6d68b1f5ad
|
Bumping node dependency from 0.2.5 to 0.4.0
|
2011-09-04 13:32:57 -04:00 |
|
Trevor Burnham
|
e8b3e2f248
|
Restoring the ability to CoffeeScript.eval code in a sandbox
|
2011-09-04 12:38:59 -04:00 |
|
Trevor Burnham
|
d5aad39b3f
|
Bumping node dependency to 0.4.0 (see discussion at #1661)
|
2011-09-04 12:27:38 -04:00 |
|
Trevor Burnham
|
cce9ac28c9
|
Taking an axe to the sandbox (see discussion at #1661)
|
2011-09-04 12:26:39 -04:00 |
|
Gerald Lewis
|
49e3a91d67
|
tests for #1195: lex out semicolons before newlines and at end of program
|
2011-09-04 12:18:38 -04:00 |
|
Gerald Lewis
|
76b6a1771b
|
fixes #1195: lex out semicolons before newlines and at end of program
|
2011-09-04 12:18:22 -04:00 |
|
Michael Ficarra
|
c88cb5c8b5
|
Another attempt to fix #1580... still haven't come up with a good way to
test it, though. Hopefully the third time is... the one that works.
|
2011-09-04 12:16:04 -04:00 |
|
Trevor Burnham
|
efd503f84a
|
Reloading globals after every REPL command (actually fixes #1654)
|
2011-09-04 10:05:26 -04:00 |
|
Trevor Burnham
|
7ba52ae729
|
Blacklisting certain globals from REPL rather than whitelisting (fixes #1654)
|
2011-09-04 09:54:13 -04:00 |
|
Gerald Lewis
|
8ebda7ac02
|
tests for #1643: splatted accesses in destructuring assignments no longer create obj.key var declarations
|
2011-09-01 14:47:30 -04:00 |
|
Gerald Lewis
|
43a8b46203
|
fixes #1643: splatted accesses in destructuring assignments no longer create obj.key var declarations
|
2011-09-01 14:47:10 -04:00 |
|
Jeremy Ashkenas
|
d1af5163eb
|
Merge pull request #1647 from dget/patch-1
Adding a link to the change log to the current version on the webpage
|
2011-08-31 15:23:39 -07:00 |
|
dget
|
ee6eccbfe1
|
Adding a link to the change log to the current version, to make it easier to see what's changed.
|
2011-08-31 16:10:06 -03:00 |
|