1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Update dependencies to the most recent versions

Note that the new version of `eslint-plugin-import` contains support
for ESLint 9.

Moreover, the new version of Babel removed the leading space for import
comments (see https://github.com/babel/babel/pull/16780), so we update
the corresponding test expectation to match this.

Fixes a part of #17928.
This commit is contained in:
Tim van der Meij 2024-10-05 18:12:17 +02:00
parent 5a25c477b7
commit 78bf5287d1
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 624 additions and 613 deletions

View file

@ -1,4 +1,4 @@
import { Test } from "import-name";
import { Test2 } from './non-alias';
export { Test3 } from "import-name";
await import( /*webpackIgnore: true*/"./non-alias");
await import(/*webpackIgnore: true*/"./non-alias");