This is my 31st weekly report.

Weekly contributions

denoland/deno_lint

I started to create a new control flow graph analyzer from scratch. The current one of deno_lint has a lot of ad-hoc, stateful, less-maintainable logics. Hopefully new one will address such issues. It's not only quite challenging but also enjoyable to implement it. The repository is currently private. I'll make it public when it's ready.