UNPKG

alm

Version:

The best IDE for TypeScript

8 lines (7 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * A global view on the errors. Essentially a sink for the errors from the server */ var errorsCache_1 = require("../server/utils/errorsCache"); exports.errorsCache = new errorsCache_1.ErrorsCache();