1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test
2017-04-17 12:49:30 -07:00
..
importing
support
arrays.coffee
assignment.coffee
booleans.coffee
classes.coffee
cluster.coffee
comments.coffee
compilation.coffee
comprehensions.coffee Allow @ values as indices in for expressions 2016-12-29 19:00:00 +00:00
control_flow.coffee
error_messages.coffee Fix #4489: Regex octal escape sequence bug 2017-04-06 19:39:13 -04:00
eval.coffee
exception_handling.coffee
formatting.coffee
function_invocation.coffee
functions.coffee
generators.coffee Detect when from in a for loop declaration is an identifier (#4393) 2016-12-06 12:29:02 -08:00
helpers.coffee
importing.coffee
interpolation.coffee
javascript_literals.coffee
literate.litcoffee
location.coffee Merge pull request #4444 from alangpierce/upstream-fix-heregex-end-location 2017-02-17 18:21:08 +01:00
modules.coffee Fix #4491: import- and export-specific lexing should stop (#4492) 2017-04-09 02:53:43 -07:00
numbers.coffee
objects.coffee
operators.coffee Fix //= operator (#4410) 2016-12-23 14:37:11 +01:00
option_parser.coffee
parser.coffee Properly update location data when setting a call to use new 2017-02-16 20:43:19 -08:00
ranges.coffee
regexps.coffee
repl.coffee A particular REPL test is broken in Node 4.8.2 because of a regression that was fixed in Node 5.11.0; just disable the test for Node < 6. Fixes #4502. (#4510) 2017-04-17 12:49:30 -07:00
scope.coffee
slicing_and_splicing.coffee
soaks.coffee
sourcemap.coffee
strict.coffee
strings.coffee
tagged_template_literals.coffee