We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ac1d commit cd2e583Copy full SHA for cd2e583
pages/docs/manual/latest/overview.mdx
@@ -231,3 +231,5 @@ Array | `[1, 2, 3]` | `[1, 2,
231
Record | `type t = {b: int}; let a = {b: 10}` | `var a = {b: 10}`
232
Multiline Comment | `/* Comment here */` | Not in output
233
Single line Comment | `// Comment here` | Not in output
234
+
235
+_Note that this is a cleaned-up comparison table; a few examples' JavaScript output are slightly different in reality._
0 commit comments