Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib util findUpFromUrl.js
Raw

priv/bun/node_modules/cspell-lib/dist/lib/util/findUpFromUrl.js

import { getVirtualFS } from '../fileSystem.js';
export async function findUpFromUrl(name, from, options = {}) {
const fs = options.fs ?? getVirtualFS().fs;
return fs.findUp(name, from, options);
}
//# sourceMappingURL=findUpFromUrl.js.map