jashkenas--coffeescript/test
Daniel X Moore 98a23315d7
Simplified number regexes (#5430)
2022-10-25 09:23:39 -07:00
..
importing Don’t patch `Error.prepareStackTrace` if `--enable-source-maps` is used. (#5403) 2022-04-18 20:10:55 -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
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
booleans.coffee
classes.coffee Fix call MetaProperty (#5324) 2020-06-02 21:00:40 -07:00
cluster.coffee
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 Fixes #5410 (#5413) 2022-04-25 20:54:06 -07:00
control_flow.coffee
error_messages.coffee Issue 5164: Allow capital E in scientific notation (#5242) 2022-04-25 23:41:09 -07:00
eval.coffee
exception_handling.coffee
exponentiation.coffee
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
import_assertions.coffee Fix CI for Node 16.14.x (#5404) 2022-04-02 16:53:05 -07:00
importing.coffee
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
jsx.coffee Handle triple-quoted JSX attribute values (#5353) 2021-11-26 20:26:02 -08:00
literate.litcoffee
literate_tabbed.litcoffee
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 Support `1_000.toString()`; fixes #5427 (#5429) 2022-10-14 10:06:28 -07:00
numbers_bigint.coffee Simplified number regexes (#5430) 2022-10-25 09:23:39 -07: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 Fix continuing first line of explicit [/{ literal (#5397) 2022-01-26 09:29:01 -08:00
operators.coffee
option_parser.coffee
package.coffee Add `patchStackTrace` export; test that all named exports are detected by Node (#5411) 2022-04-19 09:58:30 -07:00
parser.coffee Return Root from nodes() (#5274) 2019-12-29 21:17:32 -08:00
ranges.coffee
regex.coffee AST: test compile errors (#5260) 2019-12-16 00:16:55 -05:00
regex_dotall.coffee
repl.coffee Fix repl.rli deprecation (#5178) 2019-03-24 19:12:32 -07:00
scope.coffee
slicing_and_splicing.coffee
soaks.coffee
sourcemap.coffee Don’t patch `Error.prepareStackTrace` if `--enable-source-maps` is used. (#5403) 2022-04-18 20:10:55 -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