mirror of
https://github.com/WhatsApp/erlang-language-platform.git
synced 2025-12-23 12:26:48 +00:00
Summary:
Add new diagnostic and fix to warn on code of the form
```
lists:foldl(fun(K, Acc) -> Acc#{K => []} end, #{}, List)
```
and suggest
```
maps:from_keys(List, [])
```
and similarly for folds equivalent to `maps:from_list/1`
Reviewed By: alanz
Differential Revision: D69051447
fbshipit-source-id: efd4b8e181da1d8ebc5384c4671d7dffc1df39e5
|
||
|---|---|---|
| .. | ||
| contributing | ||
| erlang-error-index | ||
| get-started | ||
| architecture.md | ||
| feature-gallery.mdx | ||