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 f63c9c2 commit c8fe515Copy full SHA for c8fe515
packages/typescript-estree/src/convert-comments.ts
@@ -1,5 +1,5 @@
1
import * as ts from 'typescript'; // leave this as * as ts so people using util package don't need syntheticDefaultImports
2
-import { forEachComment } from 'tsutils';
+import { forEachComment } from 'tsutils/util/util';
3
import { getLocFor } from './node-utils';
4
import { TSESTree } from './ts-estree';
5
0 commit comments