.. |
importing
|
renaming import test files to avoid risking the disfavor of .gitignore
|
2013-06-02 10:57:18 +04:00 |
support
|
Abstract the eq and arrayEq functions, shared by Cakefile and test.html, into one file that can be included into both
|
2016-11-29 21:19:11 -08:00 |
arrays.coffee
|
Merge branch 'master' into 2
|
2016-11-10 22:51:39 -08:00 |
assignment.coffee
|
Implement ES2015-like destructuring defaults
|
2015-08-27 22:16:13 +02:00 |
async.coffee
|
Add Implicit Async Functions (#3757)
|
2016-11-02 08:51:26 -07:00 |
booleans.coffee
|
renaming wordy test titles.
|
2011-04-23 13:35:15 -04:00 |
classes.coffee
|
[CS2] Output ES2015 arrow functions, default parameters, rest parameters (#4311)
|
2016-10-25 22:26:13 -07:00 |
cluster.coffee
|
Fixes #2737, fix fork() for both .js and .coffee, revised.
|
2013-03-18 11:46:54 +08:00 |
comments.coffee
|
Refactor test.html to be part of the docs output, with the tests embedded inside it; update test.html styles; move UTF-8 comment test out of test.html and into test/comments.coffee where it belongs
|
2016-11-29 18:13:12 -08:00 |
compilation.coffee
|
Merge branch 'master' into 2
|
2016-11-10 22:51:39 -08:00 |
comprehensions.coffee
|
Fix #3778: Make for loops more consistent
|
2015-02-03 19:05:07 +01:00 |
control_flow.coffee
|
Improve naming of generated 'i-variables'
|
2016-06-10 08:58:18 +02:00 |
error_messages.coffee
|
Merge branch 'master' of github.com:jashkenas/coffeescript into 2-docs
|
2016-12-15 21:01:52 -08:00 |
eval.coffee
|
Fix issue #3498
|
2015-01-05 15:40:04 -05:00 |
exception_handling.coffee
|
#2900 -- parameter-less catch clause.
|
2013-04-12 17:50:45 +02:00 |
formatting.coffee
|
Don’t allow mixing different types of whitespace for indentation, per line.
|
2016-09-20 23:33:19 +02:00 |
function_invocation.coffee
|
Fix #3935: Implicit calls + obj key interpolation
|
2015-05-01 12:02:03 +02:00 |
functions.coffee
|
[CS2] Output ES2015 arrow functions, default parameters, rest parameters (#4311)
|
2016-10-25 22:26:13 -07:00 |
generators.coffee
|
Merge branch 'master' into 2
|
2016-12-06 20:59:21 -08:00 |
helpers.coffee
|
Replace last array helper with [..., last] = array
|
2015-02-07 21:50:41 +01:00 |
importing.coffee
|
renaming import test files to avoid risking the disfavor of .gitignore
|
2013-06-02 10:57:18 +04:00 |
interpolation.coffee
|
Fix #3795: Never generate invalid strings and regexes
|
2015-02-05 17:23:03 +01:00 |
javascript_literals.coffee
|
Triple backticks to allow creation of JavaScript blocks (#4357)
|
2016-11-19 11:13:30 -08:00 |
literate.litcoffee
|
Fix tabbed Literate CoffeeScript (#4345)
|
2016-10-23 08:37:51 -07:00 |
location.coffee
|
Include generated } tokens when fixing closing token positions
|
2016-10-30 21:39:54 -07:00 |
modules.coffee
|
Allow imported module members to be named default
|
2016-12-04 18:44:07 -08:00 |
numbers.coffee
|
Treat Infinity and NaN as reserved words
|
2016-03-06 11:41:48 +01:00 |
objects.coffee
|
Fix shorthands after interpolated key in objects
|
2016-09-29 19:02:00 +02:00 |
operators.coffee
|
Treat Infinity and NaN as reserved words
|
2016-03-06 11:41:48 +01:00 |
option_parser.coffee
|
OptionParser and related tests needed a cleanup
|
2012-01-25 19:47:03 -05:00 |
parser.coffee
|
Define proper operator precedence for bitwise/logical operators
|
2016-10-09 14:45:25 -07:00 |
ranges.coffee
|
Add a for .. from .. loop for generators, see #4306, #3832 (#4355)
|
2016-11-07 23:40:01 -08:00 |
regexps.coffee
|
Fix #3795: Never generate invalid strings and regexes
|
2015-02-05 17:23:03 +01:00 |
repl.coffee
|
[CS2] Require Node 6.9.1+ (#4341)
|
2016-10-21 09:56:25 -07:00 |
scope.coffee
|
Merge branch 'master' into 2
|
2016-11-10 22:51:39 -08:00 |
slicing_and_splicing.coffee
|
Fix #2953. Method calls on splice endpoints
|
2013-04-23 05:42:37 +02:00 |
soaks.coffee
|
added descriptions to tests which only had Issue numbers
|
2015-02-23 16:39:05 -07:00 |
sourcemap.coffee
|
Fix failing source map tests
|
2016-06-02 09:04:58 +02:00 |
strict.coffee
|
Fix compiler crash with renamed destrucured params with defaults
|
2015-09-27 15:54:44 +02:00 |
strings.coffee
|
Fix indentation-stripping in """ strings
|
2016-09-26 17:14:31 +02:00 |
tagged_template_literals.coffee
|
Improve tests and comments
|
2016-12-03 10:16:41 -08:00 |