@solidity-parser/parser
Advanced tools
Comparing version 0.13.0-rc.6 to 0.13.0-rc.7
@@ -351,3 +351,3 @@ interface Location { | ||
export declare type BinOp = typeof binaryOpValues[number]; | ||
export declare const unaryOpValues: readonly ["-", "+", "++", "~", "after", "delete", "!"]; | ||
export declare const unaryOpValues: readonly ["-", "+", "++", "--", "~", "after", "delete", "!"]; | ||
export declare type UnaryOp = typeof unaryOpValues[number]; | ||
@@ -354,0 +354,0 @@ export interface BinaryOperation extends BaseASTNode { |
{ | ||
"name": "@solidity-parser/parser", | ||
"version": "0.13.0-rc.6", | ||
"version": "0.13.0-rc.7", | ||
"description": "A Solidity parser built from a robust ANTLR 4 grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -493,2 +493,3 @@ // Base on the original type definitions for solidity-parser-antlr 0.2 | ||
'++', | ||
'--', | ||
'~', | ||
@@ -495,0 +496,0 @@ 'after', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
9079268
96587