ExidexE
Denoβ€’3y agoβ€’
2 replies
Exidex

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.
Was this page helpful?