Closed sndrs closed 5 years ago
Sadly, implicitly calling toString won't work in tagged template literals, since coercing the object to strings is not guaranteed - the author of the tag decides what to do.
toString
This updates the tests to call each query statement explicitly, and gets the passing.
It also removes most types, since they're tricky and need looking at in a separate pass
Sadly, implicitly calling
toString
won't work in tagged template literals, since coercing the object to strings is not guaranteed - the author of the tag decides what to do.This updates the tests to call each query statement explicitly, and gets the passing.
It also removes most types, since they're tricky and need looking at in a separate pass