1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test
square 9b37f16f11 Numeric literal separators (#5215)
* 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>
2019-12-28 17:02:40 -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 Fix #5201: allow leading breaking elision (#5202) 2019-04-22 10:21:37 -07:00
assignment.coffee Fix #4876: remove polyfill for object rest/spread (#4884) 2018-04-23 09:50:42 -07:00
async.coffee Allow yield indented object (#5072) 2018-06-10 21:45:45 -07:00
async_iterators.coffee Fix #4875: Asynchronous iterators (#4893) 2018-04-08 13:42:54 -07:00
booleans.coffee
classes.coffee Allow computed class properties (#5206) 2019-04-28 15:45:57 -07:00
cluster.coffee
comments.coffee Set the context of executable class body wrappers (#4828) 2017-12-18 10:51:08 -08:00
compilation.coffee Babel 7 (#5105) 2018-09-09 13:41:49 -07:00
comprehensions.coffee
control_flow.coffee Fix #5013: return statement as an expression (#5014) 2018-03-17 23:08:43 -07:00
csx.coffee CSX namespaced tags and attributes (#5218) 2019-07-29 14:54:57 -07:00
error_messages.coffee Add debugging information to error message test (#5239) 2019-10-18 11:03:16 -07:00
eval.coffee
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 Allow yield indented object (#5072) 2018-06-10 21:45:45 -07:00
function_invocation.coffee Allow implicit call with class with no body (#5053) 2018-05-13 12:20:09 -07:00
functions.coffee parse array ending in empty function (#5200) 2019-04-18 15:36:04 -07:00
generators.coffee Fix #4877: Exponentiation operators (#4881) 2018-03-30 00:47:40 -07:00
helpers.coffee
importing.coffee
interpolation.coffee Fix #4877: Exponentiation operators (#4881) 2018-03-30 00:47:40 -07: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
literate.litcoffee
literate_tabbed.litcoffee
location.coffee [CS2] Fix #4467: tagged template literal call (#4601) 2017-07-05 13:58:36 -07:00
modules.coffee Dynamic import (#5169) 2019-03-20 13:08:10 -07:00
numbers.coffee
numbers_bigint.coffee Fix #5103: Add support for BigInt literals (#5104) 2019-11-26 21:15:03 -08:00
numeric_literal_separators.coffee Numeric literal separators (#5215) 2019-12-28 17:02:40 -08:00
object_rest_spread.coffee Dynamic import (#5169) 2019-03-20 13:08:10 -07:00
objects.coffee Allow computed class properties (#5206) 2019-04-28 15:45:57 -07: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
ranges.coffee Fix #4889: for...range loop condition (#4891) 2018-02-20 00:46:20 -08:00
regex.coffee Regular expressions s (dotAll) flag (#4880) 2018-03-30 15:25:41 -07: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
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 [CS2] Fix #4467: tagged template literal call (#4601) 2017-07-05 13:58:36 -07:00