UNPKG

alm

Version:

The best IDE for TypeScript

6 lines (5 loc) 182 B
/** * Maintains an error cache for the checking performed by the ts worker */ import {ErrorsCache} from "../../../utils/errorsCache"; export const errorsCache = new ErrorsCache();