mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
refine types in decode.js
PiperOrigin-RevId: 545575363
This commit is contained in:
parent
bc32ae12d5
commit
28257b2e67
@ -2024,7 +2024,7 @@ let makeBrotliDecode = () => {
|
||||
this.cdBrLength = 0;
|
||||
/** @type {number} */
|
||||
this.cdBrCopied = 0;
|
||||
/** @type {!Array} */
|
||||
/** @type {!Array<?Int8Array>} */
|
||||
this.cdChunks = new Array(0);
|
||||
/** @type {!Int32Array} */
|
||||
this.cdChunkOffsets = new Int32Array(0);
|
||||
|
@ -6,9 +6,9 @@
|
||||
},
|
||||
"files": [
|
||||
"cli.js",
|
||||
"decode.js",
|
||||
"decode.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"yargs": "~8.0.2"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user