Skip to content

Commit 90ad8dc

Browse files
authored
Merge pull request #14330 from mihailik/patch-1
Promise is a duplicate here - fails to build
2 parents 14b0c77 + d7461c8 commit 90ad8dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gulpfile.ts

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ declare module "gulp-typescript" {
2121
import * as insert from "gulp-insert";
2222
import * as sourcemaps from "gulp-sourcemaps";
2323
import Q = require("q");
24-
declare global {
25-
// `del` further depends on `Promise` (and is also not included), so we just, patch the global scope's Promise to Q's (which we already include in our deps because gulp depends on it)
26-
type Promise<T> = Q.Promise<T>;
27-
}
2824
import del = require("del");
2925
import mkdirP = require("mkdirp");
3026
import minimist = require("minimist");

0 commit comments

Comments
 (0)