Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell/dist/esm/dirname.js
// This file is generated by tools/patch-version.mjs
import { fileURLToPath } from 'node:url';
let _dirname;
try {
if (typeof import.meta.url !== 'string')
throw new Error('assert');
_dirname = fileURLToPath(new URL('.', import.meta.url));
}
catch {
_dirname = __dirname;
}
export const pkgDir = _dirname;
//# sourceMappingURL=dirname.js.map