Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

remove unused imports

Changed files
-3
src
-3
src/resolve.ts
···
isIdentifier,
isNoSubstitutionTemplateLiteral,
isTaggedTemplateExpression,
-
NoSubstitutionTemplateLiteral,
TaggedTemplateExpression,
-
TemplateExpression,
-
TemplateLiteral,
} from 'typescript';
import ts from 'typescript/lib/tsserverlibrary';
import { findNode, getSource } from './utils';