We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c822c4 commit a84f0b9Copy full SHA for a84f0b9
tests/cases/fourslash/badJSDocNoCrash.ts
@@ -0,0 +1,11 @@
1
+/// <reference path="fourslash.ts" />
2
+
3
+// @filename: index.js
4
+//// class I18n {
5
+//// /**
6
+//// * @param {{dot|fulltext}} [stringMode] - which mode our translation keys use
7
+//// */
8
+//// constructor(options = {}) {}
9
+//// }
10
11
+verify.encodedSyntacticClassificationsLength(84);
0 commit comments