Jamie Mason
Jamie Mason
## Description Consider using [`rollup.watch`](https://rollupjs.org/guide/en/#rollupwatch) as it could end up simpler than using both [`chokidar`](https://github.com/paulmillr/chokidar) and [`rollup.rollup`](https://rollupjs.org/guide/en/#rolluprollup) as we are now – and `chokidar` could possibly be removed as a...
## Description Using ES Modules is fine, but `require` calls are behaving unexpectedly. 1. Create a file eg `/path/to/transform.js`: ```js const { a } = require('./a'); export default babel =>...
Assert `collection` Array or Object contains every key from the provided `array` of key names.
Assert `collection` Array or Object contains any key from the provided `array` of key names.
If enabled under options, display the version number next to each tool under "visible tools".
Allow toggling display of platforms each tool is available for (osx, linux, windows etc).
CSS Image Sprites are a really common use case for images that isn't tested currently by the comparison suite - add some to learn whether they have any characteristics that...
See http://imageoptim.com/xcode.html and http://imageoptim.com/tweetbot.html.
Raised by @ChrisCinelli at https://github.com/JamieMason/ImageOptim-CLI/issues/86. https://github.com/technopagan/adept-jpg-compressor
Needs some more thought and discussion but, as it is quite common to create indexes of values by a given key, these could be a nice way of describing those...