| 1 | import { it, describe, expect } from "vitest"; |
| 2 | import { parse } from "@babel/parser"; |
| 3 | import { traverse, NodePath } from "../babel-interop"; |
| 4 | import { getAstKey, getAstByKey } from "./ast-key"; |
nothing calls this directly
no test coverage detected