Use sorcery to merge sourcemaps between browserify and gulp-typescript (#9439)

* Use sorcery to merge sourcemaps between browserify and gulp-typescript

* Use shorthand

* Fix nit

* move comments, change loop into map

* Ahahaha, we should run code before pushing it

* Move conditional into call
This commit is contained in:
Wesley Wigham
2016-07-15 16:55:16 -07:00
committed by GitHub
parent 859bd1b823
commit 761482cf5e
5 changed files with 40 additions and 6 deletions

View File

@@ -19,4 +19,6 @@ declare module "into-stream" {
export function obj(content: any): NodeJS.ReadableStream
}
export = IntoStream;
}
}
declare module "sorcery";