Array of all unique accessed config keys, if recordConfigAccesses
is true.
The base path directory where the canonical definitions reside.
The singular, programmatic name of one of these canonical items.
Object mapping canonical names to loaded file references.
Object mapping canonical namespaces to resolver functions.
If true, all the unique configuration keys will be stored for debugging.
The current status of the unit.
The file suffix of files in the base path that should be loaded.
The global application instance.
Get the plural name of the canonical items provided by this unit.
Get a Universal path to the base directory where this unit loads its canonical files from.
Return an array of all loaded canonical names.
Get the global Application.
Given the path to a file in the canonical items directory, create a CanonicalDefinition record from that file.
Get the global Container.
Get the method with the given name from this class, bound to this class.
function
Called for each canonical item loaded from a file. This function should do any setup necessary and return the item that should be associated with the canonical name.
Call the make()
method on the global container.
Return an array of all loaded canonical namespaces.
Register a namespace resolver with the canonical unit.
Namespaces are canonical names that start with a particular key, beginning with the @
character,
which resolve their resources using a resolver function.
Resolve a canonical reference from its string form to a CanonicalReference.
CanonicalReference
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Canonical unit that loads configuration files from
app/configs
.