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

9 lines 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const validator_1 = require("../validator"); // A rule set for deprecated compilerOptions that should not be used with jsii // This is an internal rule set, that may be used by other rule sets. const deprecatedOptions = new validator_1.RuleSet(); deprecatedOptions.shouldPass('prepend', validator_1.Match.MISSING); exports.default = deprecatedOptions; //# sourceMappingURL=deprecated-options.js.map