mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
includeContext -> includeContent and fix overload signature ordering in 'gulp-sourcemaps'.
This commit is contained in:
Vendored
+2
-2
@@ -17,12 +17,12 @@ declare module "gulp-sourcemaps" {
|
||||
|
||||
interface WriteOptions {
|
||||
addComment?: boolean;
|
||||
includeContext?: boolean;
|
||||
includeContent?: boolean;
|
||||
sourceRoot?: string | WriteMapper;
|
||||
sourceMappingURLPrefix?: string | WriteMapper;
|
||||
}
|
||||
|
||||
export function init(opts?: InitOptions): NodeJS.ReadWriteStream;
|
||||
export function write(opts?: WriteOptions): NodeJS.ReadWriteStream;
|
||||
export function write(path?: string, opts?: WriteOptions): NodeJS.ReadWriteStream;
|
||||
export function write(opts?: WriteOptions): NodeJS.ReadWriteStream;
|
||||
}
|
||||
Reference in New Issue
Block a user