| 1 | // Regression test for source phase import identity with mixed eval/source |
| 2 | // phase imports of the same module in one parent. |
| 3 | import '../common/index.mjs'; |
| 4 | import { spawnSyncAndAssert } from '../common/child_process.js'; |
nothing calls this directly
no test coverage detected