Extracts 'remove duplicates' optimization into a module.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 10:40:18 +0000 (11:40 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 10:40:18 +0000 (11:40 +0100)
commita53529c82cc21c9519d7d0d6628eb9d5432953c4
tree1a717278b30e0b9f25b4d8776728e836af5d04fc
parent08e423072bcbc0cb5a86f8b529697950531788ef
Extracts 'remove duplicates' optimization into a module.
lib/selectors/advanced.js
lib/selectors/remove-duplicates.js [new file with mode: 0644]
test/integration-test.js
test/selectors/advanced-test.js
test/selectors/remove-duplicates-test.js [new file with mode: 0644]