We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening the 'TS Config' option on any playground URL with target=99 shows Target: ES3 instead.
target=99
Repro:
Compare these two URLs:
and open the TS Config menu on either. The first will show ES3 as the selected target while the second correctly shows ES2020.
Expected behavior:
The TS Config Target dropdown should reflect the selected target correctly, for all possible targets.
Actual behavior:
Only when using target=99 does the dropdown reflect the wrong choice. For all other possible target values, the dropdown shows the correct value.
Note that the compiler appears to be correctly configured, e.g. a playground link demonstrating a TypeScript bug with involving a ESNext-only feature only highlights 'compact' as a problem (the [subject of my bug report that led to this one) while any target option other than ESNext / Latest would produce more errors.
'compact'
The text was updated successfully, but these errors were encountered:
Duplicate of #1136. Mea Culpa!
Sorry, something went wrong.
No branches or pull requests
Opening the 'TS Config' option on any playground URL with
target=99
shows Target: ES3 instead.Repro:
Compare these two URLs:
and open the TS Config menu on either. The first will show ES3 as the selected target while the second correctly shows ES2020.
Expected behavior:
The TS Config Target dropdown should reflect the selected target correctly, for all possible targets.
Actual behavior:
Only when using
target=99
does the dropdown reflect the wrong choice. For all other possible target values, the dropdown shows the correct value.Note that the compiler appears to be correctly configured, e.g. a playground link demonstrating a TypeScript bug with involving a ESNext-only feature only highlights
'compact'
as a problem (the [subject of my bug report that led to this one) while any target option other than ESNext / Latest would produce more errors.The text was updated successfully, but these errors were encountered: