@eggjs/tegg-metadata 4.0.0-beta.6 → 4.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/index.d.ts +405 -21
  2. package/dist/index.js +1256 -24
  3. package/package.json +6 -7
  4. package/dist/errors.d.ts +0 -18
  5. package/dist/errors.js +0 -29
  6. package/dist/factory/EggPrototypeCreatorFactory.d.ts +0 -13
  7. package/dist/factory/EggPrototypeCreatorFactory.js +0 -95
  8. package/dist/factory/EggPrototypeFactory.d.ts +0 -13
  9. package/dist/factory/EggPrototypeFactory.js +0 -41
  10. package/dist/factory/LoadUnitFactory.d.ts +0 -16
  11. package/dist/factory/LoadUnitFactory.js +0 -58
  12. package/dist/factory/index.js +0 -5
  13. package/dist/impl/EggPrototypeBuilder.d.ts +0 -26
  14. package/dist/impl/EggPrototypeBuilder.js +0 -115
  15. package/dist/impl/EggPrototypeImpl.d.ts +0 -28
  16. package/dist/impl/EggPrototypeImpl.js +0 -52
  17. package/dist/impl/LoadUnitMultiInstanceProtoHook.d.ts +0 -11
  18. package/dist/impl/LoadUnitMultiInstanceProtoHook.js +0 -16
  19. package/dist/impl/ModuleLoadUnit.d.ts +0 -38
  20. package/dist/impl/ModuleLoadUnit.js +0 -211
  21. package/dist/impl/index.js +0 -6
  22. package/dist/model/AppGraph.d.ts +0 -42
  23. package/dist/model/AppGraph.js +0 -195
  24. package/dist/model/EggPrototype.d.ts +0 -7
  25. package/dist/model/EggPrototype.js +0 -7
  26. package/dist/model/LoadUnit.d.ts +0 -7
  27. package/dist/model/LoadUnit.js +0 -7
  28. package/dist/model/ModuleDescriptor.d.ts +0 -22
  29. package/dist/model/ModuleDescriptor.js +0 -33
  30. package/dist/model/ProtoDescriptor/AbstractProtoDescriptor.d.ts +0 -36
  31. package/dist/model/ProtoDescriptor/AbstractProtoDescriptor.js +0 -35
  32. package/dist/model/ProtoDescriptor/ClassProtoDescriptor.d.ts +0 -16
  33. package/dist/model/ProtoDescriptor/ClassProtoDescriptor.js +0 -27
  34. package/dist/model/ProtoDescriptor/index.js +0 -4
  35. package/dist/model/ProtoDescriptorHelper.d.ts +0 -30
  36. package/dist/model/ProtoDescriptorHelper.js +0 -113
  37. package/dist/model/graph/GlobalGraph.d.ts +0 -67
  38. package/dist/model/graph/GlobalGraph.js +0 -176
  39. package/dist/model/graph/GlobalModuleNode.d.ts +0 -29
  40. package/dist/model/graph/GlobalModuleNode.js +0 -42
  41. package/dist/model/graph/GlobalModuleNodeBuilder.d.ts +0 -17
  42. package/dist/model/graph/GlobalModuleNodeBuilder.js +0 -56
  43. package/dist/model/graph/ProtoNode.d.ts +0 -25
  44. package/dist/model/graph/ProtoNode.js +0 -43
  45. package/dist/model/graph/ProtoSelector.d.ts +0 -10
  46. package/dist/model/graph/ProtoSelector.js +0 -3
  47. package/dist/model/graph/index.js +0 -7
  48. package/dist/model/index.js +0 -15
  49. package/dist/util/ClassUtil.d.ts +0 -9
  50. package/dist/util/ClassUtil.js +0 -18
  51. package/dist/util/index.js +0 -3
@@ -1,3 +0,0 @@
1
- import { ClassUtil } from "./ClassUtil.js";
2
-
3
- export { };