2 repos
Abstractions that provide a unified interface for file operations across different environments.
Distinguishing note: Focuses on cross-platform file system abstraction, distinct from standard OS file access.
Explore 2 awesome GitHub repositories matching development tools & productivity · Virtual File Systems. Refine with filters or upvote what's useful.
Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as
Provides a unified interface for file operations to ensure consistent behavior across operating systems.
Yarn is a command-line package manager for JavaScript projects that automates the installation, versioning, and configuration of external code dependencies. It functions as a deterministic build tool, utilizing a lockfile to calculate a fixed dependency graph that ensures identical package versions across development, testing, and production environments. The project distinguishes itself through a content-addressable storage system that indexes packages by hash to eliminate redundant downloads and enable instant linking. It incorporates a virtual file system mapping that presents a unified vi
Intercepts file system requests to present a unified view of dependencies without physically copying files.