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:
parent
cc3a6563ee
commit
b66f294f64
5 changed files with 4 additions and 4 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue