Hierarchy (view full)

Constructors

Properties

cleanup?: (() => void)
dataCodeGetters: Record<string, (() => string)> = {}
node: GraphNode<R, R, {}, Record<string, unknown>, Record<string, unknown>>

Methods

  • Parameters

    • getter: ((__namedParameters: {
          inputs: Record<string, unknown>;
      }) => string)
        • (__namedParameters): string
        • Parameters

          • __namedParameters: {
                inputs: Record<string, unknown>;
            }
            • inputs: Record<string, unknown>

          Returns string

    • key: string = 'exec'

    Returns void

  • Parameters

    • node: any
    • nodeInput: null | string
    • indentation: string
    • allVars: Set<string>

    Returns Promise<{
        allVars: Set<string>;
        classes: Record<string, string>;
        code: string;
        importsStatements: Set<string>;
        initCode: string[];
        parserArguments: Map<string, ParseArgumentData>;
    }>