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

11 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.enabledWarnings = void 0; /** * Indicates which warnings are currently enabled. By default all warnings are * enabled, and can be silenced through the --silence-warning option. */ exports.enabledWarnings = { 'reserved-word': true, }; //# sourceMappingURL=warnings.js.map