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

es2015

Here are 919 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 Oct 16, 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
ramonjd
ramonjd commented Oct 16, 2020

Steps to reproduce

  1. Create a free site you wish to delete
  2. Head over to Settings -> Delete site at https://wordpress.com/settings/delete-site/{your_new_site}
  3. Delete the site and enter the site address
  4. Cancel site deletion and close the modal
  5. Open the delete site modal again

What I expected

The site address field to be empty. This is a safe guard to prevent acciden

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.