• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1const neverSettlingDynamicImport = import('never-settle-load');
2
3console.log('should be output');
4
5await neverSettlingDynamicImport;
6