pdf.js/external/builder/fixtures_esprima
Jonas Jenwald 4ab0ad3216 Move the __non_webpack_import__ re-writing into the Babel plugin
Note how we're using custom `__non_webpack_import__`-calls in the code-base, that we replace during the post-processing stage of the build, to be able to write `import`-calls that Webpack will leave alone during parsing.
This work-around is necessary since we let Babel discards all comments, given that we generally don't need/want them in the builds, hence why we cannot utilize `/* webpackIgnore: true */`-comments in the source-code.

After the changes in PR 17563 it thus seems to me that we should be able to just move this re-writing into the Babel plugin instead.
2024-02-12 10:49:43 +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 Remove empty, top-level, nodes in the Babel plugin 2024-02-09 13:58:24 +01:00
ifs.js Remove empty, top-level, nodes in the Babel plugin 2024-02-09 13:58:24 +01:00
importalias-expected.js Move the __non_webpack_import__ re-writing into the Babel plugin 2024-02-12 10:49:43 +01:00
importalias.js Move the __non_webpack_import__ re-writing into the Babel plugin 2024-02-12 10:49:43 +01:00