We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e1c91 commit 1680e4eCopy full SHA for 1680e4e
src/compiler.js
@@ -104,7 +104,8 @@ class CompiledProtodef {
104
return {
105
data: value,
106
metadata: { size },
107
- buffer: buffer.slice(0, size)
+ buffer: buffer.slice(0, size),
108
+ fullBuffer: buffer
109
}
110
111
src/protodef.js
@@ -156,7 +156,8 @@ class ProtoDef {
156
metadata: {
157
size: size
158
},
159
160
161
162
163
0 commit comments