OverExposureFileSystem
The subset of file-system operations the language-service host needs. Injecting this (rather than always using typescript’s sys) lets tests drive the analyzer against in-memory sources with no real file-system access.
Import:
import type { OverExposureFileSystem } from 'obsidian-dev-utils/script-utils/linters/over-exposure';Signature:
export interface OverExposureFileSystemMethods
Links to this page: