Is it possible to import modules with 'import' inside an eval in JavaScript?
Something like this idk
let test = index;
eval(`import { a } from './${test}.js'`);
Is it possible to import modules with 'import' inside an eval in JavaScript?
Something like this idk
let test = index;
eval(`import { a } from './${test}.js'`);