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

Configure Feed

Select the types of activity you want to include in your feed.

remove unused imports

-3
-3
src/resolve.ts
··· 3 3 isIdentifier, 4 4 isNoSubstitutionTemplateLiteral, 5 5 isTaggedTemplateExpression, 6 - NoSubstitutionTemplateLiteral, 7 6 TaggedTemplateExpression, 8 - TemplateExpression, 9 - TemplateLiteral, 10 7 } from 'typescript'; 11 8 import ts from 'typescript/lib/tsserverlibrary'; 12 9 import { findNode, getSource } from './utils';