-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): improvements to internal types and
options
parameter (#642
) * fix(types): improvements to internal types and `options` parameter * fix: remove unneeded `ts-expext-errror` directive * chore: remove most `ts-expect-error` annotations * Add internal `State` type * Type the `wrapRequest()` function * Add type augmentation of `OctokitResponse` * fix: improve options type * style: prettier * fix: add missing type import * fix: move `ts-expext-error` directive * test: add `ts-expect-error` * build(deps): update `@octokit/types` * chore: remove more `ts-expect-error` * chore: move `ts-expect-error` directive directly before function * build: workaround typescript Build the project first, then import from the build and then do the type check
- Loading branch information
Showing
7 changed files
with
78 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters