mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
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.