| 1 | import { execSync } from 'node:child_process' |
| 2 | import semver from 'semver' |
| 3 | import { DefaultMap } from '../../../tailwindcss/src/utils/default-map' |
| 4 | import { getPackageVersionSync } from './package-version' |
nothing calls this directly
no test coverage detected