gulpjs / undertaker

Task registry that allows composition through series/parallel methods.
MIT License
200 stars 31 forks source link

Namespace 'Undertaker' has no exported member 'TaskCallback'. #99

Closed doubleforte closed 1 year ago

doubleforte commented 1 year ago

Not sure if this is the best place for this report. It involves Gulp, Undertaker, and the type definitions from DefinitelyTyped.

Dependabot is trying to update @types/gulp from DefinitelyTyped and it's failing do to:

node_modules/@types/gulp/index.d.ts:24:44 - error TS2694: Namespace 'Undertaker' has no exported member 'TaskCallback'.
[25](https://github.com/xxx/actions/runs/3464261957/jobs/5785574192#step:7:26)

[26](https://github.com/xxx/actions/runs/3464261957/jobs/5785574192#step:7:27)
24     type TaskFunctionCallback = Undertaker.TaskCallback;

Any ideas?

phated commented 1 year ago

We don't maintain types for undertaker or (almost) any other gulp projects. You probably need to bring this up with DefinitelyTyped.