v0-alpha / src-mq

Lucid breakpoints for JavaScript
MIT License
1 stars 0 forks source link

Make API require explicit calls #19

Closed sndrs closed 5 years ago

sndrs commented 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.

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