The ability to select multiple nodes with AST
Currently we can select nodes via the node selector or dom selector, but can only select 1 element at a time. Though we have the ability to fliter elements, there are times where selecting multiple nodes would save time with testing and reducing t...