Joe Mordetsky

Results 3 issues of Joe Mordetsky

Run this code: var HashRing = require('hash_ring'); var obj = {}; obj["A"] = 0; obj["B"] = 0; obj["C"] = 0; var ring = new HashRing(obj); var instance = ring.getNode("hi to...

I'm observing that we are ignoring certain files from the coverage report on windows due to a quirk in the way [test-exclude](https://github.com/istanbuljs/test-exclude) works. When we get here on windows: https://github.com/bcoe/c8/blob/master/lib/report.js#L253...

bug
fixed-upstream

The following is a legal sourceMap. Note the condition that causes a problem, is the combination of a relative `sourceRoot` along with a `sources` member that contains a path that...