We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678b573 commit 106a882Copy full SHA for 106a882
migration/migration.toml
@@ -51,7 +51,7 @@ rewrite="Array.forEachWithIndex"
51
52
[array-splice]
53
match="Js.Array2.spliceInPlace(~pos=:[pos], ~remove=:[remove], ~add=:[add])->ignore"
54
-rewrite="Js.Array2.splice(~start=:[pos], ~remove=:[remove], ~insert=:[add])"
+rewrite="Array.splice(~start=:[pos], ~remove=:[remove], ~insert=:[add])"
55
56
[array-z]
57
match="Js.Array2"
0 commit comments