dynamic-import-lazy.js (71B)
1 function lazyilyParsedFunction() 2 { 3 return import("/module1.js"); 4 }