Skip to content

Commit 93e669d

Browse files
committed
Document bs.send.pipe removed in 10.0.
1 parent a270877 commit 93e669d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc_docs/syntax/decorator_send_pipe.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ summary: "This is the `@bs.send.pipe` decorator."
66
category: "decorators"
77
---
88

9+
> Removed since compiler version 10.0. Use the [@send](https://rescript-lang.org/docs/manual/latest/bind-to-js-function) decorator instead.
10+
911
The `@bs.send.pipe` decorator is used to bind to a method on an object or array.
1012

11-
> This decorator has been deprecated. Use the [@send](https://rescript-lang.org/docs/manual/latest/bind-to-js-function) decorator instead.
1213

1314
### Example
1415

0 commit comments

Comments
 (0)