These changes are required to improve an existing (and crashing) auto-fix rule in the anaconda-linter project.
Adds 4 new functions to the percy parser project.
2 for handling dependencies
2 for dealing with selectors
Adds unit tests
Also fixes a previously unknown bug. In some cases, we were returning a primitive value instead of a list containing 1 primitive value. A regression test was added to guard ourselves in the future.
These changes are required to improve an existing (and crashing) auto-fix rule in the
anaconda-linter
project.percy
parser project.