Open lucacasonato opened 6 months ago
This always results in a string type in non const positions, so we can always allow it.
string
const
We can choose to either leave it or emit a string type. TBD.
export let = `asd ${"asd"}`;
This always results in a
string
type in nonconst
positions, so we can always allow it.We can choose to either leave it or emit a string type. TBD.