1import { join, dirname } from 'path' 2import { fileURLToPath } from 'url' 4// so it's a codegraph-detectable ref 5export const ptAnchorInclude = (relativePath: string, importMetaUrl: string) => 6 join(dirname(fileURLToPath(importMetaUrl)), relativePath)