this post was submitted on 16 Oct 2024
12 points (100.0% liked)

JavaScript

1957 readers
6 users here now

founded 1 year ago
MODERATORS
 

TL;DR:

  • Many websites are (unintentionally) shipping ES6+ code in production. This indicates that transpiling to ES5 is outdated practice.
  • We need a better baseline for transpilation, which should be a moving target.
  • We should transpile code in node_modules, at least for production.
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here