Jeffrey Wear
Jeffrey Wear
Hi folks, I have a WIP Babel plugin that forks https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind to roughly implement https://github.com/tc39/proposal-bind-operator/issues/46#issuecomment-282051644, you can see [here](https://gist.github.com/wearhere/0e1b6dff58191c8e2c0a545ff5477a76#file-babel-plugin-transform-bind-cache-js). More commentary on the Gist, feedback welcome!
`rollup-plugin-babel` now [recommends](https://github.com/rollup/rollup-plugin-babel#modules) using `babel-preset-2015` and `babel-plugin-external-helpers` [as @Announcement suggests](https://github.com/rollup/babel-preset-es2015-rollup/issues/11#issuecomment-238709022) instead of this package.
We could also replace `PEXPIRE` with `PSETEX` then.
If anyone's interested, I branched from the `master` of this repo, merged https://github.com/matthewjh/jasmine-promises/pull/15 h/t @BenoitZugmeyer, and rebuilt `dist/jasmine-promises.js` to make this work in Node. To get it, do ```sh npm...
Confirmed that this breaks testing functions that throw uncaught exceptions, too: https://repl.it/repls/FreeFluffyAdministration