mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-25 18:50:29 -06:00
Add newlines between concatted files in lib.d.ts
This commit is contained in:
parent
7a1635f2f4
commit
d4a7fac96e
@ -168,7 +168,7 @@ for (const i in libraryTargets) {
|
||||
gulp.task(target, false, [], function() {
|
||||
return gulp.src(sources)
|
||||
.pipe(newer(target))
|
||||
.pipe(concat(target, { newLine: "" }))
|
||||
.pipe(concat(target, { newLine: "\n\n" }))
|
||||
.pipe(gulp.dest("."));
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user