Monthly Archives: May 2021

Transpiling private member fields with Babel

The current project I am working on deals with a lot of JavaScript. It is actually 100% TypeScript. JavaScript execution is made very fast in modern browsers, especially the V8 engine, thanks to technologies like hidden classes. JavaScript is a … Continue reading

Posted in JavaScript | Tagged , , | Leave a comment