module_3.mjs (255B)
1 // eslint-disable-next-line import/no-unassigned-import, import/no-unresolved 2 import {} from "../circular_depdendency.mjs"; 3 4 export function exportedFunction() { 5 throw "Wrong version of function called"; 6 } 7 8 throw "Shouldn't laod file bad/module_3.mjs";