-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Support for "map" eg
users => users.map(u => u.name) - Support for "mapping" object values ie
Object.fromEntries(Object.entries(o).map(something)) - Support for
Map,Set, (WeakMapidk?) - Some kind of contract for defining inverse.
instance.toFoo's inverse should beconstructor.fromFooany.foo's inverse should beany.foo.inverse
- Bundling, minification and stuff 🥱
- DX: errors when reading values, calling logicy functions/methods, doing any logic stuff, etc
Metadata
Metadata
Assignees
Labels
No labels