You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The linter is reporting cyclic imports between
bundles/curve/curves_webgl.ts
andbundles/curve/types.ts
.The latter defines the types
DrawMode
,ScaleMode
, andCurveSpace
, which are used in the former, but at the same time, the former builds up to definingCurve
andCurveDrawn
, which the latter needs. Some refactoring may be in order, to resolve this and better fit each file's purpose.The text was updated successfully, but these errors were encountered: