getProgramParent() {
    let scope = this;
    do {
      if (scope.path.isProgram()) {
        return scope;