cspell
Version:
A Spelling Checker for Code!
13 lines • 361 B
JavaScript
// 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