JavaScript engines use a mechanism called lazy parsing to run code more quickly.
Read more »
A deep cloning JS algorithm aware of prototypes, getters/setters, etc. - Quelklef/js-true-clone... (more…)
Read more »
babel-plugin-offside-js - Babel offside (indention) Javascript syntax extension. (more…)
Read more »
Many visual programming languages (VPLs) such as Max or PureData provide a graphic canvas to allow developers to connect functions or data between them. This canvas, also known as a patcher, is basically a graph meant to be interpreted as dataflow computa... (more…)
Read more »
Earlier today, I was briefly entertaining the idea of writing a library to wrap and enhance querySelectorAll in certain ways. I thought I’d rather not introduce a Parsel dependency out of the box, but only use it to parse selectors properly when it’s avai... (more…)
Read more »