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
playground, target, url
The current version of the TypeScript Playground.
This is an example of a link that doesn't mirror:
target set to ESNext
Despite having target=99 in the url, the <select> for Target shows other values (not always consistently ES3 either). i.e.:
target=99
<select>
ES3
The <select> should mirror the current status of the url. Other tsconfig options seem to work fine, dunno why just this on isn't.
The text was updated successfully, but these errors were encountered:
Duplicate of microsoft/TypeScript-Website#1136.
Sorry, something went wrong.
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes.
No branches or pull requests
Bug Report
π Search Terms
playground, target, url
π Version & Regression Information
The current version of the TypeScript Playground.
β― Playground Link
This is an example of a link that doesn't mirror:
target set to ESNext
π Actual behavior
Despite having
target=99
in the url, the<select>
for Target shows other values (not always consistentlyES3
either). i.e.:π Expected behavior
The
<select>
should mirror the current status of the url. Other tsconfig options seem to work fine, dunno why just this on isn't.The text was updated successfully, but these errors were encountered: