@jridgewell
I write code
Nothing here yet.
Nothing here yet.
No blogs yet.
I think I'm the closest to being officially sponsored. I'm a Google engineer that spends my 20% time working on babel, and my direct team donates $100 on top of that. @hzoo is a Behance engineer, and I think he spends roughly 50% of his time on babel? Other than that, we're all unpaid volunteers. There's some backers on opencollective.com/babel, but not nearly enough to sponsor a full time engineer.
There's nothing wrong with using new standardized (as in, accepted and official JS syntax and runtime code). The ones you list are prefect examples of official code. Promises are everywhere, and essential to understanding async in JS. Awaits are well on there way to becoming best practice (and mandatory) learning, too. But be careful with "experimental" codes that are not fully standardized (still in the proposal process, per the TC39).