@types/estree
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -61,2 +61,3 @@ // Type definitions for ESTree AST specification | ||
body: Array<Statement | ModuleDeclaration>; | ||
comments?: Array<Comment>; | ||
} | ||
@@ -93,2 +94,3 @@ | ||
body: Array<Statement>; | ||
innerComments?: Array<Comment>; | ||
} | ||
@@ -95,0 +97,0 @@ |
{ | ||
"name": "@types/estree", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "TypeScript definitions for ESTree AST specification", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "5c7ac9ae7b67bcee409b5e8ca572bd64b1336caf472e50190327daf5f024b091", | ||
"typesPublisherContentHash": "27a92f458ca416ba37deb65c8d26dc1bc5a2c2f36e269efa1ce3c54dffc7786e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT | ||
* Last updated: Mon, 24 Jul 2017 18:01:45 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
16869
446