mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Update dependencies (#93)
This commit is contained in:
@ -545,7 +545,7 @@ export class ASTBuilder {
|
||||
}
|
||||
|
||||
visitIntegerLiteralExpression(node: IntegerLiteralExpression): void {
|
||||
this.sb.push(node.value.toString());
|
||||
this.sb.push(i64_to_string(node.value));
|
||||
}
|
||||
|
||||
visitStringLiteral(str: string, singleQuoted: bool = false): void {
|
||||
|
Reference in New Issue
Block a user