The Wayback Machine - https://web.archive.org/web/20201113040115/https://github.com/topics/es2015
Skip to content
#

es2015

Here are 916 public repositories matching this topic...

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
  • Updated Nov 12, 2020
  • JavaScript
nicolo-ribaudo
nicolo-ribaudo commented Oct 3, 2020

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:

  • Top-level scripts
    There are a bunch of scripts/tests in the scripts folder: they can probably all be rewritten to ES modules.
    We can probably add "type": "module" to the top
simison
simison commented Nov 4, 2020

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

Improve this page

Add a description, image, and links to the es2015 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the es2015 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.