Change this.parent to a getter
grantcarthew opened this issue · 1 comments
grantcarthew commented
Describe the bug
The wiki defines child.parent
as read only whilst at this time the property is not.
Additional context
Three changes needed:
- Change
this.parent
to be a Symbol for internal storage. - Add a getter for
this.parent
- Set
this[parent symbol]
to null on the root logger object.
grantcarthew commented
Fixed: dda73d3