okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
329 stars 43 forks source link

Remove Babel (once node.js and browsers support all features we use) #73

Open taoeffect opened 8 years ago

taoeffect commented 8 years ago

Problem

Babel is a bloated (but useful) monstrosity.

Solution

See also: #41 — Don't use babel's transform-runtume to run backend in production

sandrina-p commented 4 years ago

I don't see this being possible any day because the core goal of Babel is to Use next generation JavaScript, today. So browsers will never catch up to current Babel features.

What do you think about closing this issue?

taoeffect commented 4 years ago

That assumes JS will always be updated with new features we need. I don’t think that’s necessarily the case so I’d like to keep this open. Also, it might be related to switching to Deno.

sandrina-p commented 4 years ago

Okay, let's leave this open then.