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:
parent
5a25c477b7
commit
78bf5287d1
3 changed files with 624 additions and 613 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue