Extracts 'reduce non adjacent' optimization into a module.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 11:09:06 +0000 (12:09 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 11:09:06 +0000 (12:09 +0100)
commit56e089e07049244ca6fcf6d7e99ec6b6140bcd42
treeacaa2e61f6dc27d807284003d8be08259a14ed04
parent4ec3a7b87f5b2bc8ef55374af9af4ac35a9280bc
Extracts 'reduce non adjacent' optimization into a module.
lib/selectors/advanced.js
lib/selectors/reduce-non-adjacent.js [new file with mode: 0644]
test/integration-test.js
test/selectors/advanced-test.js
test/selectors/reduce-non-adjacent-test.js [new file with mode: 0644]