pdf.js/external/builder
Jonas Jenwald 6a78cf0d93 Remove support for require statements from the build system
This part of the (modern) preprocessor is now dead code, since we no longer use `require` statements anywhere in the main code-base.

Note that as part of the changes leading up to PDF.js version `4` we removed all[1] the remaining `require` statements, and we also have an ESLint rule to ensure that no new ones are accidentally added.

---
[1] With two small exceptions, in benchmarking-code and in the Webpack-example.
2024-02-07 13:34:46 +01:00
..
fixtures Handle CSS-comments better in the preprocess-function (PR 14963 follow-up) 2022-06-02 16:06:47 +02:00
fixtures_esprima Remove support for require statements from the build system 2024-02-07 13:34:46 +01:00
babel-plugin-pdfjs-preprocessor.mjs Remove support for require statements from the build system 2024-02-07 13:34:46 +01:00
builder.mjs Use object destructuring, rather than the merge helper, in the gulpfile 2023-10-18 13:49:26 +02:00
test-fixtures_esprima.mjs Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
test-fixtures.mjs Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00