| 1 | // This file is not suffixed with '-test'; it expects to run with an extra |
| 2 | // OBSERVABLE_ANNOTATE_FILES=true environment variable. |
| 3 | import assert from "node:assert"; |
| 4 | import type {TranspileModuleOptions} from "../../src/javascript/transpile.js"; |
nothing calls this directly
no test coverage detected