CSS Example: Move null filtering from extractList to buildList
This makes extractList identical to the same function in other grammars and makes it so that nulls are dealt with in only one function (until now, they were dealt with both in extractList and buildList). The refactoring should be safe as extractList isn't by itself used in contexts where it can be passed a list containing nulls.redux
parent
647d488147
commit
ff3cc7930e
Loading…
Reference in New Issue