apply the "global" options from options
or default values to the entries
from implList
if its corresponding options-field is not explicitly specified.
[description]
add implementations form options[mode+'s'] map {[implID: string]: ImplOption}, if the ImplOption has a file
field set.
compile/convert implementation (controller, helper, model) as module
the implementation code as string
the path of the implementation file (for debugging/error information)
the ImplLoadOptions with property mapping (list of ImplOptions)
the callback when impl. compilation has been completed: callback(error | null, compiledImpl, map, meta)
Generated using TypeDoc
add implementations to (webpack) app build configuration
list of ImplEntry objects: impl.id {String}: the impl id (usually the language code, e.g. "en" or "de") impl.file {String}: the path to the JSON impl (from which the executable impl will be created)
the app configuration to which the implementations will be added
the directories.json representation
the resources configuration
the configuration.json representation