-
Notifications
You must be signed in to change notification settings - Fork 6
Drop dependency on deprecated gulp-util #10
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
Conversation
The Ci passed on Node 8, but it failed on Node 6 and Node 4, after I researched, this issue is related to typescript, right now, the code can just passed on TS 2.4.2, will break on the next versions, so I will just pin the TS to 2.4.2. Issues got from the Travis CI, which related to params.spec.ts Issues(partial)TSError: ⨯ Unable to compile TypeScript spec/params.spec.ts (19,36): Value of type '{ (value: T): T; (): undefined; }' has no properties in common with type '{ encoding?: null | undefined; thisArg?: any; }'. Did you mean to call it? (2560) at getOutput (/home/travis/build/mcmath/gulp-transform/node_modules/ts-node/src/index.ts:307:15) at /home/travis/build/mcmath/gulp-transform/node_modules/ts-node/src/index.ts:336:16 |
@mcmath ping? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just remove @types/plugin-error
.
@mcmath
Could we have this merged and published?
package.json
Outdated
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.0.1", | ||
"@types/chai-as-promised": "0.0.31", | ||
"@types/lodash": "^4.14.71", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "*", | ||
"@types/plugin-error": "^0.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugin-error
bundles its own types: no need for the old @types/plugin-error
package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @demurgos, removed
@demurgos Can we get this merged? |
I would like to, but I am not a maintainer of this repo. /cc @mcmath |
closes #9