jashkenas--coffeescript/test
zdenko ba094126e2 Fix #4882: Range not declaring var for the "i" (#4883)
* fix #4882

* test
2018-02-04 13:33:08 -08:00
..
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 improve elision output (#4824) 2017-12-10 15:22:34 -08:00
assignment.coffee Fix #4878: Compile error when using destructuring with a splat or expansion in an array (#4879) 2018-02-03 13:35:41 -08:00
async.coffee [CS2] Fix async tests (#4680) 2017-09-01 12:26:47 -07:00
booleans.coffee
classes.coffee Fix #4868: Incorrect ‘Can’t call super with @params’ error (#4869) 2018-01-30 21:06:54 -08:00
cluster.coffee
comments.coffee Set the context of executable class body wrappers (#4828) 2017-12-18 10:51:08 -08:00
compilation.coffee Fix #3306: trailing comma in a function call in the last line throws a syntax error (#4860) 2018-01-30 21:09:50 -08:00
comprehensions.coffee
control_flow.coffee fix #4871 (#4872) 2018-01-31 06:31:52 -08:00
csx.coffee [Enhancement] CSX fragments syntax (#4802) (#4804) 2017-12-08 22:41:02 -08:00
error_messages.coffee Fix #3933: Missing `then` doesn’t trigger nearby error (#4862) 2018-01-30 15:04:29 -08:00
eval.coffee
exception_handling.coffee
formatting.coffee
function_invocation.coffee Fix #4852, @get @set implicit object (#4867) 2018-01-30 21:17:55 -08:00
functions.coffee [CS2] Fix destructuring bugs #4673 and #4657 (#4683) 2017-09-07 10:06:35 -07:00
generators.coffee
helpers.coffee
importing.coffee
interpolation.coffee
invocation_argument_parsing.coffee AppVeyor (#4812) 2017-12-01 13:19:48 -08:00
javascript_literals.coffee
literate.litcoffee
literate_tabbed.litcoffee
location.coffee
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
objects.coffee [Enhancement] Computed property keys (#4622) (#4803) 2017-12-08 22:42:47 -08:00
operators.coffee
option_parser.coffee
parser.coffee
ranges.coffee Fix #4882: Range not declaring var for the "i" (#4883) 2018-02-04 13:33:08 -08:00
regexps.coffee Fix #4811: Heregex comments cannot contain three slashes in a row (#4814) 2017-12-03 11:55:26 -08: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
slicing_and_splicing.coffee Fix #1726: expression in property access causes unexpected results (#4851) 2018-01-15 20:03:01 -08:00
soaks.coffee
sourcemap.coffee [CS2] Fix v3 source map (#4671) 2017-09-01 01:06:45 -07:00
strict.coffee
strings.coffee
tagged_template_literals.coffee