We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7985b commit 0cdc4b0Copy full SHA for 0cdc4b0
jscomp/others/js_promise2.res
@@ -14,5 +14,5 @@ let catch: (promise<'a>, error => promise<'a>) => promise<'a> = %raw(`
14
}
15
`)
16
17
-/** Old syntax, can use then instead */
+@deprecated("Use then instead")
18
let then_ = then
0 commit comments