Manifest.js 979 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * @class Ext.Manifest
  3. * **This is not a real JavaScript class and cannot be created. This is for documentation purposes only.**
  4. *
  5. * This documentation is for {@link Ext#manifest Ext.manifest}
  6. * @since 5.0.0
  7. */
  8. /**
  9. * @cfg {String/Object} compatibility
  10. * An object keyed by package name with the value being to desired compatibility level as a
  11. * version number. If this is just a string, this version is assumed to apply to the framework.
  12. * Setting this value to less than 5 for 'ext' will enable the compatibility layer to assist
  13. * in the application upgrade process. For details on the upgrade process, see the
  14. * (Upgrade Guide)[#/guides/upgrade_50].
  15. */
  16. /**
  17. * @cfg {Object} debug
  18. * An object configuring the debugging characteristics of the framework. See `Ext.debugConfig`
  19. * which is set to this value.
  20. */
  21. /**
  22. * @cfg {Object} packages
  23. * An object keyed by package name with the value being a subset of the package's `"package.json"`
  24. * descriptor.
  25. */