contextΒΆ
type context < anyA build context.
fun context(Path?: string): contextIf
Pathis provided then returns the context with pathPathornilis no such context has been defined. Otherwise returns the current context.meth (Context: context) :: (Name: string): symbolReturns the symbol
Nameresolved inContext.meth (Context: context) . (Name: string): symbolReturns the symbol
Nameresolved inContext.meth (Context: context) / (Name: string): context | nilReturns the directory-based subcontext of
ContextnamedName, ornilif no such context has been defined.meth (Context: context) @ (Name: string): context | nilReturns the scope-based subcontext of
ContextnamedName, ornilif no such context has been defined.meth (Context: context):exports: listReturns a list of symbols defined in
Context.meth (Context: context):in(Function: function): anyCalls
Function()in the context ofContext.meth (Context: context):name: stringReturns the name of
Context.meth (Context: context):parent: context | nilReturns the parent context of
Context, ornilifContextis the root context for the build.meth (Context: context):path: stringReturns the path of
Context.