-
Updated
Oct 9, 2020
es2015
Here are 919 public repositories matching this topic...
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
Steps to reproduce
- Create a free site you wish to delete
- Head over to Settings -> Delete site at https://wordpress.com/settings/delete-site/{your_new_site}
- Delete the site and enter the site address
- Cancel site deletion and close the modal
- Open the delete site modal again
What I expected
The site address field to be empty. This is a safe guard to prevent acciden
-
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
Oct 12, 2020 - PHP
-
Updated
Oct 14, 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