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