Source code
Revision control
Copy as Markdown
Other Tools
// This module also imports the same bad URI
// eslint-disable-next-line import/no-unassigned-import
import "node:async_hooks";
export const b = 2;
// This module also imports the same bad URI
// eslint-disable-next-line import/no-unassigned-import
import "node:async_hooks";
export const b = 2;