// `export * from "a"` does not have `.specifiers`.
export function getSpecifiers(exportNode: any) {
  return exportNode.specifiers || [];
}
