.. |
arrays.coffee
|
|
|
assignment.coffee
|
Adding a test for #2613
|
2013-02-01 22:07:19 +11:00 |
booleans.coffee
|
|
|
classes.coffee
|
Fix regression with executable class bodies and prototypal attachment.
|
2013-04-06 09:31:24 +08:00 |
cluster.coffee
|
Fixes #2737, fix fork() for both .js and .coffee, revised.
|
2013-03-18 11:46:54 +08:00 |
comments.coffee
|
Fixes #2916 -- implicit calls with preceding herecomment
|
2013-04-28 10:30:03 +02:00 |
compilation.coffee
|
Fix #2944
|
2013-04-21 12:33:00 +02:00 |
comprehensions.coffee
|
Fixes #2525, #1187, #1208, #1758, and many more -- allow looping over an array downwards
|
2013-02-02 12:23:14 +11:00 |
control_flow.coffee
|
Fixes #2555
|
2013-03-17 19:27:16 +08:00 |
error_messages.coffee
|
Get rid of CompilationError and instead have a couple of functions on helpers.coffee
|
2013-03-05 01:13:46 -03:00 |
eval.coffee
|
|
|
exception_handling.coffee
|
#2900 -- parameter-less catch clause.
|
2013-04-12 17:50:45 +02:00 |
formatting.coffee
|
Improved lexer error messages
|
2013-02-25 14:41:34 -03:00 |
function_invocation.coffee
|
Merge remote-tracking branch 'upstream/master' into sourcemaps
|
2013-03-04 09:25:55 -05:00 |
functions.coffee
|
Fix #1435 by amending away sign reversal.
|
2013-02-24 20:33:58 +01:00 |
helpers.coffee
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
|
2013-03-10 20:29:36 -03:00 |
importing.coffee
|
Fixes #2441: Remove (deprecated) registerExtension support.
|
2012-08-08 20:01:07 -04:00 |
interpolation.coffee
|
|
|
javascript_literals.coffee
|
|
|
literate.litcoffee
|
Test case for literal mode: Code blocks must be preceded by blank line.
|
2013-03-15 03:23:09 +01:00 |
location.coffee
|
Fix line numbers when first line is indented.
|
2013-03-01 21:30:07 +01:00 |
numbers.coffee
|
fixes #2224: various issues related to number lexing
|
2012-03-27 21:31:20 -04:00 |
objects.coffee
|
#2757, Allow non-significant commas at end of nested implicit objects
|
2013-03-04 12:55:15 +01:00 |
operators.coffee
|
Fixes #2508 -- existential access of the prototype.
|
2013-03-04 22:07:47 +13:00 |
option_parser.coffee
|
|
|
ranges.coffee
|
|
|
regexps.coffee
|
|
|
repl.coffee
|
Use separate variable for fd used to read history file; use string interpolation to print code lines; do not use unit test to remove temporary file and instead use a process exit event handler
|
2013-03-25 09:49:59 -07:00 |
scope.coffee
|
Fixes #2331 -- bound 'super' regression
|
2012-05-15 12:30:51 -04:00 |
slicing_and_splicing.coffee
|
correct spacing around operators in slice output
|
2012-05-20 16:32:10 -04:00 |
soaks.coffee
|
Fix typo in test name
|
2012-05-12 06:34:12 +01:00 |
sourcemap.coffee
|
removing sourceColumn reset
|
2013-03-18 21:50:40 +08:00 |
strict.coffee
|
removing code that restricts duplicate key names and associated tests
|
2012-05-21 13:49:00 -04:00 |
strings.coffee
|
|
|
test.html
|
encode unicode src, test added
|
2013-03-21 09:04:23 +08:00 |