sweet-js / sweet-core

Sweeten your JavaScript.
https://www.sweetjs.org
BSD 2-Clause "Simplified" License
4.58k stars 208 forks source link

Template literals with function calls in interpolations throw error #710

Open disnet opened 7 years ago

disnet commented 7 years ago

This:

`${g()}`;

Throws this:

TypeError: Cannot read property 'typeName' of undefined