UNPKG

362 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.enabledWarnings = void 0;
4/**
5 * Indicates which warnings are currently enabled. By default all warnings are
6 * enabled, and can be silenced through the --silence-warning option.
7 */
8exports.enabledWarnings = {
9 'reserved-word': true,
10};
11//# sourceMappingURL=warnings.js.map
\No newline at end of file