Export VerboseOption, since it's imported in another file#1215
Export VerboseOption, since it's imported in another file#1215sindresorhus merged 1 commit intosindresorhus:mainfrom
VerboseOption, since it's imported in another file#1215Conversation
VerboseOption, since it's imported in another fileVerboseOption, since it's imported in another file
|
Hi @ndelangen, Thanks for this PR.
Can you please describe what the issue is? Including a minimal reproducing example using TypeScript playground and which type error you're getting. Thanks! |
|
Looks correct to me since it's imported here: execa/types/arguments/options.d.ts Line 6 in 103095f |
|
The reason it's not caught is because |
|
@ehmicky I can, but my use-case is rather niche, and so I doubt really anyone else would run into it. Since the fix seemed rather innocent and correct, I opened the PR without further explaining. The short version is: The |
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.6.0 | 9.6.1 | ## [v9.6.1](https://github.com/sindresorhus/execa/releases/tag/v9.6.1) - Fix `VerboseOption` type not being properly exported ([#1215](sindresorhus/execa#1215)) [`7891c39`](sindresorhus/execa@7891c39) ***
We use
execain Storybook, and we ran into an issue where the type definitions are not valid.