-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
BSON's bson type classes support custom inspection output in NodeJS. However, Deno uses a different symbol to allow for custom string representations than NodeJS.
BSON type representations should be updated to support custom string representations in Deno. See the user submitted PR here: erfanium has created PR #519: feat: add custom inspect support for other js runtimes in js-bson.