You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
Apologies if this is the wrong repository, I could not find one for the playground.
When setting the input language to "JavaScript", the playground does not show the transpiled code on the right. Instead, it shows the input code as-is.
You can test it by setting the target to ES2015 and writing 1 ** 2 in the input file: if the language is set to TypeScript you'll see Math.pow(1, 2) on the right (playground), while if the language is set to JavaScript you'll see 1 ** 2 (playground).
Is there a way to see the transpiled code?
The text was updated successfully, but these errors were encountered:
Acknowledgement
Comment
Apologies if this is the wrong repository, I could not find one for the playground.
When setting the input language to "JavaScript", the playground does not show the transpiled code on the right. Instead, it shows the input code as-is.
You can test it by setting the target to ES2015 and writing
1 ** 2
in the input file: if the language is set to TypeScript you'll seeMath.pow(1, 2)
on the right (playground), while if the language is set to JavaScript you'll see1 ** 2
(playground).Is there a way to see the transpiled code?
The text was updated successfully, but these errors were encountered: