-
-
Notifications
You must be signed in to change notification settings - Fork 852
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts): edge case with generic parameters
Includes: - a much improved DraftArray<T> - an "extends object" constraint added to DraftObject<T> - a relaxed DraftTuple<T> constraint (tuples cannot be readonly) Fixes #272
- Loading branch information
1 parent
a74b448
commit cb195cb
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oh crud, somehow
Draft
got removed from inside the mapped object type. 😢This fix is not quite ready. 😠