solidity-ast
Advanced tools
Comparing version 0.4.42 to 0.4.43
{ | ||
"name": "solidity-ast", | ||
"version": "0.4.42", | ||
"version": "0.4.43", | ||
"description": "Solidity AST schema and type definitions", | ||
@@ -63,2 +63,5 @@ "author": "Francisco Giordano <frangio.1@gmail.com>", | ||
"solc-0.8.13": "npm:solc@0.8.13", | ||
"solc-0.8.15": "npm:solc@0.8.15", | ||
"solc-0.8.16": "npm:solc@0.8.16", | ||
"solc-0.8.17": "npm:solc@0.8.17", | ||
"typedoc": "^0.17.7", | ||
@@ -65,0 +68,0 @@ "typescript": "^4.2.4" |
@@ -212,2 +212,3 @@ /* tslint:disable */ | ||
names: string[]; | ||
nameLocations?: string[]; | ||
tryCall: boolean; | ||
@@ -293,2 +294,3 @@ nodeType: "FunctionCall"; | ||
memberName: string; | ||
memberLocation?: string; | ||
referencedDeclaration?: number | null; | ||
@@ -380,2 +382,3 @@ nodeType: "MemberAccess"; | ||
name: string; | ||
nameLocations?: string[]; | ||
referencedDeclaration: number; | ||
@@ -382,0 +385,0 @@ nodeType: "IdentifierPath"; |
Sorry, the diff of this file is too big to display
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
226472
10504
40