1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00
pdf.js/external/builder/fixtures_babel
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
..
blocks-expected.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
blocks.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
comments-expected.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
comments.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
constants-expected.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
constants.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
constructors-expected.js Update the Babel plugin to remove empty class constructors 2024-05-13 11:51:43 +02:00
constructors.js Update the Babel plugin to remove empty class constructors 2024-05-13 11:51:43 +02:00
deadcode-expected.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
deadcode.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
evals-expected.js Use JSON imports instead of PDFJSDev.json 2024-11-18 16:21:12 +01:00
evals.js Use JSON imports instead of PDFJSDev.json 2024-11-18 16:21:12 +01:00
ifs-expected.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
ifs.js Rename builder esprima fixtures to babel 2024-05-09 15:17:30 +02:00
ignore-expected.js Attempt to get bundlers to leave Emscripten Compiler generated URLs alone (issue 19761) 2025-04-04 11:45:54 +02:00
ignore.js Attempt to get bundlers to leave Emscripten Compiler generated URLs alone (issue 19761) 2025-04-04 11:45:54 +02:00
importalias-expected.js [api-minor] Attempt to improve support for using the PDF.js builds with Vite 2025-03-28 16:34:00 +01:00
importalias.js [api-minor] Attempt to improve support for using the PDF.js builds with Vite 2025-03-28 16:34:00 +01:00
staticblock-expected.js Update the Babel plugin to remove empty static blocks 2024-08-05 15:14:05 +02:00
staticblock.js Update the Babel plugin to remove empty static blocks 2024-08-05 15:14:05 +02:00