Skip to content

Handle better the circular dependency between Function and BooleanFunction #5

Open
@ozangunalp

Description

@ozangunalp

Function and BooleanFunction have circular dependency. It imposes a specific order in imports of these classes.

An internal.ts that re-exports

export * from './BooleanFunction';
export * from './Function';

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions