-
Updated
Oct 9, 2020
es2015
Here are 917 public repositories matching this topic...
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
In the new site-level subscription/subscription settings screen, we should update the header cake title capitalization to match other screens in Calypso (i.e. "Subscription settings" to "Subscription Settings").
ref: p7DVsv-9sr-p2#comment-31718
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 12, 2019
-
Updated
Sep 8, 2020 - JavaScript
Expected Behavior
chart.on('customClick'.... should return not only a value of a concrete grouping property, but also for aggregationGroupingProperty. On the screen, you can see when
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jun 21, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 7, 2017 - Go
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Jul 25, 2020
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the es2015 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the es2015 topic, visit your repo's landing page and select "manage topics."
Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
There are a bunch of scripts/tests in the
scriptsfolder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"to the top