Fix runtests-browser in gulp, including RWC, remove into-stream (#17540)

This commit is contained in:
Wesley Wigham
2017-08-01 11:14:39 -07:00
committed by GitHub
parent b74ec1c58b
commit 2c2df9eec2
4 changed files with 62 additions and 46 deletions

View File

@@ -13,13 +13,5 @@ declare module "gulp-insert" {
export function transform(cb: (contents: string, file: {path: string, relative: string}) => string): NodeJS.ReadWriteStream; // file is a vinyl file
}
declare module "into-stream" {
function IntoStream(content: string | Buffer | (string | Buffer)[]): NodeJS.ReadableStream;
namespace IntoStream {
export function obj(content: any): NodeJS.ReadableStream
}
export = IntoStream;
}
declare module "sorcery";
declare module "travis-fold";