Cache utility for the stc static type checker, version 1.0.6, released as part of the stc ecosystem. Provides file-based caching to speed up repeated type checks. Only works within stc, minimal adoption, likely superseded or abandoned.
npm install stc-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of stc-cache: storing and retrieving a simple object using set/get.
Use only within an stc plugin context.
Migrate to a maintained alternative like TypeScript's built-in caching or a standalone cache library.
Ensure Node.js version meets requirement, but recommend upgrading to modern stack.
npm install stc-cache
Install and run within an stc plugin, or use stc CLI.
No dependency data recorded yet.