MCPcopy Index your code
hub / github.com/rollup/rollup / throwNoFileSystem

Function throwNoFileSystem

browser/src/error.ts:3–4  ·  view source on GitHub ↗
(method: string)

Source from the content-addressed store, hash-verified

1import { error, logNoFileSystemInBrowser } from '../../src/utils/logs';
2
3export const throwNoFileSystem = (method: string) => (): never =>
4 error(logNoFileSystemInBrowser(method));

Callers 1

fs.tsFile · 0.90

Calls 2

errorFunction · 0.90
logNoFileSystemInBrowserFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…