Weekly Report 2020/12/13
This is my 12th weekly report.
Weekly contributions
denoland/deno_lint
- fix(prefer-as-const): handle
var_decl
that has nodecl
- refactor(no-misused-new): switch to
asset_lint_err!
macro - feat(plugin): expose ControlFlow to JS
- refactor(getter-return): replace std::mem::take with Option::take
denoland/deno
- refactor(cli): add async version of resolve_addr function
- chore(test): increase timeout duration on macOS