MCPcopy Create free account
hub / github.com/esengine/esengine / compile

Method compile

packages/editor-core/src/Services/ICompiler.ts:28–28  ·  view source on GitHub ↗
(options: TOptions, context: CompilerContext)

Source from the content-addressed store, hash-verified

26 readonly description: string;
27
28 compile(options: TOptions, context: CompilerContext): Promise<CompileResult>;
29
30 createConfigUI?(onOptionsChange: (options: TOptions) => void, context: CompilerContext): React.ReactElement;
31

Callers 4

handleCompileFunction · 0.65
handleCompileFunction · 0.65

Implementers 1

BehaviorTreeCompilerpackages/behavior-tree-editor/src/comp

Calls

no outgoing calls

Tested by

no test coverage detected