Private Source

This folder contains the private classes, enums, and functions used by this module as well as their unit tests.

During module composition, the code in this folder (except for the tests) is placed into the generated Documentarian.DevX.Private.psm1 file.

Classes

This folder contains the private classes used by this module and their unit tests.

The .LoadOrder.jsonc file determines the order the classes should be loaded during composition; this is critical to ensure nothing breaks.

Enums

This folder contains the private enums used by this module and their unit tests.

The .LoadOrder.jsonc file determines the order the enums should be loaded during composition; this is critical to ensure nothing breaks.

Functions

This folder contains the private functions used by this module and their unit tests.