Andrey Bronnikov
Andrey Bronnikov
NOTE: this is a "blind" fix, as I failed to build the library and run unit tests on my Windows box without Python (and I have no interest to install...
[ ] Review module distribution types (UMD/ES5/ES6). Probably ES5 can be deprecated already. [ ] Review `package.json` fields ("module/browser/es2015"). Probably "main" should be removed, as it applicable only to Node...
Would be nice to have a calculated effectiveness (speed / payload size) for each test result. This metric seems to be more important than just raw ops/sec or data size,...
Example of breaking code: ```js const d = new Date() //= const url = new URL('https://www.my.example.com:8080/app/name'); //= ``` If you remove the line with `url`, the `d` value will recalculate...