MemLab – An open source JavaScript memory leak testing framework from Meta
memlab is an E2E testing, memory leak detection, and heap analysis framework for front-end JavaScript. (more…)
Read more »The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. Read more