Closed anonimitoraf closed 2 years ago
For example
(async () => { const m = await import('./input-1'); console.log('Module imported dynamically', m); return m; })();
Fixed with https://github.com/anonimitoraf/skerrick/commit/f418d6b5ea12b32d549ae8090dd97417abcfad4a
For example