1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 01:28:06 +02:00
pdf.js/external/builder
Jonas Jenwald 20e06c4bb5 Attempt to get bundlers to leave Emscripten Compiler generated URLs alone (issue 19761)
Note that we load all wasm-files manually, however the Emscripten Compiler (emcc) unfortunately generates `URL`s for fallback wasm-file loading.
In the PDF.js build-scripts we work-around that by using suitable Webpack-options, however that apparently doesn't work when third-party users re-bundle our code and we thus try to work-around this by adding "ignore comments" to these `URL`s (similar to how we handle `import`-statements).
2025-04-04 11:45:54 +02:00
..
fixtures Handle CSS-comments better in the preprocess-function (PR 14963 follow-up) 2022-06-02 16:06:47 +02:00
fixtures_babel Attempt to get bundlers to leave Emscripten Compiler generated URLs alone (issue 19761) 2025-04-04 11:45:54 +02:00
babel-plugin-pdfjs-preprocessor.mjs Attempt to get bundlers to leave Emscripten Compiler generated URLs alone (issue 19761) 2025-04-04 11:45:54 +02:00
builder.mjs Use more optional chaining, and other modern JS, in the building code 2024-02-19 11:34:48 +01:00
test-fixtures.mjs Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
test-fixtures_babel.mjs Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00