mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
9b37f16f11
* implement numeric literal separators * add tests * Revert changes to package-lock.json * small regex adjustment * split tests * add comment * Add Node versions to CI * Fix #5103: Add support for BigInt literals (#5104) * Fix #5103: Add support for BigInt literals * Fix typos found in testing * Support binary, octal and hex BigInt literals * Make decimal BigInt test consistent other bases * Correct test BigInt test names * Add Node versions to CI * Update output * Fix style * support bigint literal with separators * un-disallow property access on number literal * Update output * Refactor numeric literal separator tests to be more like the rest of the tests * Add test for numeric property with underscore Co-authored-by: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com> Co-authored-by: Robert de Forest <guitar.robot@gmail.com> |
||
---|---|---|
.. | ||
importing | ||
support | ||
argument_parsing.coffee | ||
arrays.coffee | ||
assignment.coffee | ||
async.coffee | ||
async_iterators.coffee | ||
booleans.coffee | ||
classes.coffee | ||
cluster.coffee | ||
comments.coffee | ||
compilation.coffee | ||
comprehensions.coffee | ||
control_flow.coffee | ||
csx.coffee | ||
error_messages.coffee | ||
eval.coffee | ||
exception_handling.coffee | ||
exponentiation.coffee | ||
formatting.coffee | ||
function_invocation.coffee | ||
functions.coffee | ||
generators.coffee | ||
helpers.coffee | ||
importing.coffee | ||
interpolation.coffee | ||
invocation_argument_parsing.coffee | ||
javascript_literals.coffee | ||
literate.litcoffee | ||
literate_tabbed.litcoffee | ||
location.coffee | ||
modules.coffee | ||
numbers.coffee | ||
numbers_bigint.coffee | ||
numeric_literal_separators.coffee | ||
object_rest_spread.coffee | ||
objects.coffee | ||
operators.coffee | ||
option_parser.coffee | ||
parser.coffee | ||
ranges.coffee | ||
regex.coffee | ||
regex_dotall.coffee | ||
repl.coffee | ||
scope.coffee | ||
slicing_and_splicing.coffee | ||
soaks.coffee | ||
sourcemap.coffee | ||
strict.coffee | ||
strings.coffee | ||
tagged_template_literals.coffee |