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
Copy file name to clipboardexpand all lines: analysis/src/CompletionDecorators.ml
+2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ It is also possible to map a ReScript record to a JavaScript array by passing in
30
30
[
31
31
{|The `@deprecated` decorator is used to add deprecation notes to types, values andsubmodules. The compiler andeditor tooling will yield a warning whenever a deprecated entity is being used.
32
32
33
+
Alternatively, use the `@@deprecated` decorator to add a deprecation warning to the file level.
34
+
33
35
[Read more andsee examples in the documentation](https://rescript-lang.org/syntax-lookup#expression-deprecated-decorator).|};
0 commit comments