| 1 | import assert from "node:assert"; |
| 2 | import type {Program} from "acorn"; |
| 3 | import {Parser} from "acorn"; |
| 4 | import {findExports, findImports, hasImportDeclaration} from "../../src/javascript/imports.js"; |
nothing calls this directly
no test coverage detected