mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-09 14:54:04 +02: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.