.. |
importing
|
Fix #4725: apply transpile option to require’d .coffee files (#4728)
|
2017-10-04 17:49:59 -07:00 |
support
|
[CS2] Fix v3 source map (#4671)
|
2017-09-01 01:06:45 -07:00 |
argument_parsing.coffee
|
Option to transpile with Babel (#4697)
|
2017-09-15 06:58:18 -07:00 |
arrays.coffee
|
[CS2] Fix #4260 and #1349: Splat error with soak properties or expressions (#4644)
|
2017-08-27 15:11:14 -07:00 |
assignment.coffee
|
[CS2] Fix destructuring bugs #4673 and #4657 (#4683)
|
2017-09-07 10:06:35 -07:00 |
async.coffee
|
[CS2] Fix async tests (#4680)
|
2017-09-01 12:26:47 -07:00 |
booleans.coffee
|
|
|
classes.coffee
|
Fix #4724 (#4737)
|
2017-10-07 11:32:43 -07:00 |
cluster.coffee
|
|
|
comments.coffee
|
Fix #4756: When moving comments from the children of an Existence, we need to search all its descendants, not just the immediate children (#4757)
|
2017-10-25 22:15:40 -07:00 |
compilation.coffee
|
Fix #4725: apply transpile option to require’d .coffee files (#4728)
|
2017-10-04 17:49:59 -07:00 |
comprehensions.coffee
|
Allow @ values as indices in for expressions
|
2016-12-29 19:00:00 +00:00 |
control_flow.coffee
|
Fix parenthesized conditions in if-else assignment (#4519)
|
2017-04-19 00:10:20 -07:00 |
csx.coffee
|
Fix #4686: if a CSX interpolation contains comments, not just inner CSX (JSX) tags, it needs to be wrapped in braces (#4689)
|
2017-09-16 12:03:33 -07:00 |
error_messages.coffee
|
Fix #4752: Error on calling super with @params in a derived class constructor (#4754)
|
2017-10-25 22:15:05 -07:00 |
eval.coffee
|
|
|
exception_handling.coffee
|
[CS2] Fix #3709, #3789: ‘throw’ an ‘if’, ‘for’, ‘switch’, ‘while’ (#4664)
|
2017-08-25 11:11:10 -07:00 |
formatting.coffee
|
Fix #1768: Ignore space after :: (#4670)
|
2017-08-30 22:43:17 -07:00 |
function_invocation.coffee
|
Allow applying 'get'/'set' property to a bracketless object (#4730)
|
2017-10-02 11:10:43 -07:00 |
functions.coffee
|
[CS2] Fix destructuring bugs #4673 and #4657 (#4683)
|
2017-09-07 10:06:35 -07:00 |
generators.coffee
|
[CS2] Compile all super calls to ES2015 super (#4424)
|
2017-02-04 12:03:17 -08:00 |
helpers.coffee
|
|
|
importing.coffee
|
|
|
interpolation.coffee
|
|
|
invocation_argument_parsing.coffee
|
Fix #4727: Tests failing in Windows (#4731)
|
2017-10-02 22:19:32 -07:00 |
javascript_literals.coffee
|
[CS2] Comments (#4572)
|
2017-08-02 19:34:34 -07:00 |
literate.litcoffee
|
[CS2] Literate CoffeeScript without dependencies (#4509)
|
2017-04-17 23:30:40 -07:00 |
literate_tabbed.litcoffee
|
[CS2] Literate CoffeeScript without dependencies (#4509)
|
2017-04-17 23:30:40 -07:00 |
location.coffee
|
[CS2] Fix #4467: tagged template literal call (#4601)
|
2017-07-05 13:58:36 -07:00 |
modules.coffee
|
Fix #4774: export default followed by an object should always work, even if the object contains braces. default shouldn't suppress a newline, we should handle it in the grammar the same way returning an implicit object is handled (#4783)
|
2017-11-15 21:38:05 -08:00 |
numbers.coffee
|
Treat Infinity and NaN as reserved words
|
2016-03-06 11:41:48 +01:00 |
objects.coffee
|
fix #4580 (#4793)
|
2017-11-20 09:15:19 -08:00 |
operators.coffee
|
[CS2] Compile class constructors to ES2015 classes (#4354)
|
2017-01-12 21:55:30 -08:00 |
option_parser.coffee
|
[CS2] Add #! support for executable scripts on Linux. (#3946)
|
2017-07-19 16:25:06 -07:00 |
parser.coffee
|
Properly update location data when setting a call to use new
|
2017-02-16 20:43:19 -08:00 |
ranges.coffee
|
[CS2] Fix #4631: Expansion that becomes rest parameter causes runtime error (#4634)
|
2017-08-17 13:13:52 -07:00 |
regexps.coffee
|
[CS2] Support for CSX - equivalent of JSX (#4551)
|
2017-06-06 23:33:46 -07:00 |
repl.coffee
|
Fix #4763: Comments at beginning or end of REPL input shouldn't throw errors (#4764)
|
2017-11-19 11:37:08 -08:00 |
scope.coffee
|
[CS2] Restore bound class methods via runtime check to avoid premature calling of bound method before binding (#4561)
|
2017-06-14 15:11:53 -07:00 |
slicing_and_splicing.coffee
|
[CS2] Fix #4631: Expansion that becomes rest parameter causes runtime error (#4634)
|
2017-08-17 13:13:52 -07:00 |
soaks.coffee
|
|
|
sourcemap.coffee
|
[CS2] Fix v3 source map (#4671)
|
2017-09-01 01:06:45 -07:00 |
strict.coffee
|
merge master
|
2017-04-20 14:41:28 -05:00 |
strings.coffee
|
[CS2] Support for CSX - equivalent of JSX (#4551)
|
2017-06-06 23:33:46 -07:00 |
tagged_template_literals.coffee
|
[CS2] Fix #4467: tagged template literal call (#4601)
|
2017-07-05 13:58:36 -07:00 |