Skip to content
#

ES6

es6 logo

ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.

Here are 12,058 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 Dec 5, 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
k6
simskij
simskij commented Dec 3, 2020

If you set up a scenario where the executors runs less than one iteration per second, the value is floored to zero while in progress. However, it reports the correct amount in the end-of-test summary.

Environment

  • MacOS Big Sur
  • k6 v0.29.0

Expected Behavior

checkEveryFiveSeconds   [=========>----------------------------] 0/1 VUs  0m17.1s/1m0s  0.20 iters/s

or

Created by Brendan Eich‎, ‎Ecma International

Released 1997

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia
You can’t perform that action at this time.