@types/esprima
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -33,2 +33,3 @@ // Type definitions for Esprima 4.0 | ||
export interface TokenizeOptions { | ||
tolerant?: boolean; | ||
range?: boolean; | ||
@@ -35,0 +36,0 @@ loc?: boolean; |
{ | ||
"name": "@types/esprima", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for Esprima", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e98814f35e48f656e17e4c5f2e571a757509be1d429bebcd8ca32d42181b51de", | ||
"typesPublisherContentHash": "8ca9dba5c1c46956ec3278e9c3d35be391412e807210b4d17873ce8ada9d02f4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 18 Sep 2017 14:08:00 GMT | ||
* Last updated: Tue, 01 May 2018 16:24:24 GMT | ||
* Dependencies: estree | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6620
99