-
Notifications
You must be signed in to change notification settings - Fork 176
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 gulp-util.json #832
Add gulp-util.json #832
Conversation
I just read about the namespace hack. I am using it internally: should I update my definitions ? |
Well, I checked some other typings and it looks like they are also using |
No, they are semantically incorrect by ES6 spec. It's a hack. For modules that use |
Thank you! |
I updated my definitions to use the latest version of |
LGTM. One minor note: https://github.com/demurgos/typed-gulp-util/blob/master/index.d.ts#L17 |
This is a remaining from when I was trying to re-export namespaces. Since there is no I just fixed it at the moment. |
Oh btw you can also just do |
Closing as gulp-util is deprecated |
Typings URL: https://github.com/demurgos/typed-gulp-util
Questions (for new typings):
index.js
<->index.d.ts
)?Change Summary (for existing typings):