Rename external modules to index.d.ts

This commit is contained in:
Ryan Cavanaugh 2016-04-27 21:30:22 -07:00
parent a3b9cb53d0
commit 337587de8c
572 changed files with 21 additions and 5 deletions

View File

View File

@ -3,7 +3,6 @@
// Definitions by: Aya Morisawa <https://github.com/AyaMorisawa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* Test if a path is absolute
*/

View File

@ -5,6 +5,9 @@
/// <reference path="../estree/estree.d.ts" />
export as namespace acorn;
export = acorn;
declare namespace acorn {
var version: string;
function parse(input: string, options?: Options): ESTree.Program;
@ -62,7 +65,3 @@ declare namespace acorn {
plugins?: { [name: string]: Function; };
}
}
declare module "acorn" {
export = acorn
}

View File

View File

View File

View File

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More