feat/e2e-testing #31

Merged
max merged 10 commits from feat/e2e-testing into main 2026-02-03 22:29:44 +01:00
Showing only changes of commit d01038f927 - Show all commits

View File

@@ -88,7 +88,7 @@ function decode_recursive(dense: number[] | Int32Array, index = 0) {
dense,
index
);
decoded.push(p);
decoded.push(p as number[]);
index = nextIndex + 1;
nextBracketIndex = _nextBracketIndex;
} else {