-
Updated
Oct 25, 2020
es2015
Here are 916 public repositories matching this topic...
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
Our login forms are on multiple pages and we can help autofill detect correct inputs with autocomplete="current-password" and autocomplete="username".
Explicitly defining an input element’s autocomplete value lets you support login workflows that couldn’t otherwise be detected by Password AutoFill’s heuristics. For example, the heuristics assume the user name and password inputs are on th
-
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