as-string-sink
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -130,7 +130,3 @@ const MIN_BUFFER_LEN = 32; | ||
clear(): void { | ||
this.offset = 0; | ||
this.buffer = changetype<ArrayBuffer>(__renew( | ||
changetype<usize>(this.buffer), | ||
MIN_BUFFER_SIZE | ||
)); | ||
this.reserve(0, true); | ||
} | ||
@@ -137,0 +133,0 @@ |
{ | ||
"name": "as-string-sink", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@as-pect/cli": "^6.1.1", | ||
"assemblyscript": "^0.19.2" | ||
"@as-pect/cli": "^6.2.4", | ||
"assemblyscript": "^0.19.5" | ||
}, | ||
@@ -31,0 +31,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
672545
274