"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.codeClimate = exports.sarif = exports.githubActions = exports.pretty = void 0; const tslib_1 = require("tslib"); (0, tslib_1.__exportStar)(require("./json"), exports); (0, tslib_1.__exportStar)(require("./stylish"), exports); (0, tslib_1.__exportStar)(require("./junit"), exports); (0, tslib_1.__exportStar)(require("./html"), exports); (0, tslib_1.__exportStar)(require("./text"), exports); (0, tslib_1.__exportStar)(require("./teamcity"), exports); (0, tslib_1.__exportStar)(require("./markdown"), exports); const pretty = () => { throw Error('pretty formatter is available only in Node.js'); }; exports.pretty = pretty; const githubActions = () => { throw Error('github-actions formatter is available only in Node.js'); }; exports.githubActions = githubActions; const sarif = () => { throw Error('sarif formatter is available only in Node.js'); }; exports.sarif = sarif; const codeClimate = () => { throw Error('sarif formatter is available only in Node.js'); }; exports.codeClimate = codeClimate; //# sourceMappingURL=index.js.map