Extracts 'merge non adjacent by body' optimization into a module.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 11:37:56 +0000 (12:37 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 21 Jun 2015 11:37:56 +0000 (12:37 +0100)
commit3c400e684317bc8cf1df9c2926b44b33d298c9f0
treed61c0930d0f23e4e43803a5e45c0c60f805b4449
parent8138b72c221d7e2e482bb98eee84369c76d234d4
Extracts 'merge non adjacent by body' optimization into a module.
lib/selectors/advanced.js
lib/selectors/merge-non-adjacent-by-body.js [new file with mode: 0644]
test/integration-test.js
test/selectors/advanced-test.js
test/selectors/merge-adjacent-test.js
test/selectors/merge-non-adjacent-by-body-test.js [new file with mode: 0644]