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 9e5f197 commit 4dad779Copy full SHA for 4dad779
fern/products/sdks/overview/typescript/changelog/2025-10-03.mdx
@@ -1,3 +1,9 @@
1
+## 3.3.9
2
+**`(fix):`** Use `// ... file header ...` file header instead of `/** ... file header ... */`.
3
+The latter is considered a JSDoc comment and may cause issues with some tools.
4
+The TypeScript compiler will remove `//` but not `/** */` comments.
5
+
6
7
## 3.3.7
8
**`(fix):`** Dynamically build type for enums based on the const to reduce generated code.
9
0 commit comments