deno.land / std@0.166.0 / node / _module / cjs / cjs_with_dynamic_import.js

cjs_with_dynamic_import.js
نووسراو ببینە
1
2
3
4
5
(async () => { const imported = await import("./dynamically_imported_esm.js"); imported.default();})();
std

Version Info

Tagged at
a year ago