endo icon indicating copy to clipboard operation
endo copied to clipboard

Replace toString overrides with @toStringTag symbol overrides

Open kriskowal opened this issue 4 years ago • 1 comments

This is in better keeping with the language’s aesthetic. Notably, Compartment.prototype.toString should be replaced with a tag.

kriskowal avatar Apr 19 '21 01:04 kriskowal

The module namespace object now also has a @@toStringTag. See #1972.

rekmarks avatar Jan 17 '24 16:01 rekmarks