sweet-js/sweet-core

Template literals with function calls in interpolations throw error

disnet opened this issue · 0 comments

This:

`${g()}`;

Throws this:

TypeError: Cannot read property 'typeName' of undefined