mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -8,7 +8,7 @@
|
||||
declare module "gulp-typescript" {
|
||||
function GulpTypescript(params?: GulpTypescript.Params, filters?: GulpTypescript.FilterSettings, reporter?: GulpTypescript.Reporter): GulpTypescript.CompilationStream;
|
||||
|
||||
module GulpTypescript {
|
||||
namespace GulpTypescript {
|
||||
export function createProject(params?: Params): Project;
|
||||
export function createProject(file: string, params?: Params): Project;
|
||||
export function filter(filters: FilterSettings): CompilationStream;
|
||||
@@ -62,7 +62,7 @@ declare module "gulp-typescript" {
|
||||
js: NodeJS.ReadWriteStream;
|
||||
}
|
||||
|
||||
module reporter {
|
||||
namespace reporter {
|
||||
function nullReporter(): Reporter;
|
||||
function defaultReporter(): Reporter;
|
||||
function fullReporter(showFullFilename?: boolean): Reporter;
|
||||
|
||||
Reference in New Issue
Block a user