@types/esprima
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -15,3 +15,3 @@ // Type definitions for Esprima 4.0 | ||
export interface Program extends ESTree.Program { | ||
tokens?: Token[]; | ||
tokens?: Token[] | undefined; | ||
} | ||
@@ -25,15 +25,15 @@ | ||
export interface ParseOptions { | ||
jsx?: boolean; | ||
range?: boolean; | ||
loc?: boolean; | ||
tolerant?: boolean; | ||
tokens?: boolean; | ||
comment?: boolean; | ||
jsx?: boolean | undefined; | ||
range?: boolean | undefined; | ||
loc?: boolean | undefined; | ||
tolerant?: boolean | undefined; | ||
tokens?: boolean | undefined; | ||
comment?: boolean | undefined; | ||
} | ||
export interface TokenizeOptions { | ||
tolerant?: boolean; | ||
range?: boolean; | ||
loc?: boolean; | ||
comment?: boolean; | ||
tolerant?: boolean | undefined; | ||
range?: boolean | undefined; | ||
loc?: boolean | undefined; | ||
comment?: boolean | undefined; | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "@types/esprima", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "TypeScript definitions for Esprima", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima", | ||
"license": "MIT", | ||
@@ -24,5 +25,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/esprima" | ||
}, | ||
@@ -33,4 +36,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "8ca9dba5c1c46956ec3278e9c3d35be391412e807210b4d17873ce8ada9d02f4", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "f7108e95f7f59c19f40c3f52c4a48c0a431bc6d56fa4f2f8329b7dd434289e95", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/esprima. | ||
Additional Details | ||
* Last updated: Tue, 01 May 2018 16:24:24 GMT | ||
* Dependencies: estree | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 19:03:40 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by teppeis <https://github.com/teppeis>, RReverser <https://github.com/RReverser>, peter-scott <https://github.com/peter-scott>. | ||
These definitions were written by [teppeis](https://github.com/teppeis), [RReverser](https://github.com/RReverser), and [peter-scott](https://github.com/peter-scott). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6818
0