baz.js (84B)
1 import "foo"; 2 3 function baz(){ 4 console.log(foo()); 5 return import "bar"; 6 } 7 baz()();