@@ -57,13 +57,14 @@ import {
5757 SourceFileLike , SpreadElement , StringLiteral , StringLiteralLike , Symbol , SymbolAccessibility , SymbolFlags , SymbolFormatFlags ,
5858 SymbolTracker , SyntaxKind , SyntaxList , TaggedTemplateExpression , TemplateExpression , TemplateLiteralToken , TemplateSpan ,
5959 TextRange , TextSpan , Token , TransientSymbol , Type , TypeChecker , TypeFormatFlags , TypeNode , TypeOfExpression , TypeQueryNode ,
60- UserPreferences , VariableDeclaration , VoidExpression , YieldExpression , ParameterDeclaration , PropertySignature , PropertyDeclaration , NamedDeclaration , ForInOrOfStatement ,
60+ UserPreferences , VariableDeclaration , VoidExpression , YieldExpression , ParameterDeclaration , PropertySignature , PropertyDeclaration ,
61+ NamedDeclaration , ForInOrOfStatement ,
6162} from "../compiler/types" ;
6263import {
6364 createRange , defaultMaximumTruncationLength , directoryProbablyExists , ensureScriptKind , escapeString , formatStringFromArgs ,
6465 getAssignmentDeclarationKind , getEmitScriptTarget , getExternalModuleImportEqualsDeclarationExpression , getIndentString ,
65- getLastChild , getLeadingCommentRangesOfNode , getLocaleSpecificMessage , getRootDeclaration , getSourceFileOfNode , getSpanOfTokenAtPosition ,
66- getTextOfIdentifierOrLiteral , getTextOfNode , hasSyntacticModifier , identifierIsThisKeyword , indexOfNode ,
66+ getLastChild , getLeadingCommentRangesOfNode , getLocaleSpecificMessage , getRootDeclaration , getSourceFileOfNode ,
67+ getSpanOfTokenAtPosition , getTextOfIdentifierOrLiteral , getTextOfNode , hasSyntacticModifier , identifierIsThisKeyword , indexOfNode ,
6768 isAmbientModule , isAnyImportSyntax , isDeclarationName , isExpressionNode , isExternalModuleImportEqualsDeclaration ,
6869 isFileLevelUniqueName , isFunctionBlock , isGlobalScopeAugmentation , isImportCall , isInJSFile , isInternalModuleImportEqualsDeclaration ,
6970 isJSDocTypeAlias , isKeyword , isLet , isPartOfTypeNode , isPropertyNameLiteral , isRequireCall , isRequireVariableStatement ,
@@ -75,10 +76,10 @@ import {
7576 getJSDocReturnType ,
7677 getJSDocType ,
7778 getNameOfDeclaration , idText , isBreakOrContinueStatement , isCallOrNewExpression , isDeclaration , isEntityName ,
78- isExpression , isForInOrOfStatement , isFunctionLike , isFunctionLikeDeclaration , isImportOrExportSpecifier , isJSDocCommentContainingNode , isJSDocLinkLike , isJSDocTag ,
79- isJsxOpeningLikeElement , isModifier , isNamedDeclaration , isOptionalChain , isOptionalChainRoot , isStringLiteralLike ,
80- isStringTextContainingNode , isTemplateLiteralKind , isToken , isTypeElement , isTypeNode , textSpanContainsPosition ,
81- textSpanContainsTextSpan , textSpanEnd , unescapeLeadingUnderscores ,
79+ isExpression , isForInOrOfStatement , isFunctionLike , isFunctionLikeDeclaration , isImportOrExportSpecifier ,
80+ isJSDocCommentContainingNode , isJSDocLinkLike , isJSDocTag , isJsxOpeningLikeElement , isModifier , isNamedDeclaration ,
81+ isOptionalChain , isOptionalChainRoot , isStringLiteralLike , isStringTextContainingNode , isTemplateLiteralKind , isToken ,
82+ isTypeElement , isTypeNode , textSpanContainsPosition , textSpanContainsTextSpan , textSpanEnd , unescapeLeadingUnderscores ,
8283} from "../compiler/utilitiesPublic" ;
8384import { visitEachChild } from "../compiler/visitorPublic" ;
8485import { moduleSymbolToValidIdentifier } from "./codefixes/importAdder" ;
0 commit comments