.. |
test_arguments.coffee
|
rewriting the compiler to use half-expression assignment
|
2010-03-21 23:33:24 -04:00 |
test_array_comprehension.coffee
|
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 |
test_assignment.coffee
|
using the new fs.writeFile API instead of fs.open -- much, much nicer
|
2010-02-19 18:27:50 -05:00 |
test_bind.coffee
|
renaming test_curry to test_bind
|
2010-03-19 23:32:00 -04:00 |
test_blocks.coffee
|
allowing chaining of property accesses by indentation level (really nice for Node and jQuery work) ticket #221
|
2010-02-28 12:49:37 -05:00 |
test_break.coffee
|
moving the contains-a-pure-statement-means-no-closure logic into ClosureNode.wrap itself.
|
2010-03-15 22:27:31 -07:00 |
test_chained_calls.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_classes.coffee
|
If you don't specify a constructor, one will be provided for you by the state.
|
2010-02-28 00:13:17 -05:00 |
test_comments.coffee
|
resolving issues with comments in the middle of unfinished single-line expressions.
|
2010-03-20 00:58:25 -04:00 |
test_compilation.coffee
|
added another language extension test for a << b into a.push(b)
|
2010-03-23 20:42:40 -04:00 |
test_everything.coffee
|
documenting and cleaning up the Rewriter
|
2010-03-07 14:41:52 -05:00 |
test_exceptions.coffee
|
adding a test for parenthesized throws
|
2010-02-17 19:29:37 -05:00 |
test_existence.coffee
|
adding existence soaks for indexed-lookup property accesses: obj?['property']
|
2010-02-24 00:06:01 -05:00 |
test_expressions.coffee
|
first little bit of commenting the nodes.coffee -- with some slight refactors
|
2010-03-07 16:41:06 -05:00 |
test_fancy_if_statement.coffee
|
allowing terminator/comment as a block, so that you can have comment-only blocks
|
2010-03-10 16:18:17 -05:00 |
test_functions.coffee
|
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 |
test_half_assignments.coffee
|
switching a couple of the half_assignment tests to ensure that : and = are still interchangeable
|
2010-03-21 23:46:58 -04:00 |
test_heredocs.coffee
|
adding interpolation to heredocs, using the same rules as for strings
|
2010-03-17 20:47:27 -04:00 |
test_importing.coffee
|
comments and tests
|
2010-03-16 06:54:49 -04:00 |
test_lexical_scope.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_literals.coffee
|
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 |
test_module.coffee
|
comments and tests
|
2010-03-16 06:54:49 -04:00 |
test_nested_comprehensions.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_newline_escaping.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_old_style_classes.coffee
|
first draft of adding classes to CoffeeScript
|
2010-02-27 18:57:45 -05:00 |
test_operations.coffee
|
adding a couple of interchangeable tests
|
2010-03-21 21:07:32 -04:00 |
test_pattern_matching.coffee
|
Added splats positional flexibility to pattern matching
|
2010-03-22 01:52:47 -04:00 |
test_range_comprehension.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_ranges_and_slices.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_regexp_interpolation.coffee
|
more refactors to interpolation
|
2010-03-08 21:55:06 -05:00 |
test_regexps.coffee
|
fixing more bugs in balance/interpolate/regexp/string/etc
|
2010-03-08 22:25:06 -05:00 |
test_returns.coffee
|
adding a test case for the explicit returns
|
2010-03-25 18:54:17 -04:00 |
test_splats.coffee
|
Added function call's flexibility with splats to array literals, factoring out splat compiling, and adjusted tests
|
2010-03-18 09:31:40 -04:00 |
test_splices.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_string_interpolation.coffee
|
Regular expression interpolations; fixed bug in string interpolations when all tokens were identifiers.
|
2010-03-08 20:06:51 +02:00 |
test_switch.coffee
|
rewriting the compiler to use half-expression assignment
|
2010-03-21 23:33:24 -04:00 |
test_try_catch.coffee
|
added Stan's fix for try/finally without catch
|
2010-03-10 16:27:30 -05:00 |
test_while.coffee
|
adding conditional while loops with while ... when
|
2010-02-23 22:53:43 -05:00 |