1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00
pdf.js/external
Nicolò Ribaudo 46626ac64a
Update the Babel plugin to remove empty class constructors
This only happens when it's safe to do so. The exceptions are:
- when the class extends another subclass: removing the constructor would remove the error about the missing super() call
- when there are default parameters, that could have side effects
- when there are destructured prameters, that could have side effects
2024-05-13 11:51:43 +02:00
..
bcmaps Removes external/cmaps; adds binary cmaps to the repo 2014-03-17 13:30:27 -05:00
builder Update the Babel plugin to remove empty class constructors 2024-05-13 11:51:43 +02:00
cmapscompress [ESM] Convert the "cmaps"-task to use import() syntax 2023-07-08 18:52:58 +02:00
dist Rename *.d.ts to *.d.mts. Close #17241 2023-11-12 07:30:36 +09:00
importL10n Use the Fetch API to download the l10n files 2024-03-08 10:08:15 +01:00
openjpeg Use the pdf.js warn when using jpx decoder 2024-04-22 16:02:45 +02:00
quickjs Update quickjs to 3f81070e573e3592728dbbbd04c84c498b20d6dc 2024-02-09 11:51:24 +01:00
standard_fonts [api-minor] Use a local font or fallback on an embedded one (if it exists) for non-embedded fonts (bug 1766039) 2023-05-10 14:10:23 +02:00
.eslintrc Enable unicorn/prefer-at unconditionally (PR 15014 follow-up) 2023-05-07 13:43:19 +02:00
.gitignore Removes external/cmaps; adds binary cmaps to the repo 2014-03-17 13:30:27 -05:00