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
[1;33m1[0m [2m│[0m let _ = [1;33mJs.Array2.map[0m([1, 2], v => v + 1)
6
+
2 [2m│[0m
7
+
8
+
deprecated: Js.Array2.map
9
+
Use `Array.map` instead.
10
+
11
+
This can be automatically migrated by the ReScript migration tool. Run `rescript-tools migrate-all` to run all automatic migrations available in your project.
0 commit comments