Is it possible to import cjs module from es module, both in extension?
cjs is added using
I can import esm from other esm using
deno_core::extension's js. esm added using deno_core::extension's esm I can import esm from other esm using
ext but it seems that ext protocol only works for esm and not cjs.