Skip to content

Commit 78bf528

Browse files
committed
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 babel/babel#16780), so we update the corresponding test expectation to match this. Fixes a part of mozilla#17928.
1 parent 5a25c47 commit 78bf528

File tree

3 files changed

+623
-612
lines changed

3 files changed

+623
-612
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Test } from "import-name";
22
import { Test2 } from './non-alias';
33
export { Test3 } from "import-name";
4-
await import( /*webpackIgnore: true*/"./non-alias");
4+
await import(/*webpackIgnore: true*/"./non-alias");

0 commit comments

Comments
 (0)