-
**I want to report a bug.**
**SonarTS version:** 1.9
**Node.js version:** 10.16.0
**TypeScript version:** 3.6.4
**SonarQube version:** 8.0.0.29455
**TSLint version:** 5.20.0
**Logs**
``…
-
Updated AF tools allow to create TypeScript-template for Azure Functions in VSCode, that is great.
1. **Displaying files from the `/dist` folder**
The structure of the project suggests that after …
-
爱民老师您好,我在 ES2018 中没有搜寻到相关的,而在 ES2020 规范中看到了 globalThis。globalThis 是否就与下面代码中的标准方法是等同的,获取得到 global?
-
http://2ality.com/2016/01/ecmascript-2016.html
http://2ality.com/2016/02/ecmascript-2017.html
http://2ality.com/2017/02/ecmascript-2018.html
http://2ality.com/2018/02/ecmascript-2019.html
…
-
Is there a list of which NodeJS versions you are targeting with this library?
Currently, `tsconfig` target is `ES5` as per https://github.com/conveyor-mq/conveyor-mq/blob/07459adc52254c323d3d57a44e…
-
### Acknowledgement
- [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
### Comment
**Search terms for existing issues**
…
-
**ES2018** included breaking changes to some abstract operations, most notably #67 and #68.
There’s also #62, which itself is a …
-
See below.
```
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-import": "^2.29.1",
…
-
I see this in my terminal:
-----
I have two feature requests:
1. for us hard of seeing people, it's _really_ hard to read the cyan and yellow color in a light terminal.
Is there some…
-
I don't know if this causes problems in TS, but I noticed it because I'm trying to convert the defs to Flow, so I wanted to point it out.
The `AsyncIterator` interface is
```
// es2018.asyncgener…