1 | // This file is generated by tools/patch-version.mjs
|
2 | import { fileURLToPath } from 'node:url';
|
3 | let _dirname;
|
4 | try {
|
5 | if (typeof import.meta.url !== 'string')
|
6 | throw new Error('assert');
|
7 | _dirname = fileURLToPath(new URL('.', import.meta.url));
|
8 | }
|
9 | catch {
|
10 | _dirname = __dirname;
|
11 | }
|
12 | export const pkgDir = _dirname;
|
13 | //# sourceMappingURL=dirname.js.map |
\ | No newline at end of file |