File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 "update-endpoints" : " npm-run-all update-endpoints:*" ,
1515 "update-endpoints:fetch-json" : " node scripts/update-endpoints/fetch-json" ,
1616 "update-endpoints:code" : " node scripts/update-endpoints/code" ,
17- "validate:ts" : " tsc --noEmit --noImplicitAny --target es2020 --esModuleInterop --moduleResolution node test/typescript-validate.ts"
17+ "validate:ts" : " npm run build && tsc --noEmit --noImplicitAny --target es2020 --esModuleInterop --moduleResolution node test/typescript-validate.ts"
1818 },
1919 "repository" : " github:octokit/plugin-throttling.js" ,
2020 "author" : " Simon Grondin (http://github.com/SGrondin)" ,
Original file line number Diff line number Diff line change 11import { Octokit } from "@octokit/core" ;
2- import { throttling } from "../src/index " ;
2+ import { throttling } from "../pkg " ;
33// ************************************************************
44// THIS CODE IS NOT EXECUTED. IT IS FOR TYPECHECKING ONLY
55// ************************************************************
You can’t perform that action at this time.
0 commit comments