Dejan Toteff

Results 100 comments of Dejan Toteff

Try passing useBabel as `'awesome-typescript-loader?useBabel=true&useCache=true'`. You can see it in this small snippets: ``` const entry = [ 'react-hot-loader/patch', 'webpack-dev-server/client?http://localhost:8080', 'webpack/hot/only-dev-server', './src/index.tsx', ] const output = { filename : 'bundle.js',...

A fix is applied and will be available with `6.10.0`. I'll keep the issue open until the release.

I am closing the issue as the fix is released with version `7.0.0`.

A fix is indeed applies. This snippet `export function allPass(predicates: ((x: T) => boolean)[]): (input: T) => boolean;` is in the current TS file. Please check with the latest version....

REPL is updated so you can see it working there as well

Thanks for correcting me. Then I will make the required changes and will release them with `7.3.0`.

A fix is applied and it will be released with next version.

Publish some methods as standalone separate libraries, i.e. rambda-compose. Important is the output to be e single file in modern Javascript so users can simply copy and paste the code,...