-
Currently it seams unclear on how to use this library with other promises implementation, such as `Q`, because `es6-promise` is incompatible with `Q`. It would be nice if `avprober` presented a simple…
-
In response to #564
We are going to remove path syntax. Here are some of the reasons why.
- Intended use for ES6 template strings which can pull in the path-syntax library when needed.
- Array unde…
-
In example:
```js
const polygonClipping = require('polygon-clipping')
const polygon = [[[0,0],[2,0],[0,2],[0,0]]]
polygonClipping.area(polygon) == 2
const multi = [[[[0,0],[2,0],[0,2],[0,0]]]…
Peque updated
2 months ago
-
Hey @NicoSantangelo !
My gulpfile is written in ES6 and I'm encountering this error:
```
(function (exports, require, module, __filename, __dirname) { import gulp from
…
-
Thank you for this great project.
One of the feature that I used on haystack library was using multiple indexes for a mapping on ES1.7 so I can aggregate search results on different documents. https:…
-
Hi! Would it be possible to remove the dependency on Closure library and make the JS more modular? ES6/ES2015 already provides all the functionality you are using the Closure library for, but it is th…
-
Is it possible to use Aurelia core with modern es6 browsers (not IE11) as the library, not having to install node.js chain with Babel? I see there is aurelia-core.js at cdn sites, however it's exports…
-
By now p5-manager can only compile ES6 syntax into ES5, file by file, which is convenient for small sketch.
However when developing larger project, we need more advantage of ES6 and modular javascript…
-
The plan is to make the returned continuables also act like promises somehow, but not depending on a promise library. This will assume `window.Promise` exists and implements ES6 promises.
-
Ch4 #5
Promiseのサブクラスの作り方 と UseCase or Libraryについて
- https://github.com/cscott/prfun
- https://github.com/paulmillr/es6-shim/issues/170
- https://github.com/domenic/promises-unwrapping/issues/87