UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

1 lines 451 B
{"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"]}