-
Hi! In the [Early Completion](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch3.md#early-completion) section there is a sentence:
`In addition to return(..) being callabl…
-
Things like this:
```
my foo = 42;
say(`The value truly is ${foo}, and no kidding!`);
```
I think it's a nice realistic case for something slang-like that calls back into the main language (more exa…
masak updated
6 years ago
-
ES 6 has wide spread support now so please include es 6 syntax auto-completion
-
1) just a folder inside repo. with clean installation.
2) add to npm publish it too
3) start from major projects: GS, CK, GQL
3.1) connect or try to connect new version at fake-api, showcase, recip…
-
### Increasing Access
This is a pre-existing request whose discussion thread was closed and the conversation has fragmented.
Reopening to consolidate work and discussion here.
### Most appropriate…
-
**Describe the bug**
源项目是 微信,再编译后转 es5 Set的解构有问题
以及 array的entries() 迭代器转换问题
**To Reproduce**
Steps to reproduce the behavior:
let a = [1,2,3]
a = [...new Set(a)]
console.log(a, 'a')
// [] a为…
yzend updated
11 months ago
-
Currently, TS transpilation process converts TS source files into CommonJS modules compatible with older NodeJS versions. The problem is that such structure doesn't support bundler's (e.g. WebPack, Ro…
-
I am facing this uncaught runtime error when completing all the steps it throws this error
# Expected Behavior
after completing all steps, closing at last when clicking done it should not throw an…
-
We are able to successfully use Require to use this library, but using imports doesn't work, and unfortunately our current set up requires imports.
Whenever we import, we get 400 response with "Inv…
-
We have this code that vscode-nls-dev rewrites:
``` ts
public static failedToEnumerateFilesInDir(path: string, errCode: string, errMessage: string): string {
return localize(
{
…