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

cjs_imports_exports.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
const ie = require("imports_exports");
if (ie.foo !== "foo") { throw new Error("bad foo export");}
if (ie.dep.polyfill !== "require") { throw new Error("bad polyfill import");}
std

Version Info

Tagged at
a year ago