Skip to content

[CURVE]: Cyclic imports #145

Open
Open
@Cloud7050

Description

@Cloud7050

The linter is reporting cyclic imports between bundles/curve/curves_webgl.ts and bundles/curve/types.ts.

The latter defines the types DrawMode, ScaleMode, and CurveSpace, which are used in the former, but at the same time, the former builds up to defining Curve and CurveDrawn, which the latter needs. Some refactoring may be in order, to resolve this and better fit each file's purpose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug[Category]minor[Priority]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions