Skip to content
New issue

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

Breaking Change: Running TypeScript on ES3 hosts no longer supported #10278

Closed
RyanCavanaugh opened this issue Aug 11, 2016 · 2 comments
Closed
Labels
Duplicate An existing issue was already created

Comments

@RyanCavanaugh
Copy link
Member

#10270 uses APIs present only in ES5 runtimes to gain 15% speed and ~20% reduced memory usage.

This does not impact targeting ES3 hosts with --target ES3. The only scenario impacted is running the TypeScript compiler or language service on an ES3 host, which we believe to be very rare.

@RyanCavanaugh RyanCavanaugh added the Breaking Change Would introduce errors in existing code label Aug 11, 2016
@DanielRosenwasser
Copy link
Member

I thought I posted this at #10125?

@RyanCavanaugh RyanCavanaugh added Duplicate An existing issue was already created and removed Breaking Change Would introduce errors in existing code labels Aug 11, 2016
@RyanCavanaugh
Copy link
Member Author

Please search for duplicates before logging new issues.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants