-
Type: Investigation
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
Use case
When printing out BSON values in Node.js they appear all one color. Node.js colors the various types of javascript values and we can harness that for BSON types.
POC: https://github.com/mongodb/js-bson/compare/main...feat/add-color
AC
- Use Node.js stylize function in inspect methods
- Ensure we fallback to an empty function in web environments
- TBD
- depends on
-
NODE-5040 Add color to BSON inspect functions
- Closed