astro-ghostcms/.pnpm-store/v3/files/62/f1a751412c3d6d4f3a4b8a7466a...

21 lines
776 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCwd = exports.getPhysicalFilename = exports.getFilename = exports.getSourceCode = void 0;
const eslint_compat_utils_1 = require("eslint-compat-utils");
function getSourceCode(context) {
return (0, eslint_compat_utils_1.getSourceCode)(context);
}
exports.getSourceCode = getSourceCode;
function getFilename(context) {
return (0, eslint_compat_utils_1.getFilename)(context);
}
exports.getFilename = getFilename;
function getPhysicalFilename(context) {
return (0, eslint_compat_utils_1.getPhysicalFilename)(context);
}
exports.getPhysicalFilename = getPhysicalFilename;
function getCwd(context) {
return (0, eslint_compat_utils_1.getCwd)(context);
}
exports.getCwd = getCwd;