| 1 | import assert from "node:assert"; |
| 2 | import {rm} from "node:fs/promises"; |
| 3 | import {join} from "node:path/posix"; |
| 4 | import {extractNodeSpecifier, isNodeBuiltin, resolveNodeImport, resolveNodeImports} from "../src/node.js"; |
nothing calls this directly
no test coverage detected