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

test_cjs_import.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import * as path from "../../../path/mod.ts";import Module from "../../module.ts";
const modulePath = path.join( path.dirname(path.fromFileUrl(import.meta.url)), "./cjs_import",);Module._load(modulePath, null, true);
std

Version Info

Tagged at
a year ago