Pinsave/counterstrike
1
1/*! *****************************************************************************2Copyright (c) Microsoft Corporation. All rights reserved.3Licensed under the Apache License, Version 2.0 (the "License"); you may not use4this file except in compliance with the License. You may obtain a copy of the5License at http://www.apache.org/licenses/LICENSE-2.06 7THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY8KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED9WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,10MERCHANTABLITY OR NON-INFRINGEMENT.11 12See the Apache Version 2.0 License for specific language governing permissions13and limitations under the License.14***************************************************************************** */15 16var ts = {}; ((module) => {17"use strict";18var __defProp = Object.defineProperty;19var __getOwnPropDesc = Object.getOwnPropertyDescriptor;20var __getOwnPropNames = Object.getOwnPropertyNames;21var __hasOwnProp = Object.prototype.hasOwnProperty;22var __export = (target, all) => {23 for (var name in all)24 __defProp(target, name, { get: all[name], enumerable: true });25};26var __copyProps = (to, from, except, desc) => {27 if (from && typeof from === "object" || typeof from === "function") {28 for (let key of __getOwnPropNames(from))29 if (!__hasOwnProp.call(to, key) && key !== except)30 __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });31 }32 return to;33};34var __toCommonJS = (mod) => (__copyProps, mod); // Modified helper to skip setting __esModule.35 36// src/typescript/typescript.ts37var typescript_exports = {};38__export(typescript_exports, {39 ANONYMOUS: () => ANONYMOUS,40 AccessFlags: () => AccessFlags,41 AssertionLevel: () => AssertionLevel,42 AssignmentDeclarationKind: () => AssignmentDeclarationKind,43 AssignmentKind: () => AssignmentKind,44 Associativity: () => Associativity,45 BreakpointResolver: () => ts_BreakpointResolver_exports,46 BuilderFileEmit: () => BuilderFileEmit,47 BuilderProgramKind: () => BuilderProgramKind,48 BuilderState: () => BuilderState,49 CallHierarchy: () => ts_CallHierarchy_exports,50 CharacterCodes: () => CharacterCodes,51 CheckFlags: () => CheckFlags,52 CheckMode: () => CheckMode,53 ClassificationType: () => ClassificationType,54 ClassificationTypeNames: () => ClassificationTypeNames,55 CommentDirectiveType: () => CommentDirectiveType,56 Comparison: () => Comparison,57 CompletionInfoFlags: () => CompletionInfoFlags,58 CompletionTriggerKind: () => CompletionTriggerKind,59 Completions: () => ts_Completions_exports,60 ContainerFlags: () => ContainerFlags,61 ContextFlags: () => ContextFlags,62 Debug: () => Debug,63 DiagnosticCategory: () => DiagnosticCategory,64 Diagnostics: () => Diagnostics,65 DocumentHighlights: () => DocumentHighlights,66 ElementFlags: () => ElementFlags,67 EmitFlags: () => EmitFlags,68 EmitHint: () => EmitHint,69 EmitOnly: () => EmitOnly,70 EndOfLineState: () => EndOfLineState,71 ExitStatus: () => ExitStatus,72 ExportKind: () => ExportKind,73 Extension: () => Extension,74 ExternalEmitHelpers: () => ExternalEmitHelpers,75 FileIncludeKind: () => FileIncludeKind,76 FilePreprocessingDiagnosticsKind: () => FilePreprocessingDiagnosticsKind,77 FileSystemEntryKind: () => FileSystemEntryKind,78 FileWatcherEventKind: () => FileWatcherEventKind,79 FindAllReferences: () => ts_FindAllReferences_exports,80 FlattenLevel: () => FlattenLevel,81 FlowFlags: () => FlowFlags,82 ForegroundColorEscapeSequences: () => ForegroundColorEscapeSequences,83 FunctionFlags: () => FunctionFlags,84 GeneratedIdentifierFlags: () => GeneratedIdentifierFlags,85 GetLiteralTextFlags: () => GetLiteralTextFlags,86 GoToDefinition: () => ts_GoToDefinition_exports,87 HighlightSpanKind: () => HighlightSpanKind,88 IdentifierNameMap: () => IdentifierNameMap,89 ImportKind: () => ImportKind,90 ImportsNotUsedAsValues: () => ImportsNotUsedAsValues,91 IndentStyle: () => IndentStyle,92 IndexFlags: () => IndexFlags,93 IndexKind: () => IndexKind,94 InferenceFlags: () => InferenceFlags,95 InferencePriority: () => InferencePriority,96 InlayHintKind: () => InlayHintKind2,97 InlayHints: () => ts_InlayHints_exports,98 InternalEmitFlags: () => InternalEmitFlags,99 InternalNodeBuilderFlags: () => InternalNodeBuilderFlags,100 InternalSymbolName: () => InternalSymbolName,101 IntersectionFlags: () => IntersectionFlags,102 InvalidatedProjectKind: () => InvalidatedProjectKind,103 JSDocParsingMode: () => JSDocParsingMode,104 JsDoc: () => ts_JsDoc_exports,105 JsTyping: () => ts_JsTyping_exports,106 JsxEmit: () => JsxEmit,107 JsxFlags: () => JsxFlags,108 JsxReferenceKind: () => JsxReferenceKind,109 LanguageFeatureMinimumTarget: () => LanguageFeatureMinimumTarget,110 LanguageServiceMode: () => LanguageServiceMode,111 LanguageVariant: () => LanguageVariant,112 LexicalEnvironmentFlags: () => LexicalEnvironmentFlags,113 ListFormat: () => ListFormat,114 LogLevel: () => LogLevel,115 MapCode: () => ts_MapCode_exports,116 MemberOverrideStatus: () => MemberOverrideStatus,117 ModifierFlags: () => ModifierFlags,118 ModuleDetectionKind: () => ModuleDetectionKind,119 ModuleInstanceState: () => ModuleInstanceState,120 ModuleKind: () => ModuleKind,121 ModuleResolutionKind: () => ModuleResolutionKind,122 ModuleSpecifierEnding: () => ModuleSpecifierEnding,123 NavigateTo: () => ts_NavigateTo_exports,124 NavigationBar: () => ts_NavigationBar_exports,125 NewLineKind: () => NewLineKind,126 NodeBuilderFlags: () => NodeBuilderFlags,127 NodeCheckFlags: () => NodeCheckFlags,128 NodeFactoryFlags: () => NodeFactoryFlags,129 NodeFlags: () => NodeFlags,130 NodeResolutionFeatures: () => NodeResolutionFeatures,131 ObjectFlags: () => ObjectFlags,132 OperationCanceledException: () => OperationCanceledException,133 OperatorPrecedence: () => OperatorPrecedence,134 OrganizeImports: () => ts_OrganizeImports_exports,135 OrganizeImportsMode: () => OrganizeImportsMode,136 OuterExpressionKinds: () => OuterExpressionKinds,137 OutliningElementsCollector: () => ts_OutliningElementsCollector_exports,138 OutliningSpanKind: () => OutliningSpanKind,139 OutputFileType: () => OutputFileType,140 PackageJsonAutoImportPreference: () => PackageJsonAutoImportPreference,141 PackageJsonDependencyGroup: () => PackageJsonDependencyGroup,142 PatternMatchKind: () => PatternMatchKind,143 PollingInterval: () => PollingInterval,144 PollingWatchKind: () => PollingWatchKind,145 PragmaKindFlags: () => PragmaKindFlags,146 PredicateSemantics: () => PredicateSemantics,147 PreparePasteEdits: () => ts_preparePasteEdits_exports,148 PrivateIdentifierKind: () => PrivateIdentifierKind,149 ProcessLevel: () => ProcessLevel,150 ProgramUpdateLevel: () => ProgramUpdateLevel,151 QuotePreference: () => QuotePreference,152 RegularExpressionFlags: () => RegularExpressionFlags,153 RelationComparisonResult: () => RelationComparisonResult,154 Rename: () => ts_Rename_exports,155 ScriptElementKind: () => ScriptElementKind,156 ScriptElementKindModifier: () => ScriptElementKindModifier,157 ScriptKind: () => ScriptKind,158 ScriptSnapshot: () => ScriptSnapshot,159 ScriptTarget: () => ScriptTarget,160 SemanticClassificationFormat: () => SemanticClassificationFormat,161 SemanticMeaning: () => SemanticMeaning,162 SemicolonPreference: () => SemicolonPreference,163 SignatureCheckMode: () => SignatureCheckMode,164 SignatureFlags: () => SignatureFlags,165 SignatureHelp: () => ts_SignatureHelp_exports,166 SignatureInfo: () => SignatureInfo,167 SignatureKind: () => SignatureKind,168 SmartSelectionRange: () => ts_SmartSelectionRange_exports,169 SnippetKind: () => SnippetKind,170 StatisticType: () => StatisticType,171 StructureIsReused: () => StructureIsReused,172 SymbolAccessibility: () => SymbolAccessibility,173 SymbolDisplay: () => ts_SymbolDisplay_exports,174 SymbolDisplayPartKind: () => SymbolDisplayPartKind,175 SymbolFlags: () => SymbolFlags,176 SymbolFormatFlags: () => SymbolFormatFlags,177 SyntaxKind: () => SyntaxKind,178 Ternary: () => Ternary,179 ThrottledCancellationToken: () => ThrottledCancellationToken,180 TokenClass: () => TokenClass,181 TokenFlags: () => TokenFlags,182 TransformFlags: () => TransformFlags,183 TypeFacts: () => TypeFacts,184 TypeFlags: () => TypeFlags,185 TypeFormatFlags: () => TypeFormatFlags,186 TypeMapKind: () => TypeMapKind,187 TypePredicateKind: () => TypePredicateKind,188 TypeReferenceSerializationKind: () => TypeReferenceSerializationKind,189 UnionReduction: () => UnionReduction,190 UpToDateStatusType: () => UpToDateStatusType,191 VarianceFlags: () => VarianceFlags,192 Version: () => Version,193 VersionRange: () => VersionRange,194 WatchDirectoryFlags: () => WatchDirectoryFlags,195 WatchDirectoryKind: () => WatchDirectoryKind,196 WatchFileKind: () => WatchFileKind,197 WatchLogLevel: () => WatchLogLevel,198 WatchType: () => WatchType,199 accessPrivateIdentifier: () => accessPrivateIdentifier,200 addEmitFlags: () => addEmitFlags,201 addEmitHelper: () => addEmitHelper,202 addEmitHelpers: () => addEmitHelpers,203 addInternalEmitFlags: () => addInternalEmitFlags,204 addNodeFactoryPatcher: () => addNodeFactoryPatcher,205 addObjectAllocatorPatcher: () => addObjectAllocatorPatcher,206 addRange: () => addRange,207 addRelatedInfo: () => addRelatedInfo,208 addSyntheticLeadingComment: () => addSyntheticLeadingComment,209 addSyntheticTrailingComment: () => addSyntheticTrailingComment,210 addToSeen: () => addToSeen,211 advancedAsyncSuperHelper: () => advancedAsyncSuperHelper,212 affectsDeclarationPathOptionDeclarations: () => affectsDeclarationPathOptionDeclarations,213 affectsEmitOptionDeclarations: () => affectsEmitOptionDeclarations,214 allKeysStartWithDot: () => allKeysStartWithDot,215 altDirectorySeparator: () => altDirectorySeparator,216 and: () => and,217 append: () => append,218 appendIfUnique: () => appendIfUnique,219 arrayFrom: () => arrayFrom,220 arrayIsEqualTo: () => arrayIsEqualTo,221 arrayIsHomogeneous: () => arrayIsHomogeneous,222 arrayOf: () => arrayOf,223 arrayReverseIterator: () => arrayReverseIterator,224 arrayToMap: () => arrayToMap,225 arrayToMultiMap: () => arrayToMultiMap,226 arrayToNumericMap: () => arrayToNumericMap,227 assertType: () => assertType,228 assign: () => assign,229 asyncSuperHelper: () => asyncSuperHelper,230 attachFileToDiagnostics: () => attachFileToDiagnostics,231 base64decode: () => base64decode,232 base64encode: () => base64encode,233 binarySearch: () => binarySearch,234 binarySearchKey: () => binarySearchKey,235 bindSourceFile: () => bindSourceFile,236 breakIntoCharacterSpans: () => breakIntoCharacterSpans,237 breakIntoWordSpans: () => breakIntoWordSpans,238 buildLinkParts: () => buildLinkParts,239 buildOpts: () => buildOpts,240 buildOverload: () => buildOverload,241 bundlerModuleNameResolver: () => bundlerModuleNameResolver,242 canBeConvertedToAsync: () => canBeConvertedToAsync,243 canHaveDecorators: () => canHaveDecorators,244 canHaveExportModifier: () => canHaveExportModifier,245 canHaveFlowNode: () => canHaveFlowNode,246 canHaveIllegalDecorators: () => canHaveIllegalDecorators,247 canHaveIllegalModifiers: () => canHaveIllegalModifiers,248 canHaveIllegalType: () => canHaveIllegalType,249 canHaveIllegalTypeParameters: () => canHaveIllegalTypeParameters,250 canHaveJSDoc: () => canHaveJSDoc,251 canHaveLocals: () => canHaveLocals,252 canHaveModifiers: () => canHaveModifiers,253 canHaveModuleSpecifier: () => canHaveModuleSpecifier,254 canHaveSymbol: () => canHaveSymbol,255 canIncludeBindAndCheckDiagnostics: () => canIncludeBindAndCheckDiagnostics,256 canJsonReportNoInputFiles: () => canJsonReportNoInputFiles,257 canProduceDiagnostics: () => canProduceDiagnostics,258 canUsePropertyAccess: () => canUsePropertyAccess,259 canWatchAffectingLocation: () => canWatchAffectingLocation,260 canWatchAtTypes: () => canWatchAtTypes,261 canWatchDirectoryOrFile: () => canWatchDirectoryOrFile,262 canWatchDirectoryOrFilePath: () => canWatchDirectoryOrFilePath,263 cartesianProduct: () => cartesianProduct,264 cast: () => cast,265 chainBundle: () => chainBundle,266 chainDiagnosticMessages: () => chainDiagnosticMessages,267 changeAnyExtension: () => changeAnyExtension,268 changeCompilerHostLikeToUseCache: () => changeCompilerHostLikeToUseCache,269 changeExtension: () => changeExtension,270 changeFullExtension: () => changeFullExtension,271 changesAffectModuleResolution: () => changesAffectModuleResolution,272 changesAffectingProgramStructure: () => changesAffectingProgramStructure,273 characterCodeToRegularExpressionFlag: () => characterCodeToRegularExpressionFlag,274 childIsDecorated: () => childIsDecorated,275 classElementOrClassElementParameterIsDecorated: () => classElementOrClassElementParameterIsDecorated,276 classHasClassThisAssignment: () => classHasClassThisAssignment,277 classHasDeclaredOrExplicitlyAssignedName: () => classHasDeclaredOrExplicitlyAssignedName,278 classHasExplicitlyAssignedName: () => classHasExplicitlyAssignedName,279 classOrConstructorParameterIsDecorated: () => classOrConstructorParameterIsDecorated,280 classicNameResolver: () => classicNameResolver,281 classifier: () => ts_classifier_exports,282 cleanExtendedConfigCache: () => cleanExtendedConfigCache,283 clear: () => clear,284 clearMap: () => clearMap,285 clearSharedExtendedConfigFileWatcher: () => clearSharedExtendedConfigFileWatcher,286 climbPastPropertyAccess: () => climbPastPropertyAccess,287 clone: () => clone,288 cloneCompilerOptions: () => cloneCompilerOptions,289 closeFileWatcher: () => closeFileWatcher,290 closeFileWatcherOf: () => closeFileWatcherOf,291 codefix: () => ts_codefix_exports,292 collapseTextChangeRangesAcrossMultipleVersions: () => collapseTextChangeRangesAcrossMultipleVersions,293 collectExternalModuleInfo: () => collectExternalModuleInfo,294 combine: () => combine,295 combinePaths: () => combinePaths,296 commandLineOptionOfCustomType: () => commandLineOptionOfCustomType,297 commentPragmas: () => commentPragmas,298 commonOptionsWithBuild: () => commonOptionsWithBuild,299 compact: () => compact,300 compareBooleans: () => compareBooleans,301 compareDataObjects: () => compareDataObjects,302 compareDiagnostics: () => compareDiagnostics,303 compareEmitHelpers: () => compareEmitHelpers,304 compareNumberOfDirectorySeparators: () => compareNumberOfDirectorySeparators,305 comparePaths: () => comparePaths,306 comparePathsCaseInsensitive: () => comparePathsCaseInsensitive,307 comparePathsCaseSensitive: () => comparePathsCaseSensitive,308 comparePatternKeys: () => comparePatternKeys,309 compareProperties: () => compareProperties,310 compareStringsCaseInsensitive: () => compareStringsCaseInsensitive,311 compareStringsCaseInsensitiveEslintCompatible: () => compareStringsCaseInsensitiveEslintCompatible,312 compareStringsCaseSensitive: () => compareStringsCaseSensitive,313 compareStringsCaseSensitiveUI: () => compareStringsCaseSensitiveUI,314 compareTextSpans: () => compareTextSpans,315 compareValues: () => compareValues,316 compilerOptionsAffectDeclarationPath: () => compilerOptionsAffectDeclarationPath,317 compilerOptionsAffectEmit: () => compilerOptionsAffectEmit,318 compilerOptionsAffectSemanticDiagnostics: () => compilerOptionsAffectSemanticDiagnostics,319 compilerOptionsDidYouMeanDiagnostics: () => compilerOptionsDidYouMeanDiagnostics,320 compilerOptionsIndicateEsModules: () => compilerOptionsIndicateEsModules,321 computeCommonSourceDirectoryOfFilenames: () => computeCommonSourceDirectoryOfFilenames,322 computeLineAndCharacterOfPosition: () => computeLineAndCharacterOfPosition,323 computeLineOfPosition: () => computeLineOfPosition,324 computeLineStarts: () => computeLineStarts,325 computePositionOfLineAndCharacter: () => computePositionOfLineAndCharacter,326 computeSignatureWithDiagnostics: () => computeSignatureWithDiagnostics,327 computeSuggestionDiagnostics: () => computeSuggestionDiagnostics,328 computedOptions: () => computedOptions,329 concatenate: () => concatenate,330 concatenateDiagnosticMessageChains: () => concatenateDiagnosticMessageChains,331 consumesNodeCoreModules: () => consumesNodeCoreModules,332 contains: () => contains,333 containsIgnoredPath: () => containsIgnoredPath,334 containsObjectRestOrSpread: () => containsObjectRestOrSpread,335 containsParseError: () => containsParseError,336 containsPath: () => containsPath,337 convertCompilerOptionsForTelemetry: () => convertCompilerOptionsForTelemetry,338 convertCompilerOptionsFromJson: () => convertCompilerOptionsFromJson,339 convertJsonOption: () => convertJsonOption,340 convertToBase64: () => convertToBase64,341 convertToJson: () => convertToJson,342 convertToObject: () => convertToObject,343 convertToOptionsWithAbsolutePaths: () => convertToOptionsWithAbsolutePaths,344 convertToRelativePath: () => convertToRelativePath,345 convertToTSConfig: () => convertToTSConfig,346 convertTypeAcquisitionFromJson: () => convertTypeAcquisitionFromJson,347 copyComments: () => copyComments,348 copyEntries: () => copyEntries,349 copyLeadingComments: () => copyLeadingComments,350 copyProperties: () => copyProperties,351 copyTrailingAsLeadingComments: () => copyTrailingAsLeadingComments,352 copyTrailingComments: () => copyTrailingComments,353 couldStartTrivia: () => couldStartTrivia,354 countWhere: () => countWhere,355 createAbstractBuilder: () => createAbstractBuilder,356 createAccessorPropertyBackingField: () => createAccessorPropertyBackingField,357 createAccessorPropertyGetRedirector: () => createAccessorPropertyGetRedirector,358 createAccessorPropertySetRedirector: () => createAccessorPropertySetRedirector,359 createBaseNodeFactory: () => createBaseNodeFactory,360 createBinaryExpressionTrampoline: () => createBinaryExpressionTrampoline,361 createBuilderProgram: () => createBuilderProgram,362 createBuilderProgramUsingIncrementalBuildInfo: () => createBuilderProgramUsingIncrementalBuildInfo,363 createBuilderStatusReporter: () => createBuilderStatusReporter,364 createCacheableExportInfoMap: () => createCacheableExportInfoMap,365 createCachedDirectoryStructureHost: () => createCachedDirectoryStructureHost,366 createClassifier: () => createClassifier,367 createCommentDirectivesMap: () => createCommentDirectivesMap,368 createCompilerDiagnostic: () => createCompilerDiagnostic,369 createCompilerDiagnosticForInvalidCustomType: () => createCompilerDiagnosticForInvalidCustomType,370 createCompilerDiagnosticFromMessageChain: () => createCompilerDiagnosticFromMessageChain,371 createCompilerHost: () => createCompilerHost,372 createCompilerHostFromProgramHost: () => createCompilerHostFromProgramHost,373 createCompilerHostWorker: () => createCompilerHostWorker,374 createDetachedDiagnostic: () => createDetachedDiagnostic,375 createDiagnosticCollection: () => createDiagnosticCollection,376 createDiagnosticForFileFromMessageChain: () => createDiagnosticForFileFromMessageChain,377 createDiagnosticForNode: () => createDiagnosticForNode,378 createDiagnosticForNodeArray: () => createDiagnosticForNodeArray,379 createDiagnosticForNodeArrayFromMessageChain: () => createDiagnosticForNodeArrayFromMessageChain,380 createDiagnosticForNodeFromMessageChain: () => createDiagnosticForNodeFromMessageChain,381 createDiagnosticForNodeInSourceFile: () => createDiagnosticForNodeInSourceFile,382 createDiagnosticForRange: () => createDiagnosticForRange,383 createDiagnosticMessageChainFromDiagnostic: () => createDiagnosticMessageChainFromDiagnostic,384 createDiagnosticReporter: () => createDiagnosticReporter,385 createDocumentPositionMapper: () => createDocumentPositionMapper,386 createDocumentRegistry: () => createDocumentRegistry,387 createDocumentRegistryInternal: () => createDocumentRegistryInternal,388 createEmitAndSemanticDiagnosticsBuilderProgram: () => createEmitAndSemanticDiagnosticsBuilderProgram,389 createEmitHelperFactory: () => createEmitHelperFactory,390 createEmptyExports: () => createEmptyExports,391 createEvaluator: () => createEvaluator,392 createExpressionForJsxElement: () => createExpressionForJsxElement,393 createExpressionForJsxFragment: () => createExpressionForJsxFragment,394 createExpressionForObjectLiteralElementLike: () => createExpressionForObjectLiteralElementLike,395 createExpressionForPropertyName: () => createExpressionForPropertyName,396 createExpressionFromEntityName: () => createExpressionFromEntityName,397 createExternalHelpersImportDeclarationIfNeeded: () => createExternalHelpersImportDeclarationIfNeeded,398 createFileDiagnostic: () => createFileDiagnostic,399 createFileDiagnosticFromMessageChain: () => createFileDiagnosticFromMessageChain,400 createFlowNode: () => createFlowNode,401 createForOfBindingStatement: () => createForOfBindingStatement,402 createFutureSourceFile: () => createFutureSourceFile,403 createGetCanonicalFileName: () => createGetCanonicalFileName,404 createGetIsolatedDeclarationErrors: () => createGetIsolatedDeclarationErrors,405 createGetSourceFile: () => createGetSourceFile,406 createGetSymbolAccessibilityDiagnosticForNode: () => createGetSymbolAccessibilityDiagnosticForNode,407 createGetSymbolAccessibilityDiagnosticForNodeName: () => createGetSymbolAccessibilityDiagnosticForNodeName,408 createGetSymbolWalker: () => createGetSymbolWalker,409 createIncrementalCompilerHost: () => createIncrementalCompilerHost,410 createIncrementalProgram: () => createIncrementalProgram,411 createJsxFactoryExpression: () => createJsxFactoryExpression,412 createLanguageService: () => createLanguageService,413 createLanguageServiceSourceFile: () => createLanguageServiceSourceFile,414 createMemberAccessForPropertyName: () => createMemberAccessForPropertyName,415 createModeAwareCache: () => createModeAwareCache,416 createModeAwareCacheKey: () => createModeAwareCacheKey,417 createModeMismatchDetails: () => createModeMismatchDetails,418 createModuleNotFoundChain: () => createModuleNotFoundChain,419 createModuleResolutionCache: () => createModuleResolutionCache,420 createModuleResolutionLoader: () => createModuleResolutionLoader,421 createModuleResolutionLoaderUsingGlobalCache: () => createModuleResolutionLoaderUsingGlobalCache,422 createModuleSpecifierResolutionHost: () => createModuleSpecifierResolutionHost,423 createMultiMap: () => createMultiMap,424 createNameResolver: () => createNameResolver,425 createNodeConverters: () => createNodeConverters,426 createNodeFactory: () => createNodeFactory,427 createOptionNameMap: () => createOptionNameMap,428 createOverload: () => createOverload,429 createPackageJsonImportFilter: () => createPackageJsonImportFilter,430 createPackageJsonInfo: () => createPackageJsonInfo,431 createParenthesizerRules: () => createParenthesizerRules,432 createPatternMatcher: () => createPatternMatcher,433 createPrinter: () => createPrinter,434 createPrinterWithDefaults: () => createPrinterWithDefaults,435 createPrinterWithRemoveComments: () => createPrinterWithRemoveComments,436 createPrinterWithRemoveCommentsNeverAsciiEscape: () => createPrinterWithRemoveCommentsNeverAsciiEscape,437 createPrinterWithRemoveCommentsOmitTrailingSemicolon: () => createPrinterWithRemoveCommentsOmitTrailingSemicolon,438 createProgram: () => createProgram,439 createProgramDiagnostics: () => createProgramDiagnostics,440 createProgramHost: () => createProgramHost,441 createPropertyNameNodeForIdentifierOrLiteral: () => createPropertyNameNodeForIdentifierOrLiteral,442 createQueue: () => createQueue,443 createRange: () => createRange,444 createRedirectedBuilderProgram: () => createRedirectedBuilderProgram,445 createResolutionCache: () => createResolutionCache,446 createRuntimeTypeSerializer: () => createRuntimeTypeSerializer,447 createScanner: () => createScanner,448 createSemanticDiagnosticsBuilderProgram: () => createSemanticDiagnosticsBuilderProgram,449 createSet: () => createSet,450 createSolutionBuilder: () => createSolutionBuilder,451 createSolutionBuilderHost: () => createSolutionBuilderHost,452 createSolutionBuilderWithWatch: () => createSolutionBuilderWithWatch,453 createSolutionBuilderWithWatchHost: () => createSolutionBuilderWithWatchHost,454 createSortedArray: () => createSortedArray,455 createSourceFile: () => createSourceFile,456 createSourceMapGenerator: () => createSourceMapGenerator,457 createSourceMapSource: () => createSourceMapSource,458 createSuperAccessVariableStatement: () => createSuperAccessVariableStatement,459 createSymbolTable: () => createSymbolTable,460 createSymlinkCache: () => createSymlinkCache,461 createSyntacticTypeNodeBuilder: () => createSyntacticTypeNodeBuilder,462 createSystemWatchFunctions: () => createSystemWatchFunctions,463 createTextChange: () => createTextChange,464 createTextChangeFromStartLength: () => createTextChangeFromStartLength,465 createTextChangeRange: () => createTextChangeRange,466 createTextRangeFromNode: () => createTextRangeFromNode,467 createTextRangeFromSpan: () => createTextRangeFromSpan,468 createTextSpan: () => createTextSpan,469 createTextSpanFromBounds: () => createTextSpanFromBounds,470 createTextSpanFromNode: () => createTextSpanFromNode,471 createTextSpanFromRange: () => createTextSpanFromRange,472 createTextSpanFromStringLiteralLikeContent: () => createTextSpanFromStringLiteralLikeContent,473 createTextWriter: () => createTextWriter,474 createTokenRange: () => createTokenRange,475 createTypeChecker: () => createTypeChecker,476 createTypeReferenceDirectiveResolutionCache: () => createTypeReferenceDirectiveResolutionCache,477 createTypeReferenceResolutionLoader: () => createTypeReferenceResolutionLoader,478 createWatchCompilerHost: () => createWatchCompilerHost2,479 createWatchCompilerHostOfConfigFile: () => createWatchCompilerHostOfConfigFile,480 createWatchCompilerHostOfFilesAndCompilerOptions: () => createWatchCompilerHostOfFilesAndCompilerOptions,481 createWatchFactory: () => createWatchFactory,482 createWatchHost: () => createWatchHost,483 createWatchProgram: () => createWatchProgram,484 createWatchStatusReporter: () => createWatchStatusReporter,485 createWriteFileMeasuringIO: () => createWriteFileMeasuringIO,486 declarationNameToString: () => declarationNameToString,487 decodeMappings: () => decodeMappings,488 decodedTextSpanIntersectsWith: () => decodedTextSpanIntersectsWith,489 deduplicate: () => deduplicate,490 defaultHoverMaximumTruncationLength: () => defaultHoverMaximumTruncationLength,491 defaultInitCompilerOptions: () => defaultInitCompilerOptions,492 defaultMaximumTruncationLength: () => defaultMaximumTruncationLength,493 diagnosticCategoryName: () => diagnosticCategoryName,494 diagnosticToString: () => diagnosticToString,495 diagnosticsEqualityComparer: () => diagnosticsEqualityComparer,496 directoryProbablyExists: () => directoryProbablyExists,497 directorySeparator: () => directorySeparator,498 displayPart: () => displayPart,499 displayPartsToString: () => displayPartsToString,500 disposeEmitNodes: () => disposeEmitNodes,501 documentSpansEqual: () => documentSpansEqual,502 dumpTracingLegend: () => dumpTracingLegend,503 elementAt: () => elementAt,504 elideNodes: () => elideNodes,505 emitDetachedComments: () => emitDetachedComments,506 emitFiles: () => emitFiles,507 emitFilesAndReportErrors: () => emitFilesAndReportErrors,508 emitFilesAndReportErrorsAndGetExitStatus: () => emitFilesAndReportErrorsAndGetExitStatus,509 emitModuleKindIsNonNodeESM: () => emitModuleKindIsNonNodeESM,510 emitNewLineBeforeLeadingCommentOfPosition: () => emitNewLineBeforeLeadingCommentOfPosition,511 emitResolverSkipsTypeChecking: () => emitResolverSkipsTypeChecking,512 emitSkippedWithNoDiagnostics: () => emitSkippedWithNoDiagnostics,513 emptyArray: () => emptyArray,514 emptyFileSystemEntries: () => emptyFileSystemEntries,515 emptyMap: () => emptyMap,516 emptyOptions: () => emptyOptions,517 endsWith: () => endsWith,518 ensurePathIsNonModuleName: () => ensurePathIsNonModuleName,519 ensureScriptKind: () => ensureScriptKind,520 ensureTrailingDirectorySeparator: () => ensureTrailingDirectorySeparator,521 entityNameToString: () => entityNameToString,522 enumerateInsertsAndDeletes: () => enumerateInsertsAndDeletes,523 equalOwnProperties: () => equalOwnProperties,524 equateStringsCaseInsensitive: () => equateStringsCaseInsensitive,525 equateStringsCaseSensitive: () => equateStringsCaseSensitive,526 equateValues: () => equateValues,527 escapeJsxAttributeString: () => escapeJsxAttributeString,528 escapeLeadingUnderscores: () => escapeLeadingUnderscores,529 escapeNonAsciiString: () => escapeNonAsciiString,530 escapeSnippetText: () => escapeSnippetText,531 escapeString: () => escapeString,532 escapeTemplateSubstitution: () => escapeTemplateSubstitution,533 evaluatorResult: () => evaluatorResult,534 every: () => every,535 exclusivelyPrefixedNodeCoreModules: () => exclusivelyPrefixedNodeCoreModules,536 executeCommandLine: () => executeCommandLine,537 expandPreOrPostfixIncrementOrDecrementExpression: () => expandPreOrPostfixIncrementOrDecrementExpression,538 explainFiles: () => explainFiles,539 explainIfFileIsRedirectAndImpliedFormat: () => explainIfFileIsRedirectAndImpliedFormat,540 exportAssignmentIsAlias: () => exportAssignmentIsAlias,541 expressionResultIsUnused: () => expressionResultIsUnused,542 extend: () => extend,543 extensionFromPath: () => extensionFromPath,544 extensionIsTS: () => extensionIsTS,545 extensionsNotSupportingExtensionlessResolution: () => extensionsNotSupportingExtensionlessResolution,546 externalHelpersModuleNameText: () => externalHelpersModuleNameText,547 factory: () => factory,548 fileExtensionIs: () => fileExtensionIs,549 fileExtensionIsOneOf: () => fileExtensionIsOneOf,550 fileIncludeReasonToDiagnostics: () => fileIncludeReasonToDiagnostics,551 fileShouldUseJavaScriptRequire: () => fileShouldUseJavaScriptRequire,552 filter: () => filter,553 filterMutate: () => filterMutate,554 filterSemanticDiagnostics: () => filterSemanticDiagnostics,555 find: () => find,556 findAncestor: () => findAncestor,557 findBestPatternMatch: () => findBestPatternMatch,558 findChildOfKind: () => findChildOfKind,559 findComputedPropertyNameCacheAssignment: () => findComputedPropertyNameCacheAssignment,560 findConfigFile: () => findConfigFile,561 findConstructorDeclaration: () => findConstructorDeclaration,562 findContainingList: () => findContainingList,563 findDiagnosticForNode: () => findDiagnosticForNode,564 findFirstNonJsxWhitespaceToken: () => findFirstNonJsxWhitespaceToken,565 findIndex: () => findIndex,566 findLast: () => findLast,567 findLastIndex: () => findLastIndex,568 findListItemInfo: () => findListItemInfo,569 findModifier: () => findModifier,570 findNextToken: () => findNextToken,571 findPackageJson: () => findPackageJson,572 findPackageJsons: () => findPackageJsons,573 findPrecedingMatchingToken: () => findPrecedingMatchingToken,574 findPrecedingToken: () => findPrecedingToken,575 findSuperStatementIndexPath: () => findSuperStatementIndexPath,576 findTokenOnLeftOfPosition: () => findTokenOnLeftOfPosition,577 findUseStrictPrologue: () => findUseStrictPrologue,578 first: () => first,579 firstDefined: () => firstDefined,580 firstDefinedIterator: () => firstDefinedIterator,581 firstIterator: () => firstIterator,582 firstOrOnly: () => firstOrOnly,583 firstOrUndefined: () => firstOrUndefined,584 firstOrUndefinedIterator: () => firstOrUndefinedIterator,585 fixupCompilerOptions: () => fixupCompilerOptions,586 flatMap: () => flatMap,587 flatMapIterator: () => flatMapIterator,588 flatMapToMutable: () => flatMapToMutable,589 flatten: () => flatten,590 flattenCommaList: () => flattenCommaList,591 flattenDestructuringAssignment: () => flattenDestructuringAssignment,592 flattenDestructuringBinding: () => flattenDestructuringBinding,593 flattenDiagnosticMessageText: () => flattenDiagnosticMessageText,594 forEach: () => forEach,595 forEachAncestor: () => forEachAncestor,596 forEachAncestorDirectory: () => forEachAncestorDirectory,597 forEachAncestorDirectoryStoppingAtGlobalCache: () => forEachAncestorDirectoryStoppingAtGlobalCache,598 forEachChild: () => forEachChild,599 forEachChildRecursively: () => forEachChildRecursively,600 forEachDynamicImportOrRequireCall: () => forEachDynamicImportOrRequireCall,601 forEachEmittedFile: () => forEachEmittedFile,602 forEachEnclosingBlockScopeContainer: () => forEachEnclosingBlockScopeContainer,603 forEachEntry: () => forEachEntry,604 forEachExternalModuleToImportFrom: () => forEachExternalModuleToImportFrom,605 forEachImportClauseDeclaration: () => forEachImportClauseDeclaration,606 forEachKey: () => forEachKey,607 forEachLeadingCommentRange: () => forEachLeadingCommentRange,608 forEachNameInAccessChainWalkingLeft: () => forEachNameInAccessChainWalkingLeft,609 forEachNameOfDefaultExport: () => forEachNameOfDefaultExport,610 forEachOptionsSyntaxByName: () => forEachOptionsSyntaxByName,611 forEachProjectReference: () => forEachProjectReference,612 forEachPropertyAssignment: () => forEachPropertyAssignment,613 forEachResolvedProjectReference: () => forEachResolvedProjectReference,614 forEachReturnStatement: () => forEachReturnStatement,615 forEachRight: () => forEachRight,616 forEachTrailingCommentRange: () => forEachTrailingCommentRange,617 forEachTsConfigPropArray: () => forEachTsConfigPropArray,618 forEachUnique: () => forEachUnique,619 forEachYieldExpression: () => forEachYieldExpression,620 formatColorAndReset: () => formatColorAndReset,621 formatDiagnostic: () => formatDiagnostic,622 formatDiagnostics: () => formatDiagnostics,623 formatDiagnosticsWithColorAndContext: () => formatDiagnosticsWithColorAndContext,624 formatGeneratedName: () => formatGeneratedName,625 formatGeneratedNamePart: () => formatGeneratedNamePart,626 formatLocation: () => formatLocation,627 formatMessage: () => formatMessage,628 formatStringFromArgs: () => formatStringFromArgs,629 formatting: () => ts_formatting_exports,630 generateDjb2Hash: () => generateDjb2Hash,631 generateTSConfig: () => generateTSConfig,632 getAdjustedReferenceLocation: () => getAdjustedReferenceLocation,633 getAdjustedRenameLocation: () => getAdjustedRenameLocation,634 getAliasDeclarationFromName: () => getAliasDeclarationFromName,635 getAllAccessorDeclarations: () => getAllAccessorDeclarations,636 getAllDecoratorsOfClass: () => getAllDecoratorsOfClass,637 getAllDecoratorsOfClassElement: () => getAllDecoratorsOfClassElement,638 getAllJSDocTags: () => getAllJSDocTags,639 getAllJSDocTagsOfKind: () => getAllJSDocTagsOfKind,640 getAllKeys: () => getAllKeys,641 getAllProjectOutputs: () => getAllProjectOutputs,642 getAllSuperTypeNodes: () => getAllSuperTypeNodes,643 getAllowImportingTsExtensions: () => getAllowImportingTsExtensions,644 getAllowJSCompilerOption: () => getAllowJSCompilerOption,645 getAllowSyntheticDefaultImports: () => getAllowSyntheticDefaultImports,646 getAncestor: () => getAncestor,647 getAnyExtensionFromPath: () => getAnyExtensionFromPath,648 getAreDeclarationMapsEnabled: () => getAreDeclarationMapsEnabled,649 getAssignedExpandoInitializer: () => getAssignedExpandoInitializer,650 getAssignedName: () => getAssignedName,651 getAssignmentDeclarationKind: () => getAssignmentDeclarationKind,652 getAssignmentDeclarationPropertyAccessKind: () => getAssignmentDeclarationPropertyAccessKind,653 getAssignmentTargetKind: () => getAssignmentTargetKind,654 getAutomaticTypeDirectiveNames: () => getAutomaticTypeDirectiveNames,655 getBaseFileName: () => getBaseFileName,656 getBinaryOperatorPrecedence: () => getBinaryOperatorPrecedence,657 getBuildInfo: () => getBuildInfo,658 getBuildInfoFileVersionMap: () => getBuildInfoFileVersionMap,659 getBuildInfoText: () => getBuildInfoText,660 getBuildOrderFromAnyBuildOrder: () => getBuildOrderFromAnyBuildOrder,661 getBuilderCreationParameters: () => getBuilderCreationParameters,662 getBuilderFileEmit: () => getBuilderFileEmit,663 getCanonicalDiagnostic: () => getCanonicalDiagnostic,664 getCheckFlags: () => getCheckFlags,665 getClassExtendsHeritageElement: () => getClassExtendsHeritageElement,666 getClassLikeDeclarationOfSymbol: () => getClassLikeDeclarationOfSymbol,667 getCombinedLocalAndExportSymbolFlags: () => getCombinedLocalAndExportSymbolFlags,668 getCombinedModifierFlags: () => getCombinedModifierFlags,669 getCombinedNodeFlags: () => getCombinedNodeFlags,670 getCombinedNodeFlagsAlwaysIncludeJSDoc: () => getCombinedNodeFlagsAlwaysIncludeJSDoc,671 getCommentRange: () => getCommentRange,672 getCommonSourceDirectory: () => getCommonSourceDirectory,673 getCommonSourceDirectoryOfConfig: () => getCommonSourceDirectoryOfConfig,674 getCompilerOptionValue: () => getCompilerOptionValue,675 getConditions: () => getConditions,676 getConfigFileParsingDiagnostics: () => getConfigFileParsingDiagnostics,677 getConstantValue: () => getConstantValue,678 getContainerFlags: () => getContainerFlags,679 getContainerNode: () => getContainerNode,680 getContainingClass: () => getContainingClass,681 getContainingClassExcludingClassDecorators: () => getContainingClassExcludingClassDecorators,682 getContainingClassStaticBlock: () => getContainingClassStaticBlock,683 getContainingFunction: () => getContainingFunction,684 getContainingFunctionDeclaration: () => getContainingFunctionDeclaration,685 getContainingFunctionOrClassStaticBlock: () => getContainingFunctionOrClassStaticBlock,686 getContainingNodeArray: () => getContainingNodeArray,687 getContainingObjectLiteralElement: () => getContainingObjectLiteralElement,688 getContextualTypeFromParent: () => getContextualTypeFromParent,689 getContextualTypeFromParentOrAncestorTypeNode: () => getContextualTypeFromParentOrAncestorTypeNode,690 getDeclarationDiagnostics: () => getDeclarationDiagnostics,691 getDeclarationEmitExtensionForPath: () => getDeclarationEmitExtensionForPath,692 getDeclarationEmitOutputFilePath: () => getDeclarationEmitOutputFilePath,693 getDeclarationEmitOutputFilePathWorker: () => getDeclarationEmitOutputFilePathWorker,694 getDeclarationFileExtension: () => getDeclarationFileExtension,695 getDeclarationFromName: () => getDeclarationFromName,696 getDeclarationModifierFlagsFromSymbol: () => getDeclarationModifierFlagsFromSymbol,697 getDeclarationOfKind: () => getDeclarationOfKind,698 getDeclarationsOfKind: () => getDeclarationsOfKind,699 getDeclaredExpandoInitializer: () => getDeclaredExpandoInitializer,700 getDecorators: () => getDecorators,701 getDefaultCompilerOptions: () => getDefaultCompilerOptions2,702 getDefaultFormatCodeSettings: () => getDefaultFormatCodeSettings,703 getDefaultLibFileName: () => getDefaultLibFileName,704 getDefaultLibFilePath: () => getDefaultLibFilePath,705 getDefaultLikeExportInfo: () => getDefaultLikeExportInfo,706 getDefaultLikeExportNameFromDeclaration: () => getDefaultLikeExportNameFromDeclaration,707 getDefaultResolutionModeForFileWorker: () => getDefaultResolutionModeForFileWorker,708 getDiagnosticText: () => getDiagnosticText,709 getDiagnosticsWithinSpan: () => getDiagnosticsWithinSpan,710 getDirectoryPath: () => getDirectoryPath,711 getDirectoryToWatchFailedLookupLocation: () => getDirectoryToWatchFailedLookupLocation,712 getDirectoryToWatchFailedLookupLocationFromTypeRoot: () => getDirectoryToWatchFailedLookupLocationFromTypeRoot,713 getDocumentPositionMapper: () => getDocumentPositionMapper,714 getDocumentSpansEqualityComparer: () => getDocumentSpansEqualityComparer,715 getESModuleInterop: () => getESModuleInterop,716 getEditsForFileRename: () => getEditsForFileRename,717 getEffectiveBaseTypeNode: () => getEffectiveBaseTypeNode,718 getEffectiveConstraintOfTypeParameter: () => getEffectiveConstraintOfTypeParameter,719 getEffectiveContainerForJSDocTemplateTag: () => getEffectiveContainerForJSDocTemplateTag,720 getEffectiveImplementsTypeNodes: () => getEffectiveImplementsTypeNodes,721 getEffectiveInitializer: () => getEffectiveInitializer,722 getEffectiveJSDocHost: () => getEffectiveJSDocHost,723 getEffectiveModifierFlags: () => getEffectiveModifierFlags,724 getEffectiveModifierFlagsAlwaysIncludeJSDoc: () => getEffectiveModifierFlagsAlwaysIncludeJSDoc,725 getEffectiveModifierFlagsNoCache: () => getEffectiveModifierFlagsNoCache,726 getEffectiveReturnTypeNode: () => getEffectiveReturnTypeNode,727 getEffectiveSetAccessorTypeAnnotationNode: () => getEffectiveSetAccessorTypeAnnotationNode,728 getEffectiveTypeAnnotationNode: () => getEffectiveTypeAnnotationNode,729 getEffectiveTypeParameterDeclarations: () => getEffectiveTypeParameterDeclarations,730 getEffectiveTypeRoots: () => getEffectiveTypeRoots,731 getElementOrPropertyAccessArgumentExpressionOrName: () => getElementOrPropertyAccessArgumentExpressionOrName,732 getElementOrPropertyAccessName: () => getElementOrPropertyAccessName,733 getElementsOfBindingOrAssignmentPattern: () => getElementsOfBindingOrAssignmentPattern,734 getEmitDeclarations: () => getEmitDeclarations,735 getEmitFlags: () => getEmitFlags,736 getEmitHelpers: () => getEmitHelpers,737 getEmitModuleDetectionKind: () => getEmitModuleDetectionKind,738 getEmitModuleFormatOfFileWorker: () => getEmitModuleFormatOfFileWorker,739 getEmitModuleKind: () => getEmitModuleKind,740 getEmitModuleResolutionKind: () => getEmitModuleResolutionKind,741 getEmitScriptTarget: () => getEmitScriptTarget,742 getEmitStandardClassFields: () => getEmitStandardClassFields,743 getEnclosingBlockScopeContainer: () => getEnclosingBlockScopeContainer,744 getEnclosingContainer: () => getEnclosingContainer,745 getEncodedSemanticClassifications: () => getEncodedSemanticClassifications,746 getEncodedSyntacticClassifications: () => getEncodedSyntacticClassifications,747 getEndLinePosition: () => getEndLinePosition,748 getEntityNameFromTypeNode: () => getEntityNameFromTypeNode,749 getEntrypointsFromPackageJsonInfo: () => getEntrypointsFromPackageJsonInfo,750 getErrorCountForSummary: () => getErrorCountForSummary,751 getErrorSpanForNode: () => getErrorSpanForNode,752 getErrorSummaryText: () => getErrorSummaryText,753 getEscapedTextOfIdentifierOrLiteral: () => getEscapedTextOfIdentifierOrLiteral,754 getEscapedTextOfJsxAttributeName: () => getEscapedTextOfJsxAttributeName,755 getEscapedTextOfJsxNamespacedName: () => getEscapedTextOfJsxNamespacedName,756 getExpandoInitializer: () => getExpandoInitializer,757 getExportAssignmentExpression: () => getExportAssignmentExpression,758 getExportInfoMap: () => getExportInfoMap,759 getExportNeedsImportStarHelper: () => getExportNeedsImportStarHelper,760 getExpressionAssociativity: () => getExpressionAssociativity,761 getExpressionPrecedence: () => getExpressionPrecedence,762 getExternalHelpersModuleName: () => getExternalHelpersModuleName,763 getExternalModuleImportEqualsDeclarationExpression: () => getExternalModuleImportEqualsDeclarationExpression,764 getExternalModuleName: () => getExternalModuleName,765 getExternalModuleNameFromDeclaration: () => getExternalModuleNameFromDeclaration,766 getExternalModuleNameFromPath: () => getExternalModuleNameFromPath,767 getExternalModuleNameLiteral: () => getExternalModuleNameLiteral,768 getExternalModuleRequireArgument: () => getExternalModuleRequireArgument,769 getFallbackOptions: () => getFallbackOptions,770 getFileEmitOutput: () => getFileEmitOutput,771 getFileMatcherPatterns: () => getFileMatcherPatterns,772 getFileNamesFromConfigSpecs: () => getFileNamesFromConfigSpecs,773 getFileWatcherEventKind: () => getFileWatcherEventKind,774 getFilesInErrorForSummary: () => getFilesInErrorForSummary,775 getFirstConstructorWithBody: () => getFirstConstructorWithBody,776 getFirstIdentifier: () => getFirstIdentifier,777 getFirstNonSpaceCharacterPosition: () => getFirstNonSpaceCharacterPosition,778 getFirstProjectOutput: () => getFirstProjectOutput,779 getFixableErrorSpanExpression: () => getFixableErrorSpanExpression,780 getFormatCodeSettingsForWriting: () => getFormatCodeSettingsForWriting,781 getFullWidth: () => getFullWidth,782 getFunctionFlags: () => getFunctionFlags,783 getHeritageClause: () => getHeritageClause,784 getHostSignatureFromJSDoc: () => getHostSignatureFromJSDoc,785 getIdentifierAutoGenerate: () => getIdentifierAutoGenerate,786 getIdentifierGeneratedImportReference: () => getIdentifierGeneratedImportReference,787 getIdentifierTypeArguments: () => getIdentifierTypeArguments,788 getImmediatelyInvokedFunctionExpression: () => getImmediatelyInvokedFunctionExpression,789 getImpliedNodeFormatForEmitWorker: () => getImpliedNodeFormatForEmitWorker,790 getImpliedNodeFormatForFile: () => getImpliedNodeFormatForFile,791 getImpliedNodeFormatForFileWorker: () => getImpliedNodeFormatForFileWorker,792 getImportNeedsImportDefaultHelper: () => getImportNeedsImportDefaultHelper,793 getImportNeedsImportStarHelper: () => getImportNeedsImportStarHelper,794 getIndentString: () => getIndentString,795 getInferredLibraryNameResolveFrom: () => getInferredLibraryNameResolveFrom,796 getInitializedVariables: () => getInitializedVariables,797 getInitializerOfBinaryExpression: () => getInitializerOfBinaryExpression,798 getInitializerOfBindingOrAssignmentElement: () => getInitializerOfBindingOrAssignmentElement,799 getInterfaceBaseTypeNodes: () => getInterfaceBaseTypeNodes,800 getInternalEmitFlags: () => getInternalEmitFlags,801 getInvokedExpression: () => getInvokedExpression,802 getIsFileExcluded: () => getIsFileExcluded,803 getIsolatedModules: () => getIsolatedModules,804 getJSDocAugmentsTag: () => getJSDocAugmentsTag,805 getJSDocClassTag: () => getJSDocClassTag,806 getJSDocCommentRanges: () => getJSDocCommentRanges,807 getJSDocCommentsAndTags: () => getJSDocCommentsAndTags,808 getJSDocDeprecatedTag: () => getJSDocDeprecatedTag,809 getJSDocDeprecatedTagNoCache: () => getJSDocDeprecatedTagNoCache,810 getJSDocEnumTag: () => getJSDocEnumTag,811 getJSDocHost: () => getJSDocHost,812 getJSDocImplementsTags: () => getJSDocImplementsTags,813 getJSDocOverloadTags: () => getJSDocOverloadTags,814 getJSDocOverrideTagNoCache: () => getJSDocOverrideTagNoCache,815 getJSDocParameterTags: () => getJSDocParameterTags,816 getJSDocParameterTagsNoCache: () => getJSDocParameterTagsNoCache,817 getJSDocPrivateTag: () => getJSDocPrivateTag,818 getJSDocPrivateTagNoCache: () => getJSDocPrivateTagNoCache,819 getJSDocProtectedTag: () => getJSDocProtectedTag,820 getJSDocProtectedTagNoCache: () => getJSDocProtectedTagNoCache,821 getJSDocPublicTag: () => getJSDocPublicTag,822 getJSDocPublicTagNoCache: () => getJSDocPublicTagNoCache,823 getJSDocReadonlyTag: () => getJSDocReadonlyTag,824 getJSDocReadonlyTagNoCache: () => getJSDocReadonlyTagNoCache,825 getJSDocReturnTag: () => getJSDocReturnTag,826 getJSDocReturnType: () => getJSDocReturnType,827 getJSDocRoot: () => getJSDocRoot,828 getJSDocSatisfiesExpressionType: () => getJSDocSatisfiesExpressionType,829 getJSDocSatisfiesTag: () => getJSDocSatisfiesTag,830 getJSDocTags: () => getJSDocTags,831 getJSDocTemplateTag: () => getJSDocTemplateTag,832 getJSDocThisTag: () => getJSDocThisTag,833 getJSDocType: () => getJSDocType,834 getJSDocTypeAliasName: () => getJSDocTypeAliasName,835 getJSDocTypeAssertionType: () => getJSDocTypeAssertionType,836 getJSDocTypeParameterDeclarations: () => getJSDocTypeParameterDeclarations,837 getJSDocTypeParameterTags: () => getJSDocTypeParameterTags,838 getJSDocTypeParameterTagsNoCache: () => getJSDocTypeParameterTagsNoCache,839 getJSDocTypeTag: () => getJSDocTypeTag,840 getJSXImplicitImportBase: () => getJSXImplicitImportBase,841 getJSXRuntimeImport: () => getJSXRuntimeImport,842 getJSXTransformEnabled: () => getJSXTransformEnabled,843 getKeyForCompilerOptions: () => getKeyForCompilerOptions,844 getLanguageVariant: () => getLanguageVariant,845 getLastChild: () => getLastChild,846 getLeadingCommentRanges: () => getLeadingCommentRanges,847 getLeadingCommentRangesOfNode: () => getLeadingCommentRangesOfNode,848 getLeftmostAccessExpression: () => getLeftmostAccessExpression,849 getLeftmostExpression: () => getLeftmostExpression,850 getLibFileNameFromLibReference: () => getLibFileNameFromLibReference,851 getLibNameFromLibReference: () => getLibNameFromLibReference,852 getLibraryNameFromLibFileName: () => getLibraryNameFromLibFileName,853 getLineAndCharacterOfPosition: () => getLineAndCharacterOfPosition,854 getLineInfo: () => getLineInfo,855 getLineOfLocalPosition: () => getLineOfLocalPosition,856 getLineStartPositionForPosition: () => getLineStartPositionForPosition,857 getLineStarts: () => getLineStarts,858 getLinesBetweenPositionAndNextNonWhitespaceCharacter: () => getLinesBetweenPositionAndNextNonWhitespaceCharacter,859 getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter: () => getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter,860 getLinesBetweenPositions: () => getLinesBetweenPositions,861 getLinesBetweenRangeEndAndRangeStart: () => getLinesBetweenRangeEndAndRangeStart,862 getLinesBetweenRangeEndPositions: () => getLinesBetweenRangeEndPositions,863 getLiteralText: () => getLiteralText,864 getLocalNameForExternalImport: () => getLocalNameForExternalImport,865 getLocalSymbolForExportDefault: () => getLocalSymbolForExportDefault,866 getLocaleSpecificMessage: () => getLocaleSpecificMessage,867 getLocaleTimeString: () => getLocaleTimeString,868 getMappedContextSpan: () => getMappedContextSpan,869 getMappedDocumentSpan: () => getMappedDocumentSpan,870 getMappedLocation: () => getMappedLocation,871 getMatchedFileSpec: () => getMatchedFileSpec,872 getMatchedIncludeSpec: () => getMatchedIncludeSpec,873 getMeaningFromDeclaration: () => getMeaningFromDeclaration,874 getMeaningFromLocation: () => getMeaningFromLocation,875 getMembersOfDeclaration: () => getMembersOfDeclaration,876 getModeForFileReference: () => getModeForFileReference,877 getModeForResolutionAtIndex: () => getModeForResolutionAtIndex,878 getModeForUsageLocation: () => getModeForUsageLocation,879 getModifiedTime: () => getModifiedTime,880 getModifiers: () => getModifiers,881 getModuleInstanceState: () => getModuleInstanceState,882 getModuleNameStringLiteralAt: () => getModuleNameStringLiteralAt,883 getModuleSpecifierEndingPreference: () => getModuleSpecifierEndingPreference,884 getModuleSpecifierResolverHost: () => getModuleSpecifierResolverHost,885 getNameForExportedSymbol: () => getNameForExportedSymbol,886 getNameFromImportAttribute: () => getNameFromImportAttribute,887 getNameFromIndexInfo: () => getNameFromIndexInfo,888 getNameFromPropertyName: () => getNameFromPropertyName,889 getNameOfAccessExpression: () => getNameOfAccessExpression,890 getNameOfCompilerOptionValue: () => getNameOfCompilerOptionValue,891 getNameOfDeclaration: () => getNameOfDeclaration,892 getNameOfExpando: () => getNameOfExpando,893 getNameOfJSDocTypedef: () => getNameOfJSDocTypedef,894 getNameOfScriptTarget: () => getNameOfScriptTarget,895 getNameOrArgument: () => getNameOrArgument,896 getNameTable: () => getNameTable,897 getNamespaceDeclarationNode: () => getNamespaceDeclarationNode,898 getNewLineCharacter: () => getNewLineCharacter,899 getNewLineKind: () => getNewLineKind,900 getNewLineOrDefaultFromHost: () => getNewLineOrDefaultFromHost,901 getNewTargetContainer: () => getNewTargetContainer,902 getNextJSDocCommentLocation: () => getNextJSDocCommentLocation,903 getNodeChildren: () => getNodeChildren,904 getNodeForGeneratedName: () => getNodeForGeneratedName,905 getNodeId: () => getNodeId,906 getNodeKind: () => getNodeKind,907 getNodeModifiers: () => getNodeModifiers,908 getNodeModulePathParts: () => getNodeModulePathParts,909 getNonAssignedNameOfDeclaration: () => getNonAssignedNameOfDeclaration,910 getNonAssignmentOperatorForCompoundAssignment: () => getNonAssignmentOperatorForCompoundAssignment,911 getNonAugmentationDeclaration: () => getNonAugmentationDeclaration,912 getNonDecoratorTokenPosOfNode: () => getNonDecoratorTokenPosOfNode,913 getNonIncrementalBuildInfoRoots: () => getNonIncrementalBuildInfoRoots,914 getNonModifierTokenPosOfNode: () => getNonModifierTokenPosOfNode,915 getNormalizedAbsolutePath: () => getNormalizedAbsolutePath,916 getNormalizedAbsolutePathWithoutRoot: () => getNormalizedAbsolutePathWithoutRoot,917 getNormalizedPathComponents: () => getNormalizedPathComponents,918 getObjectFlags: () => getObjectFlags,919 getOperatorAssociativity: () => getOperatorAssociativity,920 getOperatorPrecedence: () => getOperatorPrecedence,921 getOptionFromName: () => getOptionFromName,922 getOptionsForLibraryResolution: () => getOptionsForLibraryResolution,923 getOptionsNameMap: () => getOptionsNameMap,924 getOptionsSyntaxByArrayElementValue: () => getOptionsSyntaxByArrayElementValue,925 getOptionsSyntaxByValue: () => getOptionsSyntaxByValue,926 getOrCreateEmitNode: () => getOrCreateEmitNode,927 getOrUpdate: () => getOrUpdate,928 getOriginalNode: () => getOriginalNode,929 getOriginalNodeId: () => getOriginalNodeId,930 getOutputDeclarationFileName: () => getOutputDeclarationFileName,931 getOutputDeclarationFileNameWorker: () => getOutputDeclarationFileNameWorker,932 getOutputExtension: () => getOutputExtension,933 getOutputFileNames: () => getOutputFileNames,934 getOutputJSFileNameWorker: () => getOutputJSFileNameWorker,935 getOutputPathsFor: () => getOutputPathsFor,936 getOwnEmitOutputFilePath: () => getOwnEmitOutputFilePath,937 getOwnKeys: () => getOwnKeys,938 getOwnValues: () => getOwnValues,939 getPackageJsonTypesVersionsPaths: () => getPackageJsonTypesVersionsPaths,940 getPackageNameFromTypesPackageName: () => getPackageNameFromTypesPackageName,941 getPackageScopeForPath: () => getPackageScopeForPath,942 getParameterSymbolFromJSDoc: () => getParameterSymbolFromJSDoc,943 getParentNodeInSpan: () => getParentNodeInSpan,944 getParseTreeNode: () => getParseTreeNode,945 getParsedCommandLineOfConfigFile: () => getParsedCommandLineOfConfigFile,946 getPathComponents: () => getPathComponents,947 getPathFromPathComponents: () => getPathFromPathComponents,948 getPathUpdater: () => getPathUpdater,949 getPathsBasePath: () => getPathsBasePath,950 getPatternFromSpec: () => getPatternFromSpec,951 getPendingEmitKindWithSeen: () => getPendingEmitKindWithSeen,952 getPositionOfLineAndCharacter: () => getPositionOfLineAndCharacter,953 getPossibleGenericSignatures: () => getPossibleGenericSignatures,954 getPossibleOriginalInputExtensionForExtension: () => getPossibleOriginalInputExtensionForExtension,955 getPossibleOriginalInputPathWithoutChangingExt: () => getPossibleOriginalInputPathWithoutChangingExt,956 getPossibleTypeArgumentsInfo: () => getPossibleTypeArgumentsInfo,957 getPreEmitDiagnostics: () => getPreEmitDiagnostics,958 getPrecedingNonSpaceCharacterPosition: () => getPrecedingNonSpaceCharacterPosition,959 getPrivateIdentifier: () => getPrivateIdentifier,960 getProperties: () => getProperties,961 getProperty: () => getProperty,962 getPropertyAssignmentAliasLikeExpression: () => getPropertyAssignmentAliasLikeExpression,963 getPropertyNameForPropertyNameNode: () => getPropertyNameForPropertyNameNode,964 getPropertyNameFromType: () => getPropertyNameFromType,965 getPropertyNameOfBindingOrAssignmentElement: () => getPropertyNameOfBindingOrAssignmentElement,966 getPropertySymbolFromBindingElement: () => getPropertySymbolFromBindingElement,967 getPropertySymbolsFromContextualType: () => getPropertySymbolsFromContextualType,968 getQuoteFromPreference: () => getQuoteFromPreference,969 getQuotePreference: () => getQuotePreference,970 getRangesWhere: () => getRangesWhere,971 getRefactorContextSpan: () => getRefactorContextSpan,972 getReferencedFileLocation: () => getReferencedFileLocation,973 getRegexFromPattern: () => getRegexFromPattern,974 getRegularExpressionForWildcard: () => getRegularExpressionForWildcard,975 getRegularExpressionsForWildcards: () => getRegularExpressionsForWildcards,976 getRelativePathFromDirectory: () => getRelativePathFromDirectory,977 getRelativePathFromFile: () => getRelativePathFromFile,978 getRelativePathToDirectoryOrUrl: () => getRelativePathToDirectoryOrUrl,979 getRenameLocation: () => getRenameLocation,980 getReplacementSpanForContextToken: () => getReplacementSpanForContextToken,981 getResolutionDiagnostic: () => getResolutionDiagnostic,982 getResolutionModeOverride: () => getResolutionModeOverride,983 getResolveJsonModule: () => getResolveJsonModule,984 getResolvePackageJsonExports: () => getResolvePackageJsonExports,985 getResolvePackageJsonImports: () => getResolvePackageJsonImports,986 getResolvedExternalModuleName: () => getResolvedExternalModuleName,987 getResolvedModuleFromResolution: () => getResolvedModuleFromResolution,988 getResolvedTypeReferenceDirectiveFromResolution: () => getResolvedTypeReferenceDirectiveFromResolution,989 getRestIndicatorOfBindingOrAssignmentElement: () => getRestIndicatorOfBindingOrAssignmentElement,990 getRestParameterElementType: () => getRestParameterElementType,991 getRightMostAssignedExpression: () => getRightMostAssignedExpression,992 getRootDeclaration: () => getRootDeclaration,993 getRootDirectoryOfResolutionCache: () => getRootDirectoryOfResolutionCache,994 getRootLength: () => getRootLength,995 getScriptKind: () => getScriptKind,996 getScriptKindFromFileName: () => getScriptKindFromFileName,997 getScriptTargetFeatures: () => getScriptTargetFeatures,998 getSelectedEffectiveModifierFlags: () => getSelectedEffectiveModifierFlags,999 getSelectedSyntacticModifierFlags: () => getSelectedSyntacticModifierFlags,1000 getSemanticClassifications: () => getSemanticClassifications,1001 getSemanticJsxChildren: () => getSemanticJsxChildren,1002 getSetAccessorTypeAnnotationNode: () => getSetAccessorTypeAnnotationNode,1003 getSetAccessorValueParameter: () => getSetAccessorValueParameter,1004 getSetExternalModuleIndicator: () => getSetExternalModuleIndicator,1005 getShebang: () => getShebang,1006 getSingleVariableOfVariableStatement: () => getSingleVariableOfVariableStatement,1007 getSnapshotText: () => getSnapshotText,1008 getSnippetElement: () => getSnippetElement,1009 getSourceFileOfModule: () => getSourceFileOfModule,1010 getSourceFileOfNode: () => getSourceFileOfNode,1011 getSourceFilePathInNewDir: () => getSourceFilePathInNewDir,1012 getSourceFileVersionAsHashFromText: () => getSourceFileVersionAsHashFromText,1013 getSourceFilesToEmit: () => getSourceFilesToEmit,1014 getSourceMapRange: () => getSourceMapRange,1015 getSourceMapper: () => getSourceMapper,1016 getSourceTextOfNodeFromSourceFile: () => getSourceTextOfNodeFromSourceFile,1017 getSpanOfTokenAtPosition: () => getSpanOfTokenAtPosition,1018 getSpellingSuggestion: () => getSpellingSuggestion,1019 getStartPositionOfLine: () => getStartPositionOfLine,1020 getStartPositionOfRange: () => getStartPositionOfRange,1021 getStartsOnNewLine: () => getStartsOnNewLine,1022 getStaticPropertiesAndClassStaticBlock: () => getStaticPropertiesAndClassStaticBlock,1023 getStrictOptionValue: () => getStrictOptionValue,1024 getStringComparer: () => getStringComparer,1025 getSubPatternFromSpec: () => getSubPatternFromSpec,1026 getSuperCallFromStatement: () => getSuperCallFromStatement,1027 getSuperContainer: () => getSuperContainer,1028 getSupportedCodeFixes: () => getSupportedCodeFixes,1029 getSupportedExtensions: () => getSupportedExtensions,1030 getSupportedExtensionsWithJsonIfResolveJsonModule: () => getSupportedExtensionsWithJsonIfResolveJsonModule,1031 getSwitchedType: () => getSwitchedType,1032 getSymbolId: () => getSymbolId,1033 getSymbolNameForPrivateIdentifier: () => getSymbolNameForPrivateIdentifier,1034 getSymbolTarget: () => getSymbolTarget,1035 getSyntacticClassifications: () => getSyntacticClassifications,1036 getSyntacticModifierFlags: () => getSyntacticModifierFlags,1037 getSyntacticModifierFlagsNoCache: () => getSyntacticModifierFlagsNoCache,1038 getSynthesizedDeepClone: () => getSynthesizedDeepClone,1039 getSynthesizedDeepCloneWithReplacements: () => getSynthesizedDeepCloneWithReplacements,1040 getSynthesizedDeepClones: () => getSynthesizedDeepClones,1041 getSynthesizedDeepClonesWithReplacements: () => getSynthesizedDeepClonesWithReplacements,1042 getSyntheticLeadingComments: () => getSyntheticLeadingComments,1043 getSyntheticTrailingComments: () => getSyntheticTrailingComments,1044 getTargetLabel: () => getTargetLabel,1045 getTargetOfBindingOrAssignmentElement: () => getTargetOfBindingOrAssignmentElement,1046 getTemporaryModuleResolutionState: () => getTemporaryModuleResolutionState,1047 getTextOfConstantValue: () => getTextOfConstantValue,1048 getTextOfIdentifierOrLiteral: () => getTextOfIdentifierOrLiteral,1049 getTextOfJSDocComment: () => getTextOfJSDocComment,1050 getTextOfJsxAttributeName: () => getTextOfJsxAttributeName,1051 getTextOfJsxNamespacedName: () => getTextOfJsxNamespacedName,1052 getTextOfNode: () => getTextOfNode,1053 getTextOfNodeFromSourceText: () => getTextOfNodeFromSourceText,1054 getTextOfPropertyName: () => getTextOfPropertyName,1055 getThisContainer: () => getThisContainer,1056 getThisParameter: () => getThisParameter,1057 getTokenAtPosition: () => getTokenAtPosition,1058 getTokenPosOfNode: () => getTokenPosOfNode,1059 getTokenSourceMapRange: () => getTokenSourceMapRange,1060 getTouchingPropertyName: () => getTouchingPropertyName,1061 getTouchingToken: () => getTouchingToken,1062 getTrailingCommentRanges: () => getTrailingCommentRanges,1063 getTrailingSemicolonDeferringWriter: () => getTrailingSemicolonDeferringWriter,1064 getTransformers: () => getTransformers,1065 getTsBuildInfoEmitOutputFilePath: () => getTsBuildInfoEmitOutputFilePath,1066 getTsConfigObjectLiteralExpression: () => getTsConfigObjectLiteralExpression,1067 getTsConfigPropArrayElementValue: () => getTsConfigPropArrayElementValue,1068 getTypeAnnotationNode: () => getTypeAnnotationNode,1069 getTypeArgumentOrTypeParameterList: () => getTypeArgumentOrTypeParameterList,1070 getTypeKeywordOfTypeOnlyImport: () => getTypeKeywordOfTypeOnlyImport,1071 getTypeNode: () => getTypeNode,1072 getTypeNodeIfAccessible: () => getTypeNodeIfAccessible,1073 getTypeParameterFromJsDoc: () => getTypeParameterFromJsDoc,1074 getTypeParameterOwner: () => getTypeParameterOwner,1075 getTypesPackageName: () => getTypesPackageName,1076 getUILocale: () => getUILocale,1077 getUniqueName: () => getUniqueName,1078 getUniqueSymbolId: () => getUniqueSymbolId,1079 getUseDefineForClassFields: () => getUseDefineForClassFields,1080 getWatchErrorSummaryDiagnosticMessage: () => getWatchErrorSummaryDiagnosticMessage,1081 getWatchFactory: () => getWatchFactory,1082 group: () => group,1083 groupBy: () => groupBy,1084 guessIndentation: () => guessIndentation,1085 handleNoEmitOptions: () => handleNoEmitOptions,1086 handleWatchOptionsConfigDirTemplateSubstitution: () => handleWatchOptionsConfigDirTemplateSubstitution,1087 hasAbstractModifier: () => hasAbstractModifier,1088 hasAccessorModifier: () => hasAccessorModifier,1089 hasAmbientModifier: () => hasAmbientModifier,1090 hasChangesInResolutions: () => hasChangesInResolutions,1091 hasContextSensitiveParameters: () => hasContextSensitiveParameters,1092 hasDecorators: () => hasDecorators,1093 hasDocComment: () => hasDocComment,1094 hasDynamicName: () => hasDynamicName,1095 hasEffectiveModifier: () => hasEffectiveModifier,1096 hasEffectiveModifiers: () => hasEffectiveModifiers,1097 hasEffectiveReadonlyModifier: () => hasEffectiveReadonlyModifier,1098 hasExtension: () => hasExtension,1099 hasImplementationTSFileExtension: () => hasImplementationTSFileExtension,1100 hasIndexSignature: () => hasIndexSignature,1101 hasInferredType: () => hasInferredType,1102 hasInitializer: () => hasInitializer,1103 hasInvalidEscape: () => hasInvalidEscape,1104 hasJSDocNodes: () => hasJSDocNodes,1105 hasJSDocParameterTags: () => hasJSDocParameterTags,1106 hasJSFileExtension: () => hasJSFileExtension,1107 hasJsonModuleEmitEnabled: () => hasJsonModuleEmitEnabled,1108 hasOnlyExpressionInitializer: () => hasOnlyExpressionInitializer,1109 hasOverrideModifier: () => hasOverrideModifier,1110 hasPossibleExternalModuleReference: () => hasPossibleExternalModuleReference,1111 hasProperty: () => hasProperty,1112 hasPropertyAccessExpressionWithName: () => hasPropertyAccessExpressionWithName,1113 hasQuestionToken: () => hasQuestionToken,1114 hasRecordedExternalHelpers: () => hasRecordedExternalHelpers,1115 hasResolutionModeOverride: () => hasResolutionModeOverride,1116 hasRestParameter: () => hasRestParameter,1117 hasScopeMarker: () => hasScopeMarker,1118 hasStaticModifier: () => hasStaticModifier,1119 hasSyntacticModifier: () => hasSyntacticModifier,1120 hasSyntacticModifiers: () => hasSyntacticModifiers,1121 hasTSFileExtension: () => hasTSFileExtension,1122 hasTabstop: () => hasTabstop,1123 hasTrailingDirectorySeparator: () => hasTrailingDirectorySeparator,1124 hasType: () => hasType,1125 hasTypeArguments: () => hasTypeArguments,1126 hasZeroOrOneAsteriskCharacter: () => hasZeroOrOneAsteriskCharacter,1127 hostGetCanonicalFileName: () => hostGetCanonicalFileName,1128 hostUsesCaseSensitiveFileNames: () => hostUsesCaseSensitiveFileNames,1129 idText: () => idText,1130 identifierIsThisKeyword: () => identifierIsThisKeyword,1131 identifierToKeywordKind: () => identifierToKeywordKind,1132 identity: () => identity,1133 identitySourceMapConsumer: () => identitySourceMapConsumer,1134 ignoreSourceNewlines: () => ignoreSourceNewlines,1135 ignoredPaths: () => ignoredPaths,1136 importFromModuleSpecifier: () => importFromModuleSpecifier,1137 importSyntaxAffectsModuleResolution: () => importSyntaxAffectsModuleResolution,1138 indexOfAnyCharCode: () => indexOfAnyCharCode,1139 indexOfNode: () => indexOfNode,1140 indicesOf: () => indicesOf,1141 inferredTypesContainingFile: () => inferredTypesContainingFile,1142 injectClassNamedEvaluationHelperBlockIfMissing: () => injectClassNamedEvaluationHelperBlockIfMissing,1143 injectClassThisAssignmentIfMissing: () => injectClassThisAssignmentIfMissing,1144 insertImports: () => insertImports,1145 insertSorted: () => insertSorted,1146 insertStatementAfterCustomPrologue: () => insertStatementAfterCustomPrologue,1147 insertStatementAfterStandardPrologue: () => insertStatementAfterStandardPrologue,1148 insertStatementsAfterCustomPrologue: () => insertStatementsAfterCustomPrologue,1149 insertStatementsAfterStandardPrologue: () => insertStatementsAfterStandardPrologue,1150 intersperse: () => intersperse,1151 intrinsicTagNameToString: () => intrinsicTagNameToString,1152 introducesArgumentsExoticObject: () => introducesArgumentsExoticObject,1153 inverseJsxOptionMap: () => inverseJsxOptionMap,1154 isAbstractConstructorSymbol: () => isAbstractConstructorSymbol,1155 isAbstractModifier: () => isAbstractModifier,1156 isAccessExpression: () => isAccessExpression,1157 isAccessibilityModifier: () => isAccessibilityModifier,1158 isAccessor: () => isAccessor,1159 isAccessorModifier: () => isAccessorModifier,1160 isAliasableExpression: () => isAliasableExpression,1161 isAmbientModule: () => isAmbientModule,1162 isAmbientPropertyDeclaration: () => isAmbientPropertyDeclaration,1163 isAnyDirectorySeparator: () => isAnyDirectorySeparator,1164 isAnyImportOrBareOrAccessedRequire: () => isAnyImportOrBareOrAccessedRequire,1165 isAnyImportOrReExport: () => isAnyImportOrReExport,1166 isAnyImportOrRequireStatement: () => isAnyImportOrRequireStatement,1167 isAnyImportSyntax: () => isAnyImportSyntax,1168 isAnySupportedFileExtension: () => isAnySupportedFileExtension,1169 isApplicableVersionedTypesKey: () => isApplicableVersionedTypesKey,1170 isArgumentExpressionOfElementAccess: () => isArgumentExpressionOfElementAccess,1171 isArray: () => isArray,1172 isArrayBindingElement: () => isArrayBindingElement,1173 isArrayBindingOrAssignmentElement: () => isArrayBindingOrAssignmentElement,1174 isArrayBindingOrAssignmentPattern: () => isArrayBindingOrAssignmentPattern,1175 isArrayBindingPattern: () => isArrayBindingPattern,1176 isArrayLiteralExpression: () => isArrayLiteralExpression,1177 isArrayLiteralOrObjectLiteralDestructuringPattern: () => isArrayLiteralOrObjectLiteralDestructuringPattern,1178 isArrayTypeNode: () => isArrayTypeNode,1179 isArrowFunction: () => isArrowFunction,1180 isAsExpression: () => isAsExpression,1181 isAssertClause: () => isAssertClause,1182 isAssertEntry: () => isAssertEntry,1183 isAssertionExpression: () => isAssertionExpression,1184 isAssertsKeyword: () => isAssertsKeyword,1185 isAssignmentDeclaration: () => isAssignmentDeclaration,1186 isAssignmentExpression: () => isAssignmentExpression,1187 isAssignmentOperator: () => isAssignmentOperator,1188 isAssignmentPattern: () => isAssignmentPattern,1189 isAssignmentTarget: () => isAssignmentTarget,1190 isAsteriskToken: () => isAsteriskToken,1191 isAsyncFunction: () => isAsyncFunction,1192 isAsyncModifier: () => isAsyncModifier,1193 isAutoAccessorPropertyDeclaration: () => isAutoAccessorPropertyDeclaration,1194 isAwaitExpression: () => isAwaitExpression,1195 isAwaitKeyword: () => isAwaitKeyword,1196 isBigIntLiteral: () => isBigIntLiteral,1197 isBinaryExpression: () => isBinaryExpression,1198 isBinaryLogicalOperator: () => isBinaryLogicalOperator,1199 isBinaryOperatorToken: () => isBinaryOperatorToken,1200 isBindableObjectDefinePropertyCall: () => isBindableObjectDefinePropertyCall,