pdf.js/external/builder
Jonas Jenwald 8d56a69e74 Reduce usage of SystemJS, in the development viewer, even further
With these changes SystemJS is now only used, during development, on the worker-thread and in the unit/font-tests, since Firefox is currently missing support for worker modules; please see https://bugzilla.mozilla.org/show_bug.cgi?id=1247687

Hence all the JavaScript files in the `web/` and `src/display/` folders are now loaded *natively* by the browser (during development) using standard `import` statements/calls, thanks to a nice `import-maps` polyfill.

*Please note:* As soon as https://bugzilla.mozilla.org/show_bug.cgi?id=1247687 is fixed in Firefox, we should be able to remove all traces of SystemJS and thus finally be able to use every possible modern JavaScript feature.
2020-05-20 13:36:52 +02:00
..
fixtures Add the external/builder/fixtures/ directory to .eslintignore, to avoid having to disable various lint rules locally 2017-01-10 14:45:40 +01:00
fixtures_esprima Fix duplicated function name in the Esprima fixtures 2018-08-25 16:23:20 +02:00
builder.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
preprocessor2.js Reduce usage of SystemJS, in the development viewer, even further 2020-05-20 13:36:52 +02:00
test-fixtures_esprima.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
test-fixtures.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00