Jeremy Ashkenas
|
d5cf339b83
|
adding a test for holmsand's patch for Object.prototype-named variables.
|
2010-06-16 07:24:17 -04:00 |
|
Jeremy Ashkenas
|
e14f4c5db1
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
|
Jeremy Ashkenas
|
0a4fe7ed97
|
fixing the lexer so that leading commas surpress newlines
|
2010-06-11 08:29:16 -04:00 |
|
Jeremy Ashkenas
|
dfb3a13246
|
Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366
|
2010-05-14 23:40:04 -04:00 |
|
Jeremy Ashkenas
|
6222ed622f
|
forcing spaces for implicit calls ... making '@ name' a call instead of an access. Ticket #353
|
2010-05-04 23:44:54 -04:00 |
|
Jeremy Ashkenas
|
1a97f599dd
|
added a test for the multiple-functions-passed-sans-parens
|
2010-04-30 23:20:22 -04:00 |
|
Jeremy Ashkenas
|
1cddb2aa88
|
Redoing Rewriter#add_implicit_parentheses to be more robust.
|
2010-04-20 01:32:12 -04:00 |
|
Jeremy Ashkenas
|
0d860516ac
|
fixing non-spaced function application.
|
2010-04-13 09:05:55 -04:00 |
|
Jeremy Ashkenas
|
df97effb9c
|
fixing implicit-call-in-function-in-parens bug.
|
2010-04-10 18:56:46 -04:00 |
|
Jeremy Ashkenas
|
4a85f3d499
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
|
Jeremy Ashkenas
|
f99b5ad463
|
Merging Tesco's invoking-this-fix
|
2010-04-03 09:58:45 -04:00 |
|
Jeremy Ashkenas
|
1c628e7883
|
fixing parens-around-implicit-function-with-multiline-chained-chaser bug
|
2010-04-01 23:38:20 -04:00 |
|
Jeremy Ashkenas
|
1e315b5a33
|
fixing single-line implicit call wrapped around function with trailing arguments
|
2010-03-28 16:44:41 -04:00 |
|
matehat
|
8f3ea1d0c5
|
Fixed a small bug that happened when having a trailing comma in multiline array and object literals
|
2010-03-26 14:11:34 -04:00 |
|
matehat
|
b9b87f7d8e
|
Minor modifications to the grammar to allow a single trailing comma for function call arguments, array literal and object literals. Adjusted tests accordingly
|
2010-03-26 11:44:25 -04:00 |
|
Jeremy Ashkenas
|
75ffb9dc84
|
stop mixing in helpers (t(ticket #250) -- with a test
|
2010-03-14 14:48:43 -07:00 |
|
Jeremy Ashkenas
|
1f9bb6a1c4
|
fixing broken multi-line optional-paren blocks
|
2010-03-10 09:28:00 -05:00 |
|
Jeremy Ashkenas
|
472e027463
|
fixing the nested-implicit-parens-on-a-single-line
|
2010-03-09 21:54:44 -05:00 |
|
Jeremy Ashkenas
|
c219adffd5
|
removing special rule from rewriter for naked functions in arrays
|
2010-03-02 00:43:01 -05:00 |
|
Jeremy Ashkenas
|
2f658ba925
|
fixing multiple single-line function forms on the same line
|
2010-02-27 11:03:43 -05:00 |
|
Jeremy Ashkenas
|
a8a46257ae
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
|
Jeremy Ashkenas
|
b41afe79b4
|
removed ruby tests, and started the process of converting the CoffeeScript tests over to use Node's assert() module
|
2010-02-16 19:38:52 -05:00 |
|