-
Updated
Oct 25, 2020
ES6

ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
Here are 12,000 public repositories matching this topic...
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
May 7, 2020
-
Updated
Oct 20, 2020
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
As mentioned in Automattic/wp-calypso#47370 (comment) and discussed in Automattic/wp-calypso#47181, the reusable summary item should be extracted to the @automattic/onboarding
package, so that it can be reused also by other packages or apps.
-
Updated
Nov 23, 2020 - PHP
loadimpact / k6
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
const form_data = {
comment: "Hello world!",
topping: [
'onion',
'bacon',
'cheese'
]
};
The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Nov 24, 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