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
This change adds support for the [optional, but recommended][1]
`invertWithDoc(op, doc) -> op'` method.
`json0` itself already inverts fine without the doc, just using the
`invert()` method, but this change adds support for subtypes, which only
implement `invertWithDoc()`.
[1]: https://github.com/ottypes/docs#optional-properties
0 commit comments