UNPKG

451 BSource Map (JSON)View Raw
1{"version":3,"file":"warnings.js","sourceRoot":"","sources":["../src/warnings.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,eAAe,GAAgC;IAC1D,eAAe,EAAE,IAAI;CACtB,CAAC","sourcesContent":["/**\n * Indicates which warnings are currently enabled. By default all warnings are\n * enabled, and can be silenced through the --silence-warning option.\n */\nexport const enabledWarnings: { [name: string]: boolean } = {\n 'reserved-word': true,\n};\n"]}
\No newline at end of file