@types/estree
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -199,3 +199,4 @@ // Type definitions for ESTree AST specification | ||
type: "FunctionDeclaration"; | ||
id: Identifier; | ||
/** It is null when a function declaration is a part of the `export default function` statement */ | ||
id: Identifier | null; | ||
body: BlockStatement; | ||
@@ -477,3 +478,4 @@ } | ||
type: "ClassDeclaration"; | ||
id: Identifier; | ||
/** It is null when a class declaration is a part of the `export default class` statement */ | ||
id: Identifier | null; | ||
} | ||
@@ -480,0 +482,0 @@ |
{ | ||
"name": "@types/estree", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "TypeScript definitions for ESTree AST specification", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "19879f4eaa24d649d1de20d95bf747d91637d037470d47442d96dad57ec9a424", | ||
"typesPublisherContentHash": "427ba878ebb5570e15aab870f708720d146a1c4b272e4a9d9990db4d1d033170", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 13 Oct 2017 10:31:50 GMT | ||
* Last updated: Tue, 17 Apr 2018 20:22:09 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
17818
452