Putting JavaScript Abstract Syntax Tree into practice

There are things that we tend not to notice since they are so obvious — or we just do not need to think about them. There are many such things in JavaScript, things that we do not need to worry about in our everyday work (unless you develop Babe… Read more

Similar

Manipulating AST with JavaScript

Previously, I’ve talked about how to write a babel transformation, and I went one step deeper into Babel, by showing how you can create a custom JavaScript syntax, I demonstrated how Babel parses your code into AST, transforms it and generates back into c... (more…)

Read more »

Easing the pain of building in JavaScript

In principle, JavaScript is a very dynamic and interactive programming language. However, that has changed significantly in recent years. Now, modern web development requires extensive build and compilation steps. That is unfortunate for two reasons. Firs... (more…)

Read more »

RAG NPM for JavaScript Devs

Farspeak API. Latest version: 1.1.1, last published: 7 hours ago. Start using farspeak in your project by running `npm i farspeak`. There are no other projects in the npm registry using farspeak. (more…)

Read more »