@types/estree
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -172,3 +172,3 @@ // Type definitions for ESTree AST specification | ||
interface BaseForXStatement extends BaseStatement { | ||
left: VariableDeclaration | Expression; | ||
left: VariableDeclaration | Pattern; | ||
right: Expression; | ||
@@ -175,0 +175,0 @@ body: Statement; |
{ | ||
"name": "@types/estree", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "TypeScript definitions for ESTree AST specification", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6c1401b5240814ed80f3c08a08f631fb37d320a4f62e93f0096798ba42cb2693", | ||
"typesPublisherContentHash": "5c7ac9ae7b67bcee409b5e8ca572bd64b1336caf472e50190327daf5f024b091", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 11 Apr 2017 19:35:28 GMT | ||
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT | ||
* Dependencies: none | ||
@@ -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
16806
4