Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here we can see TS clearly knows its an interpolated string, and knows its a const, and can figure out how to map it to one;
but CodeGen requires no interpolation. Any chance it could do a similar analysis as TS?
Beta Was this translation helpful? Give feedback.
All reactions