-
Updated
Oct 25, 2020
es2015
Here are 916 public repositories matching this topic...
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
Steps to reproduce
- Starting at URL:
/store/settings/payments/:site - Hover your mouse over the "activate" button for one of the payment methods (like PayPal or ACH)
- Note that the mouse turns to a clickable pointer finger
- Click the lable
What I expected
The for
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 12, 2019
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
Hi, I'm creating a line chart with values between 20 and 80, and I would like to limit the y axis to this values.
The current graph shows the y axis scale from 0 to 80.
Is possible to set yaxis limits from 20 to 80?
-
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
Nov 2, 2020 - PHP
-
Updated
Oct 23, 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