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
#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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: