Iterable<DirectiveNode> getDirectives(String name) => where((element) => element.name.value == name);