| 1 | import { NodePath, traverse } from "./babel-interop"; |
| 2 | import * as t from "@babel/types"; |
| 3 | import { CompilerPayload, createCodeMutation } from "./_base"; |
| 4 | import { getJsxElementName } from "./utils/jsx-element"; |
nothing calls this directly
no test coverage detected