Closed markwylde closed 3 years ago
What sort of witchcraft is toString?
toString
It seems to be "hardcoded" into the scope, and we can't override it?
Is this intentional?
presh(`toString(1)`, { toString: (a) => String(1) })
Fixed in https://github.com/KoryNunn/presh/commit/fb2b560a8b79401d202a5736109799788d526994
What sort of witchcraft is
toString
?It seems to be "hardcoded" into the scope, and we can't override it?
Is this intentional?