mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Move the PredictorStream
from src/core/stream.js
and into its own file
This commit is contained in:
parent
e938c05edb
commit
66d9d83dcb
4 changed files with 247 additions and 226 deletions
|
@ -13,8 +13,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { PredictorStream, Stream } from "../../src/core/stream.js";
|
||||
import { Dict } from "../../src/core/primitives.js";
|
||||
import { PredictorStream } from "../../src/core/predictor_stream.js";
|
||||
import { Stream } from "../../src/core/stream.js";
|
||||
|
||||
describe("stream", function () {
|
||||
beforeEach(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue