🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@jdeniau
Copy link
Member

@jdeniau jdeniau commented Mar 19, 2025

No description provided.

Alexandre VICTOOR and others added 30 commits January 4, 2025 19:00
…able-js into alexvictoor-no-constructor-returns
* Call super()" before this in constructors

* Fix issue with MapIterator re-setting the next method
jdeniau and others added 27 commits June 18, 2025 12:19
```
Type '(Iterable<T> | ArrayLike<T>) & IndexedCollectionImpl<unknown>' is not assignable to type 'IndexedCollectionImpl<T>'.
  Type 'Iterable<T> & IndexedCollectionImpl<unknown>' is not assignable to type 'IndexedCollectionImpl<T>'.
    The types returned by 'toArray()' are incompatible between these types.
      Type 'unknown[]' is not assignable to type 'T[]'.
        Type 'unknown' is not assignable to type 'T'.
          'T' could be instantiated with an arbitrary type which could be unrelated to 'unknown'.

113   return isIndexed(value) ? value : IndexedSeq(value);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants