question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Evaluate targeting more modern runtimes.

See original GitHub issue

Instead of targeting ECMAScript 5.1 we should probably target a more modern runtime, e.g ES2017 / ES2018. This means removing support legacy browsers such as IE11.

SubTasks:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
NaridaLcommented, Oct 23, 2021

Yeah ES2015 seems fine. As far as I’m concerned as long as it runs on the latest Node LTS it’s fine 😅

0reactions
bd82commented, Oct 24, 2021

Changing the TSC target to ES2015 resulted in:

The one advantage was a ~12% decrease in minified bundle size.

I will keep ES5 compilation target for now. and will only remove the various hacks to support old engines.

Read more comments on GitHub >

github_iconTop Results From Across the Web

LIBXSMM: Accelerating Small Matrix Multiplications by Runtime ...
Many modern highly scalable scientific simulations packages rely on small matrix ... Our evaluation proves that speed-ups of more than 10× are possible ......
Read more >
CefSharp.Dom.TargetClosedException: 'Protocol error ...
TargetClosedException: 'Protocol error(Runtime.evaluate): Target closed. ... I think the page continuously gets updated with newer data ...
Read more >
Dynatrace Runtime Vulnerability Analysis for the entire stack
Automatic vulnerability detection at runtime and AI-powered risk assessment further enable DevSecOps automation. In addition to modern ...
Read more >
Android Runtime (ART) and Dalvik
ART and Dalvik are compatible runtimes running Dex bytecode, ... as input and generates a compiled app executable for the target device.
Read more >
Runtime defense for containers - Prisma Cloud
Runtime defense is the set of features that provide both predictive and threat-based active protection for running containers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found