Anatomy of a JavaScript Pretty Printer

During the past few weeks, I’ve been working on prettier, which is a JavaScript pretty printer. We are approaching the phase where we can actually use it so this is a good time to explain how it works. Read more

Similar

How to Think About JavaScript Security

JavaScript has no security model. The runtime environments do. This post is a primer on how to think about JavaScript code security in Web browsers and Node.js. How Browsers Execute JavaScript Code?JavaScript was created to add interactivity to HTML pages... (more…)

Read more »