Skip to content

Commit 79a797b

Browse files
committed
Update to bitjs 1.2.4
1 parent 1c4dd2b commit 79a797b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/bitjs/archive/rarvm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class VM_PreparedProgram {
336336

337337
/**
338338
*/
339-
class UnpackFilter {
339+
export class UnpackFilter {
340340
constructor() {
341341
/** @type {number} */
342342
this.BlockStart = 0;

code/bitjs/archive/unrar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import { BitStream } from '../io/bitstream.js';
1515
import { ByteStream } from '../io/bytestream.js';
1616
import { ByteBuffer } from '../io/bytebuffer.js';
17-
import { RarVM, VM_GLOBALMEMADDR, VM_GLOBALMEMSIZE, VM_FIXEDGLOBALSIZE, MAXWINMASK } from './rarvm.js';
17+
import { RarVM, UnpackFilter, VM_GLOBALMEMADDR, VM_GLOBALMEMSIZE, VM_FIXEDGLOBALSIZE, MAXWINMASK } from './rarvm.js';
1818

1919
const UnarchiveState = {
2020
NOT_STARTED: 0,

0 commit comments

Comments
 (0)