Skip to content

Commit 3554e8c

Browse files
committed
fix
1 parent 446c060 commit 3554e8c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DeprecatedStuff.resi: File did not need migration
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
@deprecated({
2-
reason: "Use `String.slice` instead",
3-
migrate: String.slice(
4-
~start=%insert.labelledArgument("from"),
5-
~end=%insert.labelledArgument("to_"),
6-
),
7-
})
81
@send
92
external slice: (string, ~from: int, ~to_: int) => string = "slice"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@deprecated({
2+
reason: "Use `String.slice` instead",
3+
migrate: String.slice(
4+
~start=%insert.labelledArgument("from"),
5+
~end=%insert.labelledArgument("to_"),
6+
),
7+
})
8+
@send
9+
external slice: (string, ~from: int, ~to_: int) => string = "slice"

0 commit comments

Comments
 (0)