"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Maintains an error cache for the checking performed by the ts worker
*/var errorsCache_1 = require("../../../utils/errorsCache");
exports.errorsCache = new errorsCache_1.ErrorsCache();