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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I tried to convert the ts definition of threejs from definitelytyped. I encountered a lot of warnings with ArrayLike<T> which is used in their definitions and translated as ArrayLike<T> in Dart (I think this should be a List or Iterable).
The text was updated successfully, but these errors were encountered:
I tried to convert the ts definition of threejs from definitelytyped. I encountered a lot of warnings with
ArrayLike<T>
which is used in their definitions and translated asArrayLike<T>
in Dart (I think this should be a List or Iterable).The text was updated successfully, but these errors were encountered: