@vercube/di 0.0.32 → 0.0.34
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.
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -509,6 +509,10 @@ let IOC;
|
|
|
509
509
|
//#endregion
|
|
510
510
|
//#region src/Domain/Engine.ts
|
|
511
511
|
/**
|
|
512
|
+
* This module is responsible for internal work of IOC engine inject mechanics. Its written in
|
|
513
|
+
* "raw" (non-OOP) style to maximize simplicity and execution speed.
|
|
514
|
+
*/
|
|
515
|
+
/**
|
|
512
516
|
* This map holds metadata for ALL classes in system along with their dependencies. Original idea was
|
|
513
517
|
* to store those informations in object prototype, but accessing this map is blazing fast with Map
|
|
514
518
|
* container (<1ms).
|