| 1 | import type { NodePath } from '@babel/traverse'; |
| 2 | import { visitors } from '@babel/traverse'; |
| 3 | import type { Expression } from '@babel/types'; |
| 4 | import getNameOrValue from './getNameOrValue.js'; |
nothing calls this directly
no test coverage detected