commonjs-assert
commonjs-assert copied to clipboard
Node.js's require('assert') for all engines
Signed-off-by: Darshan Sen
Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.
As a follow-up of #44 it's still required to use `util.inspect`. That's currently not the case and a lot of message tests fail because of that.
Working on Gatsby app and suddenly getting this issue, causing build fail: Generating development JavaScript bundle failed Can't resolve 'object.assign/polyfill' in 'C:\Home\ARK\Repos\shape-website-3\shape-website\website\node_modules\assert' If you're trying to use a package make...
We stumbled upon the issue of ambiguous imports when using this library. `require(assert)` can refer to the library or Node's assert API. It would be awesome to have the library...