eslint-plugin-snarkyjs
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -12,3 +12,2 @@ "use strict"; | ||
'no-constructor-in-smart-contract', | ||
'always-export-in-smart-contract', | ||
]; | ||
@@ -15,0 +14,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any |
export declare const MAX_CONTRACT_STATES: 8; | ||
declare const SnarkyJSPrimitives: readonly ["Field", "Bool", "UInt32", "Uint64", "Scalar", "PrivateKey", "Group", "PublicKey", "Signature"]; | ||
declare const SnarkyJSPrimitives: readonly ["Field", "Bool", "UInt32", "UInt64", "Scalar", "PrivateKey", "Group", "PublicKey", "Signature"]; | ||
export declare type SnarkyJSPrimitive = typeof SnarkyJSPrimitives[number]; | ||
export declare function getSnarkyJSPrimitive(s: string): "Field" | "Bool" | "UInt32" | "Uint64" | "Scalar" | "PrivateKey" | "Group" | "PublicKey" | "Signature" | undefined; | ||
export declare const SnarkyJSPrimitiveSizeInfo: Record<"Field" | "Bool" | "UInt32" | "Uint64" | "Scalar" | "PrivateKey" | "Group" | "PublicKey" | "Signature", { | ||
export declare function getSnarkyJSPrimitive(s: string): "Field" | "Bool" | "UInt32" | "UInt64" | "Scalar" | "PrivateKey" | "Group" | "PublicKey" | "Signature" | undefined; | ||
export declare const SnarkyJSPrimitiveSizeInfo: Record<"Field" | "Bool" | "UInt32" | "UInt64" | "Scalar" | "PrivateKey" | "Group" | "PublicKey" | "Signature", { | ||
size: number; | ||
@@ -7,0 +7,0 @@ }>; |
@@ -9,3 +9,3 @@ "use strict"; | ||
'UInt32', | ||
'Uint64', | ||
'UInt64', | ||
'Scalar', | ||
@@ -26,3 +26,3 @@ 'PrivateKey', | ||
UInt32: { size: 1 }, | ||
Uint64: { size: 1 }, | ||
UInt64: { size: 1 }, | ||
PrivateKey: { size: 1 }, | ||
@@ -29,0 +29,0 @@ Group: { size: 2 }, |
{ | ||
"name": "eslint-plugin-snarkyjs", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "SnarkyJS rules for ESLint", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
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
113645
66
1861