Extracts 'merge adjacent' optimization into a module.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 10:53:03 +0000 (11:53 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 10:53:22 +0000 (11:53 +0100)
commit4ec3a7b87f5b2bc8ef55374af9af4ac35a9280bc
treec241a607833a091b5039f4beb520524aac4dc01d
parenta53529c82cc21c9519d7d0d6628eb9d5432953c4
Extracts 'merge adjacent' optimization into a module.
lib/selectors/advanced.js
lib/selectors/is-special.js [new file with mode: 0644]
lib/selectors/merge-adjacent.js [new file with mode: 0644]
test/integration-test.js
test/selectors/advanced-test.js
test/selectors/merge-adjacent-test.js [new file with mode: 0644]