ES6
ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
Here are 10,853 public repositories matching this topic...
The max-classes-per-file rule is enabled in rules/best-practices.js but there is no mention of this requirement in the docs. If this is a best practice, I'd like to know why.
Hello!
According to the documentation the verbose preset should "Output everything" in stats.json file. However, in the source code the modules property is set to false for the verbose preset. Therefore, it's not outputting "everything".
I've lost a whole da
-
Updated
Feb 9, 2020 - JavaScript
Feature Request
- I would like to work on this feature!
- If needs be, I can look into it
Is your feature request related to a problem? Please describe.
The JSX spec [1][2] lists } and > as invalid JSX text characters.
JSXTextCharacter :
- SourceCh
🐛 bug report
parcel shouldn't use 'yarn' in engines field as a target.
🎛 Configuration (.babelrc, package.json, cli command)
package.json
{
...
"engines": {
"node": "^8.0.0 || ^10.0.0 || ^12.0.0",
"yarn": "^1.13.0"
}
}🤔 Expected Behavior
No error.
😯 Current Behavior
odin@kaa:~/appearin/video-conference$ parcel bu
https://eslint.org/docs/rules/func-call-spacing
When calling a function, developers may insert optional whitespace between the function’s name and the parentheses that invoke it.
Option: "never" (default) disallows space between the function name and the opening parenthesis.
Examples of incorrect code for this rule with the default "never" option:
/*eslint func-call-spacinDescribe the bug
[sorry] –– unaware at which point and the cause, but the below error has started popping up with each server start. No context is provided. Perhaps someone knows how to dig deeper into this case?
Code snippets
`package.json``
-
Updated
Feb 9, 2020
The contributing guidelines need to be fixed immediately. Issue creation guideline specially. We need to enforce adding label as one of the behaviours while creating a new issue.
cc- @tsov
If the document.domain property is set in the page, _has module throws error "Access is denied" when try to check window's property for example 'hasOwnProperty'.
So I think it is better to change _has module like below.
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function(it, key){
try {
return hasOwnProperty.call(it, key);
} catch(e){
return I set
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('./src/renderer/icons')],
exclude: [resolve('./src/renderer/icons')],
options: {
symbolId: 'icon-[name]'
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('./src/renderer/ic
Some of the current background image selections have low contrast against the text or could be better quality images that better relate to selected verticals. This may be irrelevant if we decide to remove the image altogether.
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
-
Updated
Feb 9, 2020
Documentation
-
Updated
Feb 5, 2020 - JavaScript
-
I'm submitting a ...
- bug report
- feature request
-
What is the motivation / use case for changing the behavior?
I suggest the specific layout styles should be defined in routes instead of the main layout.
Any ideas?
loadimpact / k6
This is a reminder for loadimpact/k6#1162
configDir is a copy of os.UserConfigDir to support pre go1.12, it should be removed and use os.ConfigDir directly from go1.13 onward.
-
Updated
Feb 8, 2020 - JavaScript
Hi there,
The https://glidejs.com/docs/extending page sends a 404.
The dead link can be found on the https://glidejs.com/docs/ in the "Extended section".
Here is a screenshot:

Cordially,
Cyril
-
Updated
Feb 8, 2020 - JavaScript
- bizcharts Version: 3.1.5
- Platform or react version: 16.8.6
- CodePen Link: https://codepen.io/ebrahimb-the-decoder/pen/wvvNQzx
I've noticed an issue when dynamically switching axis labels on a chart. It seems that the first time the alternate axis is rendered, it ignores formatting set in the label component. Rendering the alternate a
Original issue in Nuxt.js repository:
Currently we have the following tests:
[esm/compiler-tests.mjs at a3b8290074ccd2a708ed9b985a2f89d4f4cdd026 · standard-things/esm](https://github.com/standard-things/esm/blob/a3b8290074ccd2a708ed9b985a2f89d4f4c
-
Updated
Feb 8, 2020 - JavaScript
Created by Brendan Eich, Ecma International
Released 1997
- Organization
- tc39
- Website
- www.ecma-international.org
- Wikipedia
- Wikipedia


Chapter in question: https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch2.md#template-literals
The suggestion seems to be that the template literals would be all about strings; there's only examples that result in strings, and phrases like "final string value" and "generating the string from the literal" are used in what should be a general context, but the tag function