Felix Becker
Felix Becker
I couldn't get the new experimental string channel to work and was able to write a test case that shows the issue. Easiest du review with ignoring whitespace: https://github.com/GoogleChromeLabs/comlink/pull/458/files?diff=unified&w=1
 ``` Uncaught TypeError: Cannot read property 'parents' of undefined at eval (webpack:///./app/graphs/modules.js?:59) at Array.some () at isInChunks (webpack:///./app/graphs/modules.js?:58) at eval (webpack:///./app/graphs/modules.js?:61) at Array.some () at eval (webpack:///./app/graphs/modules.js?:50) at Array.forEach...
It would be very nice if we could do this: ``` sh node -v | semver -r ^5.4 ``` Of course one could do `semver $(node -v)` but that only...
Tracking typings for Gulp, its dependencies and important plugins. Feel free to extend. - [x] gulp@3 - [x] orchestrator - [x] gulp@4 - [x] undertaker - [x] minimatch - [x]...
Extremely useful for TypeScript https://www.npmjs.com/package/core-decorators The ones in DT are a out-of-date unfortunately.
`Promise\all()` currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.