Luc Martin
Luc Martin
Options (1) and (2) do not look mutually exclusive: the `%d` and `%i` specifiers could handle BigInt values by returning `NaN` just like they do for `Symbol` values, while the...
I think this would be too much responsability for these methods. Printing to the visual output device and returning a value for other computations are two distinct jobs. Also, mixing...
I agree with you @tao-cumplido. As far as I understand, `ErrorStackParser` is meant to be used as a singleton like e.g. the `Math` object, so I think its methods should...