-
Promises may be especially useful for C code which wants to perform operations in the background ("async") and "call back" into JavaScript code when the operation is done.
Skimming through the rele…
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*
DukTape.Thread supports everything to make this work already, so it would seem to just be a matter of syntax sug…
-
## Description
Let's build a cipher using emoji. High five! 🙌🏽
To complete this goal, you'll create a Node.js module that exports two functions: one to encode a string of alphanumeric characters int…
-
deprecated babel-preset-es2015@6.13.2:
🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
-
ES2015 introduces support for [iteration protocols](https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Iteration_protocols). Iterators are objects with `.next` method which return object `…
-
##### Bug Report or Feature Request (mark with an `x`)
Hello everyone, I'm using pdf viewer version 6.3.2 and it runs fine locally but after build and publish I'm having this issue
main-es2015.eb…
-
With the latest release, OL is now available through ES6 modules.
https://github.com/openlayers/openlayers/releases/tag/v4.0.0
https://www.npmjs.com/package/ol/
Is there any plan to support thi…
-
可参考 https://github.com/ronami/minipack/blob/master/src/minipack.js, 使用 erlang-chakracore 来执行js( babylon && babel-traverse)
-
## ES6 宣告變數方式 const 與 let
### let
用來宣告一個變數像 `var` 一樣,不過 `let` 是塊級作用域, `var` 是函數作用域。
### const
`const` 用來宣告一個常數且一定要賦值,其值不能再藉由指派運算子(例如等號運算子)進行變動,否則報錯。常數名稱可以用大寫表示以利區分:
``` js
//宣告常數一定要賦值
c…
-
Is this planned?