| 1 | import path from "path"; |
| 2 | import { createCodeMutation } from "./_base"; |
| 3 | import { LCP_DICTIONARY_FILE_NAME, ModuleId } from "./_const"; |
| 4 | import { getModuleExecutionMode, getOrCreateImport } from "./utils"; |
nothing calls this directly
no test coverage detected