GoogleChromeLabs / estimator.dev

🧮 Calculate the size and performance impact of switching to modern JavaScript syntax.
https://estimator.dev
Apache License 2.0
665 stars 23 forks source link

Feature request: make the up-converted version available #5

Open tomayac opened 3 years ago

tomayac commented 3 years ago

Since the tool creates the up-converted versions for doing the calculations, it could just as well also make these versions available in the UI (stretch: or even show a side-by-side diff).

developit commented 3 years ago

There is an Easter egg for this...

FWIW you can generate pretty much the same output using babel-preset-modernize, which is what this uses.

tomayac commented 3 years ago

There is an Easter egg for this...

🥚.