Options
All
  • Public
  • Public/Protected
  • All
Menu

Module \mmir-tooling\src\impl

Index

Variables

Const log

log: any = logUtils.log

Const log

log: any = logUtils.log

Const warn

warn: any = logUtils.warn

Functions

addFromOptions

compile

  • compile/convert implementation (controller, helper, model) as module

    Parameters

    • content: string

      the implementation code as string

    • implFile: string

      the path of the implementation file (for debugging/error information)

    • options: ImplementationCompilerOptions

      the ImplLoadOptions with property mapping (list of ImplOptions)

    • callback: CompilerCallback

      the callback when impl. compilation has been completed: callback(error | null, compiledImpl, map, meta)

    • _map: any
    • _meta: any

    Returns void

contains

getExportCodeFor

  • getExportCodeFor(varName: string): string

readDir

toAliasId

toAliasPath

toImplName

  • toImplName(id: string): string

Generated using TypeDoc