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
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/finishing-touches/docstrings.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,28 +54,28 @@ The presence of an unsupported software forge in this list does not constitute a
54
54
55
55
The checked languages are supported:
56
56
57
-
-[] Bash
58
-
-[] C
57
+
-[x] Bash
58
+
-[x] C
59
59
-[x] C++
60
-
-[] C#
60
+
-[x] C#
61
61
-[x] Elixir
62
62
-[x] Go
63
63
-[ ] Haskell
64
64
-[x] Java
65
65
-[x] JavaScript
66
-
-[] Kotlin
67
-
-[] Lua
68
-
-[] Php
66
+
-[x] Kotlin
67
+
-[x] Lua
68
+
-[x] Php
69
69
-[x] Python
70
-
-[] React TypeScript
70
+
-[x] React TypeScript
71
71
-[x] Ruby
72
-
-[] Rust
72
+
-[x] Rust
73
73
-[ ] Scala
74
-
-[] Swift
74
+
-[x] Swift
75
75
-[x] TypeScript
76
76
77
77
The presence of an unsupported language in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is in [beta](/early-access#beta).
78
78
79
79
:::note
80
-
In the case of JavaScript and TypeScript, there are tons of ways to declare functions. At the moment, we only support the keyword `function` at the top level.
80
+
In the case of JavaScript and TypeScript and the React versions of both, there are tons of ways to declare functions. At the moment, we only support the keyword `function` at the top level.
0 commit comments