jashkenas--coffeescript/test
Geoffrey Booth f557c0579b
Import assertions (#5391)
2022-01-20 11:40:13 -08:00
..
importing Fix #4725: apply transpile option to require’d .coffee files (#4728) 2017-10-04 17:49:59 -07:00
support AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
abstract_syntax_tree.coffee Import assertions (#5391) 2022-01-20 11:40:13 -08:00
abstract_syntax_tree_location_data.coffee Support import.meta and import.meta.* (#5319) 2020-05-29 18:16:48 -07:00
argument_parsing.coffee AST flag/API option; generic AST output for all nodes (#5044) 2018-06-11 19:50:40 -07:00
arrays.coffee Fix #5201: allow leading breaking elision (#5202) 2019-04-22 10:21:37 -07:00
assignment.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
async.coffee Support top-level await (#5371) 2021-09-15 10:40:18 -07:00
async_iterators.coffee Fix #4875: Asynchronous iterators (#4893) 2018-04-08 13:42:54 -07:00
booleans.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
classes.coffee Fix call MetaProperty (#5324) 2020-06-02 21:00:40 -07:00
cluster.coffee Fixes #2737, fix fork() for both .js and .coffee, revised. 2013-03-18 11:46:54 +08:00
comments.coffee Colons are apparently another token type that doesn't survive passing through the parser, so rescue any comments attached to colons 2019-12-30 01:04:30 -08:00
compilation.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
comprehensions.coffee Fix: comprehension as postfix conditional (#5310) 2020-03-10 10:29:00 -07:00
control_flow.coffee Fix #5013: return statement as an expression (#5014) 2018-03-17 23:08:43 -07:00
error_messages.coffee Import assertions (#5391) 2022-01-20 11:40:13 -08:00
eval.coffee Fix issue #3498 2015-01-05 15:40:04 -05:00
exception_handling.coffee Fix: a test relied on faulty behavior (#5028) 2018-04-10 09:21:40 -07:00
exponentiation.coffee Fix #4877: Exponentiation operators (#4881) 2018-03-30 00:47:40 -07:00
formatting.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
function_invocation.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
functions.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
generators.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
helpers.coffee Replace `last array` helper with `[..., last] = array` 2015-02-07 21:50:41 +01:00
import_assertions.coffee Import assertions (#5391) 2022-01-20 11:40:13 -08:00
importing.coffee renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
interpolation.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
invocation_argument_parsing.coffee Preserve environment when calling coffee from test (#5191) 2019-04-02 11:35:22 -07:00
javascript_literals.coffee [CS2] Comments (#4572) 2017-08-02 19:34:34 -07:00
jsx.coffee Handle triple-quoted JSX attribute values (#5353) 2021-11-26 20:26:02 -08: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 Return Root from nodes() (#5274) 2019-12-29 21:17:32 -08:00
modules.coffee Fix call MetaProperty (#5324) 2020-06-02 21:00:40 -07:00
numbers.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
numbers_bigint.coffee AST: numeric separators, BigInt (#5272) 2019-12-29 16:20:43 -08:00
numeric_literal_separators.coffee AST: numeric separators, BigInt (#5272) 2019-12-29 16:20:43 -08:00
object_rest_spread.coffee Allow soaks and prototype shorthands in object splats (#5293) 2020-01-27 15:37:22 -08:00
objects.coffee Handle implicit object as end of outer implicit object property value (#5296) 2020-01-29 16:20:40 -08:00
operators.coffee Normalize :: syntax (#5048) 2018-05-13 12:41:43 -07:00
option_parser.coffee [CS2] Add #! support for executable scripts on Linux. (#3946) 2017-07-19 16:25:06 -07:00
parser.coffee Return Root from nodes() (#5274) 2019-12-29 21:17:32 -08:00
ranges.coffee Fix #4889: for...range loop condition (#4891) 2018-02-20 00:46:20 -08:00
regex.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
regex_dotall.coffee Regular expressions `s` (dotAll) flag (#4880) 2018-03-30 15:25:41 -07:00
repl.coffee Fix repl.rli deprecation (#5178) 2019-03-24 19:12:32 -07: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 Fix #1726: expression in property access causes unexpected results (#4851) 2018-01-15 20:03:01 -08:00
soaks.coffee added descriptions to tests which only had Issue numbers 2015-02-23 16:39:05 -07:00
sourcemap.coffee [CS2] Fix v3 source map (#4671) 2017-09-01 01:06:45 -07:00
strict.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
strings.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
tagged_template_literals.coffee [CS2] Fix #4467: tagged template literal call (#4601) 2017-07-05 13:58:36 -07:00