377 removed our MultiMap.prototype.addEach shim, since it was marked as dead code. Turns out that was because it was being added by normalize-parser-test, which was being run before any test code; as such, all tests passed, but the package itself was broken.
This patch makes our code stops relying on that prototype being mutated, and does not mutate it itself.
Includes a patch commit, so please rebase, not squash.
377 removed our
MultiMap.prototype.addEach
shim, since it was marked as dead code. Turns out that was because it was being added bynormalize-parser-test
, which was being run before any test code; as such, all tests passed, but the package itself was broken.This patch makes our code stops relying on that prototype being mutated, and does not mutate it itself.
Includes a patch commit, so please rebase, not squash.