File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Octokit } from "@octokit/core" ;
1+ import type { Octokit } from "@octokit/core" ;
22import { createIterator } from "./iterator" ;
33import { createPaginate } from "./paginate" ;
44export type { PageInfoForward , PageInfoBackward } from "./page-info" ;
Original file line number Diff line number Diff line change 11import { extractPageInfos } from "./extract-page-info" ;
2- import { Octokit } from "@octokit/core" ;
2+ import type { Octokit } from "@octokit/core" ;
33import { getCursorFrom , hasAnotherPage } from "./page-info" ;
44import { MissingCursorChange } from "./errors" ;
55
Original file line number Diff line number Diff line change 1- import { Octokit } from "@octokit/core" ;
1+ import type { Octokit } from "@octokit/core" ;
22import { mergeResponses } from "./merge-responses" ;
33import { createIterator } from "./iterator" ;
44
You can’t perform that action at this time.
0 commit comments