Skip to content
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

Add definition for Gulp 4 #7425

Closed
demisx opened this issue Dec 30, 2015 · 3 comments
Closed

Add definition for Gulp 4 #7425

demisx opened this issue Dec 30, 2015 · 3 comments

Comments

@demisx
Copy link
Contributor

demisx commented Dec 30, 2015

Gulp 4 introduces new methods such as series() and parallel() that aren't part of the current gulp definition file.

@onigoetz
Copy link
Contributor

onigoetz commented Jun 9, 2017

I believe this was just done with #16121

@gluons
Copy link

gluons commented Feb 24, 2018

I still haven't seen series() and parallel() in @types/gulp@4.

gluons added a commit to gluons/Font-Awesome-Icon-Chars that referenced this issue Feb 24, 2018
- Update `gulpfile.ts` due to Gulp 4 API.
- Remove `@types/gulp`.
  `@types/gulp` currently still has no `series` and `parallel`. So, it will break Gulp process. 😑
  A definition for Gulp 4 has been requested in DefinitelyTyped/DefinitelyTyped#7425 but still haven't fully resolved. 😓
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@horiuchi @onigoetz @demisx @gluons @jakebailey and others