Is it possible to import cjs module from es module, both in extension?
cjs is added 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.1 Reply
if not I think I would have to convert cjs to esm somehow
š converting to esm worked