pdf.js/external/builder/fixtures_esprima
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
..
blocks-expected.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
blocks.js Adds esprima-based preprocessor. 2016-10-14 08:33:22 -05:00
comments-expected.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
comments.js Fix duplicated function name in the Esprima fixtures 2018-08-25 16:23:20 +02:00
constants-expected.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
constants.js Adds esprima-based preprocessor. 2016-10-14 08:33:22 -05:00
deadcode-expected.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
deadcode.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
evals-expected.js Fix transform of unary expression in Babel plugin 2024-01-29 11:53:17 +01:00
evals.js Fix transform of unary expression in Babel plugin 2024-01-29 11:53:17 +01:00
evals.json Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
ifs-expected.js Replace the webpack+acorn transform with a Babel plugin 2024-01-23 16:00:59 +01:00
ifs.js Adds esprima-based preprocessor. 2016-10-14 08:33:22 -05:00
importalias-expected.js Remove support for require statements from the build system 2024-02-07 13:34:46 +01:00
importalias.js Remove support for require statements from the build system 2024-02-07 13:34:46 +01:00