Teodor-Iancu
Results
1
comments of
Teodor-Iancu
> What about dynamic `import` with a `searchParams` in the module name? Something like this: > > ```js > const handlers = { > a: await import(`./sample.mjs`) // note the...