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 c22b697 commit fd96817Copy full SHA for fd96817
tests/baselines/reference/organizeImports/SortComments.ts
tests/cases/fourslash/organizeImports6.ts
@@ -16,6 +16,12 @@
16
//// anotherThing;
17
18
verify.organizeImports(
19
-`import * as anotherThing from "someopath"; /* small comment */ // single line one.
+`/* some comment here
20
+* and there
21
+*/
22
+import * as anotherThing from "someopath"; /* small comment */ // single line one.
23
+/* some comment here
24
25
26
-anotherThing;`);
27
+anotherThing;`);
0 commit comments