Linus G Thiel
Linus G Thiel
- New option "compress", defaults to false - Checks for jsmin module - If compress: true and jsmin is available, compress sources with jsmin - Added simple test
I'm trying to use expo-pixi to read out the color of the background (really the top left pixel) of an image. The image is hosted on a `https://` url. I'm...
This is just a PoC to show the feasability of doctest:ing the JSDoc @examples instead of / in addition to other tests. Because of require/import discrepancies, the test scaffolding needs...
Hey brosner, Use this addition if you feel like it! Peace, Linus
Move to use import instead of an import/require mix - Use dynamic imports instead of require in eval - Rewrite into a promise chain because of above - Make doctest-js...
Fix default testing function so it handles falsy values Fixes kiwicopple/doctest-js#118.
Webpack had an issue building on newer versions of Node (from at least 16.18.1) on account of using outdated hash algorithms. This updates webpack and specifies a fast and supported...
Running `npm run build` has two issues: ``` [webpack-cli] Unknown argument: -p ``` And: ``` [webpack-cli] Compilation finished assets by status 1.52 KiB [cached] 1 asset ./src/index.js 39 bytes [built]...