IPropertyDescriptor.js 803 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var PropertyDescriptorParsingType;
  4. (function (PropertyDescriptorParsingType) {
  5. PropertyDescriptorParsingType[PropertyDescriptorParsingType["VALUE"] = 0] = "VALUE";
  6. PropertyDescriptorParsingType[PropertyDescriptorParsingType["LIST"] = 1] = "LIST";
  7. PropertyDescriptorParsingType[PropertyDescriptorParsingType["IDENT_VALUE"] = 2] = "IDENT_VALUE";
  8. PropertyDescriptorParsingType[PropertyDescriptorParsingType["TYPE_VALUE"] = 3] = "TYPE_VALUE";
  9. PropertyDescriptorParsingType[PropertyDescriptorParsingType["TOKEN_VALUE"] = 4] = "TOKEN_VALUE";
  10. })(PropertyDescriptorParsingType = exports.PropertyDescriptorParsingType || (exports.PropertyDescriptorParsingType = {}));
  11. //# sourceMappingURL=IPropertyDescriptor.js.map