endo
endo copied to clipboard
Replace toString overrides with @toStringTag symbol overrides
This is in better keeping with the language’s aesthetic. Notably, Compartment.prototype.toString should be replaced with a tag.
The module namespace object now also has a @@toStringTag. See #1972.