| | |
| | | Object.defineProperty(exports, "__esModule", { |
| | | value: true |
| | | }); |
| | | exports.validate = validate; |
| | | exports.checkNoUnwrappedItemOptionPairs = checkNoUnwrappedItemOptionPairs; |
| | | exports.assumptionsNames = void 0; |
| | | exports.checkNoUnwrappedItemOptionPairs = checkNoUnwrappedItemOptionPairs; |
| | | exports.validate = validate; |
| | | |
| | | var _plugin = require("../plugin"); |
| | | |
| | |
| | | moduleId: _optionAssertions.assertString |
| | | }); |
| | | } |
| | | const assumptionsNames = new Set(["arrayLikeIsIterable", "constantReexports", "constantSuper", "enumerableModuleMeta", "ignoreFunctionLength", "ignoreToPrimitiveHint", "iterableIsArray", "mutableTemplateObject", "noClassCalls", "noDocumentAll", "noIncompleteNsImportDetection", "noNewArrows", "objectRestNoSymbols", "privateFieldsAsProperties", "pureGetters", "setClassMethods", "setComputedProperties", "setPublicClassFields", "setSpreadProperties", "skipForOfIteratorClosing", "superIsCallableConstructor"]); |
| | | const knownAssumptions = ["arrayLikeIsIterable", "constantReexports", "constantSuper", "enumerableModuleMeta", "ignoreFunctionLength", "ignoreToPrimitiveHint", "iterableIsArray", "mutableTemplateObject", "noClassCalls", "noDocumentAll", "noIncompleteNsImportDetection", "noNewArrows", "objectRestNoSymbols", "privateFieldsAsProperties", "pureGetters", "setClassMethods", "setComputedProperties", "setPublicClassFields", "setSpreadProperties", "skipForOfIteratorClosing", "superIsCallableConstructor"]; |
| | | const assumptionsNames = new Set(knownAssumptions); |
| | | exports.assumptionsNames = assumptionsNames; |
| | | |
| | | function getSource(loc) { |