-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"killOthers" missing from "ConcurrentlyOptions" type #424
Comments
It appears that my confusion stems from multiple duplicate variable names within the code. This copy of Lines 21 to 92 in a0dcbd9
In order to use that copy of tl;drThis works: import concurrently from 'concurrently'; This does not work: import {concurrently} from 'concurrently'; |
Why did you close it? It's clearly a typing issue which can only be fixed upstream. |
It's more of a code organization problem than a type issue. The type and export names conflict with each other so it's a bit confusing. (While that organization problem definitely requires an upstream fix, as you said, it's not really the scope of this ticket.) As I discovered above, if you use the default export then you'll have the export that does include the
|
I think that's what we track in #399. |
killOthers
is listed in the README:concurrently/README.md
Lines 330 to 331 in a0dcbd9
But it is not listed in the types:
concurrently/src/concurrently.ts
Lines 51 to 125 in a0dcbd9
The text was updated successfully, but these errors were encountered: