-
Updated
Oct 9, 2020
ES6

ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
Here are 11,882 public repositories matching this topic...
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
May 7, 2020
-
Updated
Sep 30, 2020
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Go
-
Updated
Jun 12, 2020 - JavaScript
In the new site-level subscription/subscription settings screen, we should update the header cake title capitalization to match other screens in Calypso (i.e. "Subscription settings" to "Subscription Settings").
ref: p7DVsv-9sr-p2#comment-31718
-
Updated
Oct 19, 2020 - PHP
-
Updated
Apr 19, 2019 - JavaScript
loadimpact / k6
The summary report in stdout has fields provided by summaryTrendStats, but in JSON format report ignores that definition
Environment
K6 version: k6 v0.27.1 (2020-07-30T10:20:27+0000/v0.27.1-0-g4ee1ca96, go1.14.6, linux/amd64)
OS version: 18.04.2 LTS (Bionic Beaver)
Expected Behavior
The fields defined in summaryTrendStats
are represented in the JSON summary report
Actual
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Oct 14, 2020 - TypeScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
Created by Brendan Eich, Ecma International
Released 1997
- Organization
- tc39
- Website
- www.ecma-international.org
- Wikipedia
- Wikipedia
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
scripts
folder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"
to the top