@file-viewer/core 2.0.11 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +2 -2
- package/README.md +2 -2
- package/dist/config/options.d.ts +1 -1
- package/dist/config/options.js +1 -1
- package/dist/contracts/types.d.ts +76 -1
- package/dist/headless.d.ts +3 -3
- package/dist/headless.js +2 -2
- package/dist/index.d.ts +10 -7
- package/dist/index.js +106 -49
- package/dist/lifecycle/operations.d.ts +1 -0
- package/dist/lifecycle/operations.js +65 -6
- package/dist/platform/assets.d.ts +3 -1
- package/dist/platform/assets.js +43 -6
- package/dist/registry/capabilities.d.ts +2 -2
- package/dist/registry/capabilities.js +2 -1
- package/dist/registry/formats.d.ts +20 -7
- package/dist/registry/formats.js +14 -5
- package/dist/registry/registry.d.ts +8 -1
- package/dist/registry/registry.js +29 -0
- package/dist/renderers/image.js +1 -10
- package/dist/renderers/index.d.ts +320 -2
- package/dist/renderers/index.js +27 -157
- package/dist/viewer/createViewer.js +86 -3
- package/package.json +17 -44
- package/dist/renderers/archive.d.ts +0 -2
- package/dist/renderers/archive.js +0 -547
- package/dist/renderers/archiveCache.d.ts +0 -10
- package/dist/renderers/archiveCache.js +0 -96
- package/dist/renderers/archiveFallback.d.ts +0 -7
- package/dist/renderers/archiveFallback.js +0 -166
- package/dist/renderers/archiveShared.d.ts +0 -23
- package/dist/renderers/archiveShared.js +0 -71
- package/dist/renderers/audio.d.ts +0 -8
- package/dist/renderers/audio.js +0 -219
- package/dist/renderers/cad.d.ts +0 -2
- package/dist/renderers/cad.js +0 -446
- package/dist/renderers/code.d.ts +0 -11
- package/dist/renderers/code.js +0 -233
- package/dist/renderers/data.d.ts +0 -7
- package/dist/renderers/data.js +0 -370
- package/dist/renderers/drawing.d.ts +0 -10
- package/dist/renderers/drawing.js +0 -882
- package/dist/renderers/eda.d.ts +0 -2
- package/dist/renderers/eda.js +0 -434
- package/dist/renderers/edaParser.d.ts +0 -77
- package/dist/renderers/edaParser.js +0 -569
- package/dist/renderers/email.d.ts +0 -2
- package/dist/renderers/email.js +0 -463
- package/dist/renderers/epub.d.ts +0 -2
- package/dist/renderers/epub.js +0 -331
- package/dist/renderers/geo.d.ts +0 -2
- package/dist/renderers/geo.js +0 -284
- package/dist/renderers/markdown.d.ts +0 -2
- package/dist/renderers/markdown.js +0 -83
- package/dist/renderers/model.d.ts +0 -2
- package/dist/renderers/model.js +0 -567
- package/dist/renderers/ofd.d.ts +0 -2
- package/dist/renderers/ofd.js +0 -256
- package/dist/renderers/openDocument.d.ts +0 -2
- package/dist/renderers/openDocument.js +0 -122
- package/dist/renderers/pdf.d.ts +0 -3
- package/dist/renderers/pdf.js +0 -1001
- package/dist/renderers/pdfStyles.d.ts +0 -1
- package/dist/renderers/pdfStyles.js +0 -1
- package/dist/renderers/pptx.d.ts +0 -2
- package/dist/renderers/pptx.js +0 -217
- package/dist/renderers/spreadsheet/state.d.ts +0 -80
- package/dist/renderers/spreadsheet/state.js +0 -96
- package/dist/renderers/spreadsheet/view.d.ts +0 -25
- package/dist/renderers/spreadsheet/view.js +0 -833
- package/dist/renderers/spreadsheet/worker/index.d.ts +0 -2
- package/dist/renderers/spreadsheet/worker/index.js +0 -1
- package/dist/renderers/spreadsheet/worker/sheetjs/SheetJsModel.d.ts +0 -73
- package/dist/renderers/spreadsheet/worker/sheetjs/SheetJsModel.js +0 -623
- package/dist/renderers/spreadsheet/worker/sheetjs/color.d.ts +0 -2
- package/dist/renderers/spreadsheet/worker/sheetjs/color.js +0 -73
- package/dist/renderers/spreadsheet/worker/sheetjs/index.d.ts +0 -1
- package/dist/renderers/spreadsheet/worker/sheetjs/index.js +0 -1
- package/dist/renderers/spreadsheet/worker/sheetjs/parser.d.ts +0 -18
- package/dist/renderers/spreadsheet/worker/sheetjs/parser.js +0 -106
- package/dist/renderers/spreadsheet/worker/sheetjs/sheet.worker.d.ts +0 -1
- package/dist/renderers/spreadsheet/worker/sheetjs/sheet.worker.js +0 -11
- package/dist/renderers/spreadsheet/worker/type.d.ts +0 -57
- package/dist/renderers/spreadsheet/worker/type.js +0 -1
- package/dist/renderers/spreadsheet.d.ts +0 -3
- package/dist/renderers/spreadsheet.js +0 -929
- package/dist/renderers/typst.d.ts +0 -8
- package/dist/renderers/typst.js +0 -547
- package/dist/renderers/umd/parser.d.ts +0 -30
- package/dist/renderers/umd/parser.js +0 -408
- package/dist/renderers/umd.d.ts +0 -2
- package/dist/renderers/umd.js +0 -297
- package/dist/renderers/video.d.ts +0 -8
- package/dist/renderers/video.js +0 -108
- package/dist/renderers/wordDoc.d.ts +0 -5
- package/dist/renderers/wordDoc.js +0 -284
- package/dist/renderers/wordDocx.d.ts +0 -5
- package/dist/renderers/wordDocx.js +0 -985
- package/dist/renderers/wordDocx.worker.d.ts +0 -1
- package/dist/renderers/wordDocx.worker.js +0 -96
- package/vendor/ofd/dltech/jbig2/arithmetic_decoder.js +0 -183
- package/vendor/ofd/dltech/jbig2/ccitt.js +0 -1070
- package/vendor/ofd/dltech/jbig2/compatibility.js +0 -12
- package/vendor/ofd/dltech/jbig2/core_utils.js +0 -180
- package/vendor/ofd/dltech/jbig2/is_node.js +0 -27
- package/vendor/ofd/dltech/jbig2/jbig2.js +0 -2589
- package/vendor/ofd/dltech/jbig2/jbig2_stream.js +0 -81
- package/vendor/ofd/dltech/jbig2/primitives.js +0 -387
- package/vendor/ofd/dltech/jbig2/stream.js +0 -1348
- package/vendor/ofd/dltech/jbig2/util.js +0 -972
- package/vendor/ofd/dltech/ofd/ofd.d.ts +0 -11
- package/vendor/ofd/dltech/ofd/ofd.js +0 -100
- package/vendor/ofd/dltech/ofd/ofd_parser.js +0 -395
- package/vendor/ofd/dltech/ofd/ofd_render.js +0 -473
- package/vendor/ofd/dltech/ofd/ofd_util.js +0 -350
- package/vendor/ofd/dltech/ofd/pipeline.js +0 -26
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { renderAsync } from '@file-viewer/docx';
|
|
2
|
-
import { DOMParser, XMLSerializer } from '@xmldom/xmldom';
|
|
3
|
-
import { parseHTML } from 'linkedom';
|
|
4
|
-
const ctx = self;
|
|
5
|
-
const getFirstElementChild = function () {
|
|
6
|
-
const nodes = this.childNodes;
|
|
7
|
-
if (!nodes) {
|
|
8
|
-
return null;
|
|
9
|
-
}
|
|
10
|
-
for (let index = 0; index < nodes.length; index += 1) {
|
|
11
|
-
const child = typeof nodes.item === 'function' ? nodes.item(index) : nodes[index];
|
|
12
|
-
if ((child === null || child === void 0 ? void 0 : child.nodeType) === 1) {
|
|
13
|
-
return child;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
return null;
|
|
17
|
-
};
|
|
18
|
-
const ensureFirstElementChild = (node) => {
|
|
19
|
-
if (!node || typeof node !== 'object') {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const prototype = Object.getPrototypeOf(node);
|
|
23
|
-
if (!prototype || Object.prototype.hasOwnProperty.call(prototype, 'firstElementChild')) {
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
Object.defineProperty(prototype, 'firstElementChild', {
|
|
27
|
-
configurable: true,
|
|
28
|
-
get: getFirstElementChild,
|
|
29
|
-
});
|
|
30
|
-
};
|
|
31
|
-
class BrowserLikeXmlDomParser extends DOMParser {
|
|
32
|
-
parseFromString(source, mimeType) {
|
|
33
|
-
const xmlDocument = super.parseFromString(source, mimeType);
|
|
34
|
-
ensureFirstElementChild(xmlDocument);
|
|
35
|
-
ensureFirstElementChild(xmlDocument.documentElement);
|
|
36
|
-
return xmlDocument;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
const toErrorPayload = (id, error) => {
|
|
40
|
-
if (error instanceof Error) {
|
|
41
|
-
return {
|
|
42
|
-
id,
|
|
43
|
-
ok: false,
|
|
44
|
-
message: error.message,
|
|
45
|
-
stack: error.stack,
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
return {
|
|
49
|
-
id,
|
|
50
|
-
ok: false,
|
|
51
|
-
message: String(error),
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
const installDomRuntime = () => {
|
|
55
|
-
const { window } = parseHTML('<!doctype html><html><head></head><body></body></html>');
|
|
56
|
-
const runtime = globalThis;
|
|
57
|
-
runtime.window = window;
|
|
58
|
-
runtime.document = window.document;
|
|
59
|
-
// @file-viewer/docx expects browser XML namespace behavior where `<w:body>` has
|
|
60
|
-
// localName === "body"; linkedom keeps prefixes, so XML parsing uses xmldom.
|
|
61
|
-
runtime.DOMParser = BrowserLikeXmlDomParser;
|
|
62
|
-
runtime.Node = window.Node;
|
|
63
|
-
runtime.Element = window.Element;
|
|
64
|
-
runtime.HTMLElement = window.HTMLElement;
|
|
65
|
-
runtime.DocumentFragment = window.DocumentFragment;
|
|
66
|
-
runtime.XMLSerializer = XMLSerializer;
|
|
67
|
-
return window.document;
|
|
68
|
-
};
|
|
69
|
-
const renderDocxToHtml = async (request) => {
|
|
70
|
-
const document = installDomRuntime();
|
|
71
|
-
const styleContainer = document.createElement('div');
|
|
72
|
-
const bodyContainer = document.createElement('div');
|
|
73
|
-
document.body.append(styleContainer, bodyContainer);
|
|
74
|
-
await renderAsync(request.buffer, bodyContainer, styleContainer, {
|
|
75
|
-
...request.options,
|
|
76
|
-
// Tab stop calculation depends on browser layout APIs and cannot be trusted in Worker DOM.
|
|
77
|
-
experimental: false,
|
|
78
|
-
// Worker output must inline binary assets because the worker is terminated immediately.
|
|
79
|
-
useBase64URL: true,
|
|
80
|
-
});
|
|
81
|
-
return `${styleContainer.innerHTML}${bodyContainer.innerHTML}`;
|
|
82
|
-
};
|
|
83
|
-
ctx.addEventListener('message', async (event) => {
|
|
84
|
-
const request = event.data;
|
|
85
|
-
try {
|
|
86
|
-
const html = await renderDocxToHtml(request);
|
|
87
|
-
ctx.postMessage({
|
|
88
|
-
id: request.id,
|
|
89
|
-
ok: true,
|
|
90
|
-
html,
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
catch (error) {
|
|
94
|
-
ctx.postMessage(toErrorPayload(request.id, error));
|
|
95
|
-
}
|
|
96
|
-
});
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
/* Copyright 2012 Mozilla Foundation
|
|
2
|
-
*
|
|
3
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
* you may not use this file except in compliance with the License.
|
|
5
|
-
* You may obtain a copy of the License at
|
|
6
|
-
*
|
|
7
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
*
|
|
9
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
* See the License for the specific language governing permissions and
|
|
13
|
-
* limitations under the License.
|
|
14
|
-
*/
|
|
15
|
-
/* eslint no-var: error */
|
|
16
|
-
|
|
17
|
-
// Table C-2
|
|
18
|
-
const QeTable = [
|
|
19
|
-
{ qe: 0x5601, nmps: 1, nlps: 1, switchFlag: 1 },
|
|
20
|
-
{ qe: 0x3401, nmps: 2, nlps: 6, switchFlag: 0 },
|
|
21
|
-
{ qe: 0x1801, nmps: 3, nlps: 9, switchFlag: 0 },
|
|
22
|
-
{ qe: 0x0ac1, nmps: 4, nlps: 12, switchFlag: 0 },
|
|
23
|
-
{ qe: 0x0521, nmps: 5, nlps: 29, switchFlag: 0 },
|
|
24
|
-
{ qe: 0x0221, nmps: 38, nlps: 33, switchFlag: 0 },
|
|
25
|
-
{ qe: 0x5601, nmps: 7, nlps: 6, switchFlag: 1 },
|
|
26
|
-
{ qe: 0x5401, nmps: 8, nlps: 14, switchFlag: 0 },
|
|
27
|
-
{ qe: 0x4801, nmps: 9, nlps: 14, switchFlag: 0 },
|
|
28
|
-
{ qe: 0x3801, nmps: 10, nlps: 14, switchFlag: 0 },
|
|
29
|
-
{ qe: 0x3001, nmps: 11, nlps: 17, switchFlag: 0 },
|
|
30
|
-
{ qe: 0x2401, nmps: 12, nlps: 18, switchFlag: 0 },
|
|
31
|
-
{ qe: 0x1c01, nmps: 13, nlps: 20, switchFlag: 0 },
|
|
32
|
-
{ qe: 0x1601, nmps: 29, nlps: 21, switchFlag: 0 },
|
|
33
|
-
{ qe: 0x5601, nmps: 15, nlps: 14, switchFlag: 1 },
|
|
34
|
-
{ qe: 0x5401, nmps: 16, nlps: 14, switchFlag: 0 },
|
|
35
|
-
{ qe: 0x5101, nmps: 17, nlps: 15, switchFlag: 0 },
|
|
36
|
-
{ qe: 0x4801, nmps: 18, nlps: 16, switchFlag: 0 },
|
|
37
|
-
{ qe: 0x3801, nmps: 19, nlps: 17, switchFlag: 0 },
|
|
38
|
-
{ qe: 0x3401, nmps: 20, nlps: 18, switchFlag: 0 },
|
|
39
|
-
{ qe: 0x3001, nmps: 21, nlps: 19, switchFlag: 0 },
|
|
40
|
-
{ qe: 0x2801, nmps: 22, nlps: 19, switchFlag: 0 },
|
|
41
|
-
{ qe: 0x2401, nmps: 23, nlps: 20, switchFlag: 0 },
|
|
42
|
-
{ qe: 0x2201, nmps: 24, nlps: 21, switchFlag: 0 },
|
|
43
|
-
{ qe: 0x1c01, nmps: 25, nlps: 22, switchFlag: 0 },
|
|
44
|
-
{ qe: 0x1801, nmps: 26, nlps: 23, switchFlag: 0 },
|
|
45
|
-
{ qe: 0x1601, nmps: 27, nlps: 24, switchFlag: 0 },
|
|
46
|
-
{ qe: 0x1401, nmps: 28, nlps: 25, switchFlag: 0 },
|
|
47
|
-
{ qe: 0x1201, nmps: 29, nlps: 26, switchFlag: 0 },
|
|
48
|
-
{ qe: 0x1101, nmps: 30, nlps: 27, switchFlag: 0 },
|
|
49
|
-
{ qe: 0x0ac1, nmps: 31, nlps: 28, switchFlag: 0 },
|
|
50
|
-
{ qe: 0x09c1, nmps: 32, nlps: 29, switchFlag: 0 },
|
|
51
|
-
{ qe: 0x08a1, nmps: 33, nlps: 30, switchFlag: 0 },
|
|
52
|
-
{ qe: 0x0521, nmps: 34, nlps: 31, switchFlag: 0 },
|
|
53
|
-
{ qe: 0x0441, nmps: 35, nlps: 32, switchFlag: 0 },
|
|
54
|
-
{ qe: 0x02a1, nmps: 36, nlps: 33, switchFlag: 0 },
|
|
55
|
-
{ qe: 0x0221, nmps: 37, nlps: 34, switchFlag: 0 },
|
|
56
|
-
{ qe: 0x0141, nmps: 38, nlps: 35, switchFlag: 0 },
|
|
57
|
-
{ qe: 0x0111, nmps: 39, nlps: 36, switchFlag: 0 },
|
|
58
|
-
{ qe: 0x0085, nmps: 40, nlps: 37, switchFlag: 0 },
|
|
59
|
-
{ qe: 0x0049, nmps: 41, nlps: 38, switchFlag: 0 },
|
|
60
|
-
{ qe: 0x0025, nmps: 42, nlps: 39, switchFlag: 0 },
|
|
61
|
-
{ qe: 0x0015, nmps: 43, nlps: 40, switchFlag: 0 },
|
|
62
|
-
{ qe: 0x0009, nmps: 44, nlps: 41, switchFlag: 0 },
|
|
63
|
-
{ qe: 0x0005, nmps: 45, nlps: 42, switchFlag: 0 },
|
|
64
|
-
{ qe: 0x0001, nmps: 45, nlps: 43, switchFlag: 0 },
|
|
65
|
-
{ qe: 0x5601, nmps: 46, nlps: 46, switchFlag: 0 },
|
|
66
|
-
];
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* This class implements the QM Coder decoding as defined in
|
|
70
|
-
* JPEG 2000 Part I Final Committee Draft Version 1.0
|
|
71
|
-
* Annex C.3 Arithmetic decoding procedure
|
|
72
|
-
* available at http://www.jpeg.org/public/fcd15444-1.pdf
|
|
73
|
-
*
|
|
74
|
-
* The arithmetic decoder is used in conjunction with context models to decode
|
|
75
|
-
* JPEG2000 and JBIG2 streams.
|
|
76
|
-
*/
|
|
77
|
-
class ArithmeticDecoder {
|
|
78
|
-
// C.3.5 Initialisation of the decoder (INITDEC)
|
|
79
|
-
constructor(data, start, end) {
|
|
80
|
-
this.data = data;
|
|
81
|
-
this.bp = start;
|
|
82
|
-
this.dataEnd = end;
|
|
83
|
-
|
|
84
|
-
this.chigh = data[start];
|
|
85
|
-
this.clow = 0;
|
|
86
|
-
|
|
87
|
-
this.byteIn();
|
|
88
|
-
|
|
89
|
-
this.chigh = ((this.chigh << 7) & 0xffff) | ((this.clow >> 9) & 0x7f);
|
|
90
|
-
this.clow = (this.clow << 7) & 0xffff;
|
|
91
|
-
this.ct -= 7;
|
|
92
|
-
this.a = 0x8000;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// C.3.4 Compressed data input (BYTEIN)
|
|
96
|
-
byteIn() {
|
|
97
|
-
const data = this.data;
|
|
98
|
-
let bp = this.bp;
|
|
99
|
-
|
|
100
|
-
if (data[bp] === 0xff) {
|
|
101
|
-
if (data[bp + 1] > 0x8f) {
|
|
102
|
-
this.clow += 0xff00;
|
|
103
|
-
this.ct = 8;
|
|
104
|
-
} else {
|
|
105
|
-
bp++;
|
|
106
|
-
this.clow += data[bp] << 9;
|
|
107
|
-
this.ct = 7;
|
|
108
|
-
this.bp = bp;
|
|
109
|
-
}
|
|
110
|
-
} else {
|
|
111
|
-
bp++;
|
|
112
|
-
this.clow += bp < this.dataEnd ? data[bp] << 8 : 0xff00;
|
|
113
|
-
this.ct = 8;
|
|
114
|
-
this.bp = bp;
|
|
115
|
-
}
|
|
116
|
-
if (this.clow > 0xffff) {
|
|
117
|
-
this.chigh += this.clow >> 16;
|
|
118
|
-
this.clow &= 0xffff;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// C.3.2 Decoding a decision (DECODE)
|
|
123
|
-
readBit(contexts, pos) {
|
|
124
|
-
// Contexts are packed into 1 byte:
|
|
125
|
-
// highest 7 bits carry cx.index, lowest bit carries cx.mps
|
|
126
|
-
let cx_index = contexts[pos] >> 1,
|
|
127
|
-
cx_mps = contexts[pos] & 1;
|
|
128
|
-
const qeTableIcx = QeTable[cx_index];
|
|
129
|
-
const qeIcx = qeTableIcx.qe;
|
|
130
|
-
let d;
|
|
131
|
-
let a = this.a - qeIcx;
|
|
132
|
-
|
|
133
|
-
if (this.chigh < qeIcx) {
|
|
134
|
-
// exchangeLps
|
|
135
|
-
if (a < qeIcx) {
|
|
136
|
-
a = qeIcx;
|
|
137
|
-
d = cx_mps;
|
|
138
|
-
cx_index = qeTableIcx.nmps;
|
|
139
|
-
} else {
|
|
140
|
-
a = qeIcx;
|
|
141
|
-
d = 1 ^ cx_mps;
|
|
142
|
-
if (qeTableIcx.switchFlag === 1) {
|
|
143
|
-
cx_mps = d;
|
|
144
|
-
}
|
|
145
|
-
cx_index = qeTableIcx.nlps;
|
|
146
|
-
}
|
|
147
|
-
} else {
|
|
148
|
-
this.chigh -= qeIcx;
|
|
149
|
-
if ((a & 0x8000) !== 0) {
|
|
150
|
-
this.a = a;
|
|
151
|
-
return cx_mps;
|
|
152
|
-
}
|
|
153
|
-
// exchangeMps
|
|
154
|
-
if (a < qeIcx) {
|
|
155
|
-
d = 1 ^ cx_mps;
|
|
156
|
-
if (qeTableIcx.switchFlag === 1) {
|
|
157
|
-
cx_mps = d;
|
|
158
|
-
}
|
|
159
|
-
cx_index = qeTableIcx.nlps;
|
|
160
|
-
} else {
|
|
161
|
-
d = cx_mps;
|
|
162
|
-
cx_index = qeTableIcx.nmps;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
// C.3.3 renormD;
|
|
166
|
-
do {
|
|
167
|
-
if (this.ct === 0) {
|
|
168
|
-
this.byteIn();
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
a <<= 1;
|
|
172
|
-
this.chigh = ((this.chigh << 1) & 0xffff) | ((this.clow >> 15) & 1);
|
|
173
|
-
this.clow = (this.clow << 1) & 0xffff;
|
|
174
|
-
this.ct--;
|
|
175
|
-
} while ((a & 0x8000) === 0);
|
|
176
|
-
this.a = a;
|
|
177
|
-
|
|
178
|
-
contexts[pos] = (cx_index << 1) | cx_mps;
|
|
179
|
-
return d;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export { ArithmeticDecoder };
|