-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Acceptance Criteria
- Improve recursive type support.
- Implement true recursive type checking using a “depth” parameter instead of checking for structural equivalence (see https://github.com/mongodb/node-mongodb-native/pull/3106)
- Implement support for circular types
- This should come for free with the former.
- Adjust existing tests to account for the new recursive type support.
- Ensure adequate type test coverage for the new feature.
- has to be finished together with
-
NODE-4543 Collection type doesn't support circular references
- Backlog