1
0
Fork 0
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:
Jonas Jenwald 2021-04-27 13:41:45 +02:00
parent e938c05edb
commit 66d9d83dcb
4 changed files with 247 additions and 226 deletions

View file

@ -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 () {