@types/esprima
Advanced tools
Comparing version 2.1.33 to 2.1.34
@@ -16,3 +16,3 @@ // Type definitions for Esprima v2.1.0 | ||
function parse(code: string, options?: Options): ESTree.Program; | ||
function parse(code: string, options?: Options, delegate?: (node: ESTree.Node, meta: any) => void): ESTree.Program; | ||
function tokenize(code: string, options?: Options): Array<Token>; | ||
@@ -105,2 +105,2 @@ | ||
} | ||
} |
{ | ||
"name": "@types/esprima", | ||
"version": "2.1.33", | ||
"description": "TypeScript definitions for Esprima v2.1.0", | ||
"version": "2.1.34", | ||
"description": "TypeScript definitions for Esprima", | ||
"license": "MIT", | ||
"author": "teppeis <https://github.com/teppeis>, RReverser <https://github.com/RReverser>", | ||
"contributors": [ | ||
{ | ||
"name": "teppeis", | ||
"url": "https://github.com/teppeis" | ||
}, | ||
{ | ||
"name": "RReverser", | ||
"url": "https://github.com/RReverser" | ||
} | ||
], | ||
"main": "", | ||
@@ -16,4 +25,5 @@ "repository": { | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ddf6bfd06604edba9ac82753a18e869d5769edb51de82ede7cca26f273a97eba" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ed31757798b04c7923fced5d1fa32c607bb2784129b3ea76fe5d6aee5c4aecf2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Esprima v2.1.0 (http://esprima.org). | ||
This package contains type definitions for Esprima (http://esprima.org). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/esprima | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 19:54:59 GMT | ||
* File structure: UMD | ||
* Library Dependencies: estree | ||
* Module Dependencies: estree | ||
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT | ||
* Dependencies: estree | ||
* Global values: esprima | ||
@@ -17,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6297
95
17