mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Merge pull request #9089 from yurydelendik/rm-chunks
Extracts OperatorList class and prepares for streaming
This commit is contained in:
commit
9686f6652c
5 changed files with 665 additions and 524 deletions
|
@ -15,8 +15,9 @@
|
|||
|
||||
import { Dict, Name } from '../../src/core/primitives';
|
||||
import { FormatError, OPS } from '../../src/shared/util';
|
||||
import { OperatorList, PartialEvaluator } from '../../src/core/evaluator';
|
||||
import { Stream, StringStream } from '../../src/core/stream';
|
||||
import { OperatorList } from '../../src/core/operator_list';
|
||||
import { PartialEvaluator } from '../../src/core/evaluator';
|
||||
import { WorkerTask } from '../../src/core/worker';
|
||||
import { XRefMock } from './test_utils';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue