restructure
Advanced tools
Comparing version
{ | ||
"name": "restructure", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Declaratively encode and decode binary data", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ // Generated by CoffeeScript 1.7.1 | ||
var c, decodeValue, offset, ptr, relative, val; | ||
offset = this.offsetType.decode(stream); | ||
offset = this.offsetType.decode(stream, ctx); | ||
if (offset === this.options.nullValue && this.options.allowNull) { | ||
@@ -38,0 +38,0 @@ return null; |
Sorry, the diff of this file is not supported yet
127248
0.01%