-
There have been some discussions about promise support, but those are very old. It is pretty clear that the future is moving towards promises / ES7 async-await.
Wrappers like [promise-mysql](https://w…
-
Consider this Javascript, executed in chrome in 2775.01ms on my MBP (please close devtools first before you test it). Why? Because under the hood ES7 use promise to implement await/async, which introd…
-
ES全称ECMAScript,ECMAScript是ECMA制定的标准化脚本语言。
-
### description
async function with rest parameters seems got wrong function scope after transpiled
### version
microbundle@^0.15.1
### reproduce demo
```
// tsconfig.json
{
"compile…
-
**Issue type:**
[x ] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ x] `mysql` / `mariadb`
[ …
-
Right now, it's not clear whether or not I can `import` inside a function or how imported names are scoped. Does it follow the same rules as `var`? Or `let`? Or is it per-file?
-
-
`errorify` works with watchify@3.4.0. Using watchify 3.5-3.7, when there is an error, nothing happens at all. No bundle file is created, or if the file already exists, nothing is written to it.
-
Hi. I'm trying to set a function different from noop (the default) to be triggered but I can't seem to be able to do it. I've tried changing `defaultProps` for the wrapped component but that didn't wo…
-
Instructing in the README for the user to run `npm install .` (or your chosen variant) will install any other requirements you have specified, e.g., I didn't have the `ramda` module installed.