Weekly Report 2021/04/26
This is my 31st weekly report.
Weekly contributions
denoland/deno_lint
- fix(control-flow): handle
break
statements in loops properly - fix(no-unused-vars): don't trigger errors for
export declare
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.