1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +02:00

Move the XML-parser to the src/core/-folder

With the previous patch this functionality is now *only* accessed on the worker-thread, hence it's no longer necessary to include it in the *built* `pdf.js` file.
This commit is contained in:
Jonas Jenwald 2021-02-16 14:13:46 +01:00
parent cc3a6563ee
commit b66f294f64
5 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
*/
import { parseXFAPath } from "../../src/core/core_utils.js";
import { SimpleXMLParser } from "../../src/shared/xml_parser.js";
import { SimpleXMLParser } from "../../src/core/xml_parser.js";
describe("XML", function () {
describe("searchNode", function () {