aqua-compiler
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -201,3 +201,3 @@ "use strict"; | ||
this.codeEmitter.add(`itxn_field ${unquote(node.children[0].args[0])}`); | ||
this.codeEmitter.add(`int 0`); // Need to balance the stack here even though this value should never be used. | ||
// Don't need the extra item on the stack here because we are discarding the first parameter which is on the stack. | ||
}, | ||
@@ -204,0 +204,0 @@ itxn_submit: (node) => { |
{ | ||
"name": "aqua-compiler", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "An expressive high level language for the Algorand block chain that compiles to TEAL code.", | ||
@@ -5,0 +5,0 @@ "main": "build/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
325430