CodeBrowser / npm / @typescript/vfs
@typescript/vfs@1.6.4
// A Map based TypeScript Virtual File System.
$ npm install @typescript/vfs
downloads/wk
3,549,808
license
MIT
version
1.6.4
published
Feb 18, 2026
What is @typescript/vfs?
@typescript/vfs provides a virtual file system implementation for TypeScript that uses a Map-based structure to simulate a file system in memory. Developers use it when they need to work with TypeScript files without accessing the actual disk, such as in browser-based editors, testing environments, or tools that need to compile TypeScript code dynamically. It integrates with TypeScript's compiler API to enable operations like reading, writing, and managing files in a purely in-memory environment.
Dependencies (1)
Maintainers
microsoft1es, typescript-bot, weswigham, andrewbranch, typescript-deploys, microsoft-oss-releases, jakebailey