{"version":3,"sources":["../../src/utils/getDirName.ts"],"names":["init_cjs_shims","getDirName","url","dirname","fileURLToPath"],"mappings":";;;;;;;AAAAA,gCAAA,EAAA;AAIO,SAASC,WAAWC,KAAW,EAAA;AAClC,EAAOC,OAAAA,YAAAA,CAAQC,iBAAcF,CAAAA,KAAAA,CAAAA,CAAAA;AACjC;AAFgBD,wBAAAA,CAAAA,UAAAA,EAAAA,YAAAA,CAAAA","file":"chunk-6I6754HL.cjs","sourcesContent":["import { dirname } from \"path\";\nimport { fileURLToPath } from 'url';\n\n\nexport function getDirName(url: string): string {\n    return dirname(fileURLToPath(url))\n}\n"]}