-
Updated
Sep 24, 2020
es2015
Here are 917 public repositories matching this topic...
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
We don't display the actual mailboxes in the "Your order" section for extra licenses whereas we show them for new G Suite accounts.
Reported by @stephanethomas in Automattic/wp-calypso#45737
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 12, 2019
-
Updated
Sep 8, 2020 - JavaScript
Expected Behavior
We should have some extra basic accessors for the heatmap:
- locale
- loadingState
- isAnimated
- numberFormat?
Difference from Current Behavior
The curr
-
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
Sep 28, 2020 - PHP
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Jul 25, 2020
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