You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before it was like:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
Now it's:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
This helps with the visual but also the parsing of the messages.
Without our super errors system, this'll now look like:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
Which is still tasteful
0 commit comments