@typescript-deploys/pr-build 5.2.0-pr-54278-2 → 5.2.0-pr-54316-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ var ts = (() => {
35
35
  "src/compiler/corePublic.ts"() {
36
36
  "use strict";
37
37
  versionMajorMinor = "5.2";
38
- version = `${versionMajorMinor}.0-insiders.20230516`;
38
+ version = `${versionMajorMinor}.0-insiders.20230518`;
39
39
  Comparison = /* @__PURE__ */ ((Comparison3) => {
40
40
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
41
41
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -45,34 +45,6 @@ var ts = (() => {
45
45
  }
46
46
  });
47
47
 
48
- // src/compiler/pluginUtilities.ts
49
- function setTypeScriptNamespace(entrypoint, ts) {
50
- if (currentEntrypoint !== void 0)
51
- throw new Error("ts namespace already set");
52
- currentEntrypoint = entrypoint;
53
- currentTsNamespace = ts;
54
- }
55
- function getTypeScriptNamespace() {
56
- if (currentTsNamespace === void 0)
57
- throw new Error("ts namespace unset");
58
- return currentTsNamespace;
59
- }
60
- function shouldAllowPlugins(options) {
61
- switch (currentEntrypoint) {
62
- case "tsserver":
63
- case "tsserverlibrary":
64
- case "typescript":
65
- return true;
66
- }
67
- return options.allowPlugins ?? false;
68
- }
69
- var currentEntrypoint, currentTsNamespace;
70
- var init_pluginUtilities = __esm({
71
- "src/compiler/pluginUtilities.ts"() {
72
- "use strict";
73
- }
74
- });
75
-
76
48
  // src/compiler/core.ts
77
49
  function length(array) {
78
50
  return array ? array.length : 0;
@@ -8690,7 +8662,6 @@ ${lanes.join("\n")}
8690
8662
  Compiles_the_current_project_with_additional_settings: diag(6929, 3 /* Message */, "Compiles_the_current_project_with_additional_settings_6929", "Compiles the current project, with additional settings."),
8691
8663
  true_for_ES2022_and_above_including_ESNext: diag(6930, 3 /* Message */, "true_for_ES2022_and_above_including_ESNext_6930", "`true` for ES2022 and above, including ESNext."),
8692
8664
  List_of_file_name_suffixes_to_search_when_resolving_a_module: diag(6931, 1 /* Error */, "List_of_file_name_suffixes_to_search_when_resolving_a_module_6931", "List of file name suffixes to search when resolving a module."),
8693
- Option_allowPlugins_must_be_specified_when_compiler_plugins_are_present: diag(6932, 1 /* Error */, "Option_allowPlugins_must_be_specified_when_compiler_plugins_are_present_6932", "Option '--allowPlugins' must be specified when compiler plugins are present."),
8694
8665
  Variable_0_implicitly_has_an_1_type: diag(7005, 1 /* Error */, "Variable_0_implicitly_has_an_1_type_7005", "Variable '{0}' implicitly has an '{1}' type."),
8695
8666
  Parameter_0_implicitly_has_an_1_type: diag(7006, 1 /* Error */, "Parameter_0_implicitly_has_an_1_type_7006", "Parameter '{0}' implicitly has an '{1}' type."),
8696
8667
  Member_0_implicitly_has_an_1_type: diag(7008, 1 /* Error */, "Member_0_implicitly_has_an_1_type_7008", "Member '{0}' implicitly has an '{1}' type."),
@@ -9047,6 +9018,7 @@ ${lanes.join("\n")}
9047
9018
  Convert_typedef_to_TypeScript_type: diag(95176, 3 /* Message */, "Convert_typedef_to_TypeScript_type_95176", "Convert typedef to TypeScript type."),
9048
9019
  Convert_all_typedef_to_TypeScript_types: diag(95177, 3 /* Message */, "Convert_all_typedef_to_TypeScript_types_95177", "Convert all typedef to TypeScript types."),
9049
9020
  Move_to_file: diag(95178, 3 /* Message */, "Move_to_file_95178", "Move to file"),
9021
+ Cannot_move_to_file_selected_file_is_invalid: diag(95179, 3 /* Message */, "Cannot_move_to_file_selected_file_is_invalid_95179", "Cannot move to file, selected file is invalid"),
9050
9022
  No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer: diag(18004, 1 /* Error */, "No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer_18004", "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer."),
9051
9023
  Classes_may_not_have_a_field_named_constructor: diag(18006, 1 /* Error */, "Classes_may_not_have_a_field_named_constructor_18006", "Classes may not have a field named 'constructor'."),
9052
9024
  JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array: diag(18007, 1 /* Error */, "JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array_18007", "JSX expressions may not use the comma operator. Did you mean to write an array?"),
@@ -20621,7 +20593,8 @@ ${lanes.join("\n")}
20621
20593
  ensureUseStrict,
20622
20594
  liftToBlock,
20623
20595
  mergeLexicalEnvironment,
20624
- updateModifiers
20596
+ updateModifiers,
20597
+ updateModifierLike
20625
20598
  };
20626
20599
  forEach(nodeFactoryPatchers, (fn) => fn(factory2));
20627
20600
  return factory2;
@@ -24103,6 +24076,9 @@ ${lanes.join("\n")}
24103
24076
  }
24104
24077
  return isTypeParameterDeclaration(node) ? updateTypeParameterDeclaration(node, modifierArray, node.name, node.constraint, node.default) : isParameter(node) ? updateParameterDeclaration(node, modifierArray, node.dotDotDotToken, node.name, node.questionToken, node.type, node.initializer) : isConstructorTypeNode(node) ? updateConstructorTypeNode1(node, modifierArray, node.typeParameters, node.parameters, node.type) : isPropertySignature(node) ? updatePropertySignature(node, modifierArray, node.name, node.questionToken, node.type) : isPropertyDeclaration(node) ? updatePropertyDeclaration2(node, modifierArray, node.name, node.questionToken ?? node.exclamationToken, node.type, node.initializer) : isMethodSignature(node) ? updateMethodSignature(node, modifierArray, node.name, node.questionToken, node.typeParameters, node.parameters, node.type) : isMethodDeclaration(node) ? updateMethodDeclaration(node, modifierArray, node.asteriskToken, node.name, node.questionToken, node.typeParameters, node.parameters, node.type, node.body) : isConstructorDeclaration(node) ? updateConstructorDeclaration(node, modifierArray, node.parameters, node.body) : isGetAccessorDeclaration(node) ? updateGetAccessorDeclaration(node, modifierArray, node.name, node.parameters, node.type, node.body) : isSetAccessorDeclaration(node) ? updateSetAccessorDeclaration(node, modifierArray, node.name, node.parameters, node.body) : isIndexSignatureDeclaration(node) ? updateIndexSignature(node, modifierArray, node.parameters, node.type) : isFunctionExpression(node) ? updateFunctionExpression(node, modifierArray, node.asteriskToken, node.name, node.typeParameters, node.parameters, node.type, node.body) : isArrowFunction(node) ? updateArrowFunction(node, modifierArray, node.typeParameters, node.parameters, node.type, node.equalsGreaterThanToken, node.body) : isClassExpression(node) ? updateClassExpression(node, modifierArray, node.name, node.typeParameters, node.heritageClauses, node.members) : isVariableStatement(node) ? updateVariableStatement(node, modifierArray, node.declarationList) : isFunctionDeclaration(node) ? updateFunctionDeclaration(node, modifierArray, node.asteriskToken, node.name, node.typeParameters, node.parameters, node.type, node.body) : isClassDeclaration(node) ? updateClassDeclaration(node, modifierArray, node.name, node.typeParameters, node.heritageClauses, node.members) : isInterfaceDeclaration(node) ? updateInterfaceDeclaration(node, modifierArray, node.name, node.typeParameters, node.heritageClauses, node.members) : isTypeAliasDeclaration(node) ? updateTypeAliasDeclaration(node, modifierArray, node.name, node.typeParameters, node.type) : isEnumDeclaration(node) ? updateEnumDeclaration(node, modifierArray, node.name, node.members) : isModuleDeclaration(node) ? updateModuleDeclaration(node, modifierArray, node.name, node.body) : isImportEqualsDeclaration(node) ? updateImportEqualsDeclaration(node, modifierArray, node.isTypeOnly, node.name, node.moduleReference) : isImportDeclaration(node) ? updateImportDeclaration(node, modifierArray, node.importClause, node.moduleSpecifier, node.assertClause) : isExportAssignment(node) ? updateExportAssignment(node, modifierArray, node.expression) : isExportDeclaration(node) ? updateExportDeclaration(node, modifierArray, node.isTypeOnly, node.exportClause, node.moduleSpecifier, node.assertClause) : Debug.assertNever(node);
24105
24078
  }
24079
+ function updateModifierLike(node, modifierArray) {
24080
+ return isParameter(node) ? updateParameterDeclaration(node, modifierArray, node.dotDotDotToken, node.name, node.questionToken, node.type, node.initializer) : isPropertyDeclaration(node) ? updatePropertyDeclaration2(node, modifierArray, node.name, node.questionToken ?? node.exclamationToken, node.type, node.initializer) : isMethodDeclaration(node) ? updateMethodDeclaration(node, modifierArray, node.asteriskToken, node.name, node.questionToken, node.typeParameters, node.parameters, node.type, node.body) : isGetAccessorDeclaration(node) ? updateGetAccessorDeclaration(node, modifierArray, node.name, node.parameters, node.type, node.body) : isSetAccessorDeclaration(node) ? updateSetAccessorDeclaration(node, modifierArray, node.name, node.parameters, node.body) : isClassExpression(node) ? updateClassExpression(node, modifierArray, node.name, node.typeParameters, node.heritageClauses, node.members) : isClassDeclaration(node) ? updateClassDeclaration(node, modifierArray, node.name, node.typeParameters, node.heritageClauses, node.members) : Debug.assertNever(node);
24081
+ }
24106
24082
  function asNodeArray(array) {
24107
24083
  return array ? createNodeArray(array) : void 0;
24108
24084
  }
@@ -25545,10 +25521,10 @@ ${lanes.join("\n")}
25545
25521
  if (result === null || typeof result !== "object") throw new TypeError("Object expected");
25546
25522
  if (_ = accept(result.get)) descriptor.get = _;
25547
25523
  if (_ = accept(result.set)) descriptor.set = _;
25548
- if (_ = accept(result.init)) initializers.push(_);
25524
+ if (_ = accept(result.init)) initializers.unshift(_);
25549
25525
  }
25550
25526
  else if (_ = accept(result)) {
25551
- if (kind === "field") initializers.push(_);
25527
+ if (kind === "field") initializers.unshift(_);
25552
25528
  else descriptor[key] = _;
25553
25529
  }
25554
25530
  }
@@ -37585,15 +37561,6 @@ ${lanes.join("\n")}
37585
37561
  isCommandLineOnly: true,
37586
37562
  description: Diagnostics.Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit,
37587
37563
  defaultValueDescription: Diagnostics.Platform_specific
37588
- },
37589
- {
37590
- name: "allowPlugins",
37591
- type: "boolean",
37592
- affectsSemanticDiagnostics: true,
37593
- affectsEmit: true,
37594
- affectsBuildInfo: true,
37595
- defaultValueDescription: void 0,
37596
- isCommandLineOnly: true
37597
37564
  }
37598
37565
  ];
37599
37566
  targetOptionDeclaration = {
@@ -72185,8 +72152,9 @@ ${lanes.join("\n")}
72185
72152
  void 0,
72186
72153
  checkMode
72187
72154
  );
72155
+ const checkAttributesType = checkMode & 4 /* SkipContextSensitive */ ? getRegularTypeOfObjectLiteral(attributesType) : attributesType;
72188
72156
  return checkTagNameDoesNotExpectTooManyArguments() && checkTypeRelatedToAndOptionallyElaborate(
72189
- attributesType,
72157
+ checkAttributesType,
72190
72158
  paramType,
72191
72159
  relation,
72192
72160
  reportErrors2 ? node.tagName : void 0,
@@ -109531,19 +109499,6 @@ ${lanes.join("\n")}
109531
109499
  declarationTransformers: getDeclarationTransformers(customTransformers)
109532
109500
  };
109533
109501
  }
109534
- function mergeCustomTransformers(...customTransformers) {
109535
- if (!some(customTransformers))
109536
- return void 0;
109537
- const result = {};
109538
- for (const transformer of customTransformers) {
109539
- if (!transformer)
109540
- continue;
109541
- result.before = concatenate(result.before, transformer.before);
109542
- result.after = concatenate(result.after, transformer.after);
109543
- result.afterDeclarations = concatenate(result.afterDeclarations, transformer.afterDeclarations);
109544
- }
109545
- return result;
109546
- }
109547
109502
  function getScriptTransformers(compilerOptions, customTransformers, emitOnly) {
109548
109503
  if (emitOnly)
109549
109504
  return emptyArray;
@@ -116064,8 +116019,7 @@ ${lanes.join("\n")}
116064
116019
  realpath,
116065
116020
  readDirectory: (path, extensions, include, exclude, depth) => system.readDirectory(path, extensions, include, exclude, depth),
116066
116021
  createDirectory: (d) => system.createDirectory(d),
116067
- createHash: maybeBind(system, system.createHash),
116068
- require: maybeBind(system, system.require)
116022
+ createHash: maybeBind(system, system.createHash)
116069
116023
  };
116070
116024
  return compilerHost;
116071
116025
  }
@@ -117628,26 +117582,6 @@ ${lanes.join("\n")}
117628
117582
  function isEmitBlocked(emitFileName) {
117629
117583
  return hasEmitBlockingDiagnostics.has(toPath3(emitFileName));
117630
117584
  }
117631
- function getCustomTransformers() {
117632
- if (!host.require) {
117633
- return emptyArray;
117634
- }
117635
- const compilerOptions = program.getCompilerOptions();
117636
- if (!shouldAllowPlugins(compilerOptions)) {
117637
- return emptyArray;
117638
- }
117639
- const customTransformers = mapDefined(compilerOptions.plugins, (config) => {
117640
- if (config.type !== "transformer")
117641
- return void 0;
117642
- const result = host.require(program.getCurrentDirectory(), config.path);
117643
- Debug.assertIsDefined(result.module);
117644
- const factory2 = result.module;
117645
- Debug.assert(typeof factory2 === "function");
117646
- const plugin = factory2({ typescript: getTypeScriptNamespace() });
117647
- return plugin.create({ program, config });
117648
- });
117649
- return customTransformers ?? emptyArray;
117650
- }
117651
117585
  function emitWorker(program2, sourceFile, writeFileCallback, cancellationToken, emitOnly, customTransformers, forceDtsEmit) {
117652
117586
  if (!forceDtsEmit) {
117653
117587
  const result = handleNoEmitOptions(program2, sourceFile, writeFileCallback, cancellationToken);
@@ -117656,12 +117590,11 @@ ${lanes.join("\n")}
117656
117590
  }
117657
117591
  const emitResolver = getTypeChecker().getEmitResolver(outFile(options) ? void 0 : sourceFile, cancellationToken);
117658
117592
  mark("beforeEmit");
117659
- const mergedCustomTransformers = mergeCustomTransformers(...getCustomTransformers(), customTransformers);
117660
117593
  const emitResult = emitFiles(
117661
117594
  emitResolver,
117662
117595
  getEmitHost(writeFileCallback),
117663
117596
  sourceFile,
117664
- getTransformers(options, mergedCustomTransformers, emitOnly),
117597
+ getTransformers(options, customTransformers, emitOnly),
117665
117598
  emitOnly,
117666
117599
  /*onlyBuildInfo*/
117667
117600
  false,
@@ -119115,14 +119048,6 @@ ${lanes.join("\n")}
119115
119048
  verifyEmitFilePath(emitFileNames.declarationFilePath, emitFilesSeen);
119116
119049
  });
119117
119050
  }
119118
- if (options.plugins && !shouldAllowPlugins(options)) {
119119
- for (const plugin of options.plugins) {
119120
- if (plugin.type === void 0)
119121
- continue;
119122
- programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Option_allowPlugins_must_be_specified_when_compiler_plugins_are_present));
119123
- break;
119124
- }
119125
- }
119126
119051
  function verifyEmitFilePath(emitFileName, emitFilesSeen) {
119127
119052
  if (emitFileName) {
119128
119053
  const emitFilePath = toPath3(emitFileName);
@@ -121906,7 +121831,7 @@ ${lanes.join("\n")}
121906
121831
  let filesWithChangedSetOfUnresolvedImports;
121907
121832
  let filesWithInvalidatedResolutions;
121908
121833
  let filesWithInvalidatedNonRelativeUnresolvedImports;
121909
- const nonRelativeExternalModuleResolutions = createMultiMap();
121834
+ const nonRelativeExternalModuleResolutions = /* @__PURE__ */ new Set();
121910
121835
  const resolutionsWithFailedLookups = /* @__PURE__ */ new Set();
121911
121836
  const resolutionsWithOnlyAffectingLocations = /* @__PURE__ */ new Set();
121912
121837
  const resolvedFileToResolution = /* @__PURE__ */ new Map();
@@ -122040,8 +121965,7 @@ ${lanes.join("\n")}
122040
121965
  moduleResolutionCache.clearAllExceptPackageJsonInfoCache();
122041
121966
  typeReferenceDirectiveResolutionCache.clearAllExceptPackageJsonInfoCache();
122042
121967
  libraryResolutionCache.clearAllExceptPackageJsonInfoCache();
122043
- nonRelativeExternalModuleResolutions.forEach(watchFailedLookupLocationOfNonRelativeModuleResolutions);
122044
- nonRelativeExternalModuleResolutions.clear();
121968
+ watchFailedLookupLocationOfNonRelativeModuleResolutions();
122045
121969
  }
122046
121970
  function cleanupLibResolutionWatching(newProgram) {
122047
121971
  resolvedLibraries.forEach((resolution, libFileName) => {
@@ -122059,8 +121983,7 @@ ${lanes.join("\n")}
122059
121983
  function finishCachingPerDirectoryResolution(newProgram, oldProgram) {
122060
121984
  filesWithInvalidatedNonRelativeUnresolvedImports = void 0;
122061
121985
  allModuleAndTypeResolutionsAreInvalidated = false;
122062
- nonRelativeExternalModuleResolutions.forEach(watchFailedLookupLocationOfNonRelativeModuleResolutions);
122063
- nonRelativeExternalModuleResolutions.clear();
121986
+ watchFailedLookupLocationOfNonRelativeModuleResolutions();
122064
121987
  if (newProgram !== oldProgram) {
122065
121988
  cleanupLibResolutionWatching(newProgram);
122066
121989
  newProgram == null ? void 0 : newProgram.getSourceFiles().forEach((newFile) => {
@@ -122341,7 +122264,7 @@ ${lanes.join("\n")}
122341
122264
  if (!deferWatchingNonRelativeResolution || isExternalModuleNameRelative(name)) {
122342
122265
  watchFailedLookupLocationOfResolution(resolution);
122343
122266
  } else {
122344
- nonRelativeExternalModuleResolutions.add(name, resolution);
122267
+ nonRelativeExternalModuleResolutions.add(resolution);
122345
122268
  }
122346
122269
  const resolved = getResolutionWithResolvedFileName(resolution);
122347
122270
  if (resolved && resolved.resolvedFileName) {
@@ -122471,17 +122394,9 @@ ${lanes.join("\n")}
122471
122394
  paths.add(affectingLocation);
122472
122395
  }
122473
122396
  }
122474
- function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
122475
- const program = resolutionHost.getCurrentProgram();
122476
- if (!program || !program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name)) {
122477
- resolutions.forEach(watchFailedLookupLocationOfResolution);
122478
- } else {
122479
- resolutions.forEach((resolution) => watchAffectingLocationsOfResolution(
122480
- resolution,
122481
- /*addToResolutionsWithOnlyAffectingLocations*/
122482
- true
122483
- ));
122484
- }
122397
+ function watchFailedLookupLocationOfNonRelativeModuleResolutions() {
122398
+ nonRelativeExternalModuleResolutions.forEach(watchFailedLookupLocationOfResolution);
122399
+ nonRelativeExternalModuleResolutions.clear();
122485
122400
  }
122486
122401
  function setDirectoryWatcher(dir, dirPath, nonRecursive) {
122487
122402
  const dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
@@ -126211,7 +126126,6 @@ ${lanes.join("\n")}
126211
126126
  "src/compiler/_namespaces/ts.ts"() {
126212
126127
  "use strict";
126213
126128
  init_corePublic();
126214
- init_pluginUtilities();
126215
126129
  init_core();
126216
126130
  init_debug();
126217
126131
  init_semver();
@@ -135818,8 +135732,12 @@ ${lanes.join("\n")}
135818
135732
  Debug.assert(actionName2 === refactorNameForMoveToFile, "Wrong refactor invoked");
135819
135733
  const statements = Debug.checkDefined(getStatementsToMove(context));
135820
135734
  Debug.assert(interactiveRefactorArguments, "No interactive refactor arguments available");
135821
- const edits = ts_textChanges_exports.ChangeTracker.with(context, (t) => doChange4(context, context.file, interactiveRefactorArguments.targetFile, context.program, statements, t, context.host, context.preferences));
135822
- return { edits, renameFilename: void 0, renameLocation: void 0 };
135735
+ const targetFile = interactiveRefactorArguments.targetFile;
135736
+ if (hasJSFileExtension(targetFile) || hasTSFileExtension(targetFile)) {
135737
+ const edits = ts_textChanges_exports.ChangeTracker.with(context, (t) => doChange4(context, context.file, interactiveRefactorArguments.targetFile, context.program, statements, t, context.host, context.preferences));
135738
+ return { edits, renameFilename: void 0, renameLocation: void 0 };
135739
+ }
135740
+ return { edits: [], renameFilename: void 0, renameLocation: void 0, notApplicableReason: getLocaleSpecificMessage(Diagnostics.Cannot_move_to_file_selected_file_is_invalid) };
135823
135741
  }
135824
135742
  });
135825
135743
  }
@@ -152301,7 +152219,8 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
152301
152219
  false
152302
152220
  );
152303
152221
  const effectiveModifierFlags = declaration ? getEffectiveModifierFlags(declaration) : 0 /* None */;
152304
- let modifierFlags = effectiveModifierFlags & 4 /* Public */ ? 4 /* Public */ : effectiveModifierFlags & 16 /* Protected */ ? 16 /* Protected */ : 0 /* None */;
152222
+ let modifierFlags = effectiveModifierFlags & 32 /* Static */;
152223
+ modifierFlags |= effectiveModifierFlags & 4 /* Public */ ? 4 /* Public */ : effectiveModifierFlags & 16 /* Protected */ ? 16 /* Protected */ : 0 /* None */;
152305
152224
  if (declaration && isAutoAccessorPropertyDeclaration(declaration)) {
152306
152225
  modifierFlags |= 128 /* Accessor */;
152307
152226
  }
@@ -155058,6 +154977,7 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155058
154977
  }
155059
154978
  function createCompletionEntry(symbol, sortText, replacementToken, contextToken, location, position, sourceFile, host, program, name, needsConvertPropertyAccess, origin, recommendedCompletion, propertyAccessToConvert, isJsxInitializer, importStatementCompletion, useSemicolons, options, preferences, completionKind, formatContext, isJsxIdentifierExpected, isRightOfOpenTag, includeSymbol) {
155060
154979
  let insertText;
154980
+ let filterText;
155061
154981
  let replacementSpan = getReplacementSpanForContextToken(replacementToken);
155062
154982
  let data;
155063
154983
  let isSnippet;
@@ -155116,11 +155036,15 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155116
155036
  }
155117
155037
  if (preferences.includeCompletionsWithClassMemberSnippets && preferences.includeCompletionsWithInsertText && completionKind === 3 /* MemberLike */ && isClassLikeMemberCompletion(symbol, location, sourceFile)) {
155118
155038
  let importAdder;
155119
- ({ insertText, isSnippet, importAdder, replacementSpan } = getEntryForMemberCompletion(host, program, options, preferences, name, symbol, location, position, contextToken, formatContext));
155120
- sortText = SortText.ClassMemberSnippets;
155121
- if (importAdder == null ? void 0 : importAdder.hasFixes()) {
155122
- hasAction = true;
155123
- source = "ClassMemberSnippet/" /* ClassMemberSnippet */;
155039
+ const memberCompletionEntry = getEntryForMemberCompletion(host, program, options, preferences, name, symbol, location, position, contextToken, formatContext);
155040
+ if (memberCompletionEntry) {
155041
+ ({ insertText, filterText, isSnippet, importAdder } = memberCompletionEntry);
155042
+ if (importAdder == null ? void 0 : importAdder.hasFixes()) {
155043
+ hasAction = true;
155044
+ source = "ClassMemberSnippet/" /* ClassMemberSnippet */;
155045
+ }
155046
+ } else {
155047
+ return void 0;
155124
155048
  }
155125
155049
  }
155126
155050
  if (origin && originIsObjectLiteralMethod(origin)) {
@@ -155164,6 +155088,7 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155164
155088
  hasAction: hasAction ? true : void 0,
155165
155089
  isRecommended: isRecommendedCompletionMatch(symbol, recommendedCompletion, typeChecker) || void 0,
155166
155090
  insertText,
155091
+ filterText,
155167
155092
  replacementSpan,
155168
155093
  sourceDisplay,
155169
155094
  labelDetails,
@@ -155184,11 +155109,11 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155184
155109
  function getEntryForMemberCompletion(host, program, options, preferences, name, symbol, location, position, contextToken, formatContext) {
155185
155110
  const classLikeDeclaration = findAncestor(location, isClassLike);
155186
155111
  if (!classLikeDeclaration) {
155187
- return { insertText: name };
155112
+ return void 0;
155188
155113
  }
155189
155114
  let isSnippet;
155190
- let replacementSpan;
155191
155115
  let insertText = name;
155116
+ const filterText = name;
155192
155117
  const checker = program.getTypeChecker();
155193
155118
  const sourceFile = location.getSourceFile();
155194
155119
  const printer = createSnippetPrinter({
@@ -155217,9 +155142,9 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155217
155142
  );
155218
155143
  }
155219
155144
  let modifiers = 0 /* None */;
155220
- const { modifiers: presentModifiers, span: modifiersSpan } = getPresentModifiers(contextToken, sourceFile, position);
155221
- const isAbstract = !!(presentModifiers & 256 /* Abstract */);
155222
- const completionNodes = [];
155145
+ const { modifiers: presentModifiers, range: eraseRange, decorators: presentDecorators } = getPresentModifiers(contextToken, sourceFile, position);
155146
+ const isAbstract = presentModifiers & 256 /* Abstract */ && classLikeDeclaration.modifierFlagsCache & 256 /* Abstract */;
155147
+ let completionNodes = [];
155223
155148
  ts_codefix_exports.addNewNodeForMemberSymbol(
155224
155149
  symbol,
155225
155150
  classLikeDeclaration,
@@ -155243,18 +155168,42 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155243
155168
  requiredModifiers |= 16384 /* Override */;
155244
155169
  }
155245
155170
  if (!completionNodes.length) {
155246
- modifiers = node.modifierFlagsCache | requiredModifiers | presentModifiers;
155171
+ modifiers = node.modifierFlagsCache | requiredModifiers;
155247
155172
  }
155248
155173
  node = factory.updateModifiers(node, modifiers);
155249
155174
  completionNodes.push(node);
155250
155175
  },
155251
155176
  body,
155252
155177
  ts_codefix_exports.PreserveOptionalFlags.Property,
155253
- isAbstract
155178
+ !!isAbstract
155254
155179
  );
155255
155180
  if (completionNodes.length) {
155181
+ const isMethod = symbol.flags & 8192 /* Method */;
155182
+ let allowedModifiers = modifiers | 16384 /* Override */ | 4 /* Public */;
155183
+ if (!isMethod) {
155184
+ allowedModifiers |= 2 /* Ambient */ | 64 /* Readonly */;
155185
+ } else {
155186
+ allowedModifiers |= 512 /* Async */;
155187
+ }
155188
+ const allowedAndPresent = presentModifiers & allowedModifiers;
155189
+ if (presentModifiers & ~allowedModifiers) {
155190
+ return void 0;
155191
+ }
155192
+ if (modifiers & 16 /* Protected */ && allowedAndPresent & 4 /* Public */) {
155193
+ modifiers &= ~16 /* Protected */;
155194
+ }
155195
+ if (allowedAndPresent !== 0 /* None */ && !(allowedAndPresent & 4 /* Public */)) {
155196
+ modifiers &= ~4 /* Public */;
155197
+ }
155198
+ modifiers |= allowedAndPresent;
155199
+ completionNodes = completionNodes.map((node) => factory.updateModifiers(node, modifiers));
155200
+ if (presentDecorators == null ? void 0 : presentDecorators.length) {
155201
+ const lastNode = completionNodes[completionNodes.length - 1];
155202
+ if (canHaveDecorators(lastNode)) {
155203
+ completionNodes[completionNodes.length - 1] = factory.updateModifierLike(lastNode, presentDecorators.concat(getModifiers(lastNode) || []));
155204
+ }
155205
+ }
155256
155206
  const format = 1 /* MultiLine */ | 131072 /* NoTrailingNewLine */;
155257
- replacementSpan = modifiersSpan;
155258
155207
  if (formatContext) {
155259
155208
  insertText = printer.printAndFormatSnippetList(
155260
155209
  format,
@@ -155270,24 +155219,29 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155270
155219
  );
155271
155220
  }
155272
155221
  }
155273
- return { insertText, isSnippet, importAdder, replacementSpan };
155222
+ return { insertText, filterText, isSnippet, importAdder, eraseRange };
155274
155223
  }
155275
155224
  function getPresentModifiers(contextToken, sourceFile, position) {
155276
155225
  if (!contextToken || getLineAndCharacterOfPosition(sourceFile, position).line > getLineAndCharacterOfPosition(sourceFile, contextToken.getEnd()).line) {
155277
155226
  return { modifiers: 0 /* None */ };
155278
155227
  }
155279
155228
  let modifiers = 0 /* None */;
155280
- let span;
155229
+ let decorators;
155281
155230
  let contextMod;
155282
- if (contextMod = isModifierLike2(contextToken)) {
155283
- modifiers |= modifierToFlag(contextMod);
155284
- span = createTextSpanFromNode(contextToken);
155285
- }
155286
- if (isPropertyDeclaration(contextToken.parent)) {
155231
+ const range = { pos: position, end: position };
155232
+ if (isPropertyDeclaration(contextToken.parent) && contextToken.parent.modifiers) {
155287
155233
  modifiers |= modifiersToFlags(contextToken.parent.modifiers) & 126975 /* Modifier */;
155288
- span = createTextSpanFromNode(contextToken.parent);
155234
+ decorators = contextToken.parent.modifiers.filter(isDecorator) || [];
155235
+ range.pos = Math.min(range.pos, contextToken.parent.modifiers.pos);
155236
+ }
155237
+ if (contextMod = isModifierLike2(contextToken)) {
155238
+ const contextModifierFlag = modifierToFlag(contextMod);
155239
+ if (!(modifiers & contextModifierFlag)) {
155240
+ modifiers |= contextModifierFlag;
155241
+ range.pos = Math.min(range.pos, contextToken.pos);
155242
+ }
155289
155243
  }
155290
- return { modifiers, span };
155244
+ return { modifiers, decorators, range: range.pos !== position ? range : void 0 };
155291
155245
  }
155292
155246
  function isModifierLike2(node) {
155293
155247
  if (isModifier(node)) {
@@ -155910,7 +155864,7 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155910
155864
  }
155911
155865
  }
155912
155866
  if (source === "ClassMemberSnippet/" /* ClassMemberSnippet */) {
155913
- const { importAdder } = getEntryForMemberCompletion(
155867
+ const { importAdder, eraseRange } = getEntryForMemberCompletion(
155914
155868
  host,
155915
155869
  program,
155916
155870
  compilerOptions,
@@ -155922,10 +155876,17 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
155922
155876
  contextToken,
155923
155877
  formatContext
155924
155878
  );
155925
- if (importAdder) {
155879
+ if (importAdder || eraseRange) {
155926
155880
  const changes = ts_textChanges_exports.ChangeTracker.with(
155927
155881
  { host, formatContext, preferences },
155928
- importAdder.writeFixes
155882
+ (tracker) => {
155883
+ if (importAdder) {
155884
+ importAdder.writeFixes(tracker);
155885
+ }
155886
+ if (eraseRange) {
155887
+ tracker.deleteRange(sourceFile, eraseRange);
155888
+ }
155889
+ }
155929
155890
  );
155930
155891
  return {
155931
155892
  sourceDisplay: void 0,
@@ -172458,7 +172419,7 @@ ${options.prefix}` : "\n" : options.prefix
172458
172419
  for (const globalPluginName of this.projectService.globalPlugins) {
172459
172420
  if (!globalPluginName)
172460
172421
  continue;
172461
- if (options.plugins && options.plugins.some((p) => p.type === void 0 && p.name === globalPluginName))
172422
+ if (options.plugins && options.plugins.some((p) => p.name === globalPluginName))
172462
172423
  continue;
172463
172424
  this.projectService.logger.info(`Loading global plugin ${globalPluginName}`);
172464
172425
  this.enablePlugin({ name: globalPluginName, global: true }, searchPaths);
@@ -172482,7 +172443,7 @@ ${options.prefix}` : "\n" : options.prefix
172482
172443
  serverHost: this.projectService.host,
172483
172444
  session: this.projectService.session
172484
172445
  };
172485
- const pluginModule = pluginModuleFactory({ typescript: getTypeScriptNamespace() });
172446
+ const pluginModule = pluginModuleFactory({ typescript: ts_exports2 });
172486
172447
  const newLS = pluginModule.create(info);
172487
172448
  for (const k of Object.keys(this.languageService)) {
172488
172449
  if (!(k in newLS)) {
@@ -173169,9 +173130,7 @@ ${options.prefix}` : "\n" : options.prefix
173169
173130
  }
173170
173131
  if (options.plugins) {
173171
173132
  for (const pluginConfigEntry of options.plugins) {
173172
- if (pluginConfigEntry.type === void 0) {
173173
- this.enablePlugin(pluginConfigEntry, searchPaths);
173174
- }
173133
+ this.enablePlugin(pluginConfigEntry, searchPaths);
173175
173134
  }
173176
173135
  }
173177
173136
  return this.enableGlobalPlugins(options);
@@ -179200,6 +179159,7 @@ Project '${project.projectName}' (${ProjectKind[project.projectKind]}) ${counter
179200
179159
  kindModifiers,
179201
179160
  sortText,
179202
179161
  insertText,
179162
+ filterText,
179203
179163
  replacementSpan,
179204
179164
  hasAction,
179205
179165
  source,
@@ -179218,6 +179178,7 @@ Project '${project.projectName}' (${ProjectKind[project.projectKind]}) ${counter
179218
179178
  kindModifiers,
179219
179179
  sortText,
179220
179180
  insertText,
179181
+ filterText,
179221
179182
  replacementSpan: convertedSpan,
179222
179183
  isSnippet,
179223
179184
  hasAction: hasAction || void 0,
@@ -179589,7 +179550,8 @@ Project '${project.projectName}' (${ProjectKind[project.projectKind]}) ${counter
179589
179550
  return {
179590
179551
  renameLocation: mappedRenameLocation,
179591
179552
  renameFilename,
179592
- edits: this.mapTextChangesToCodeEdits(edits)
179553
+ edits: this.mapTextChangesToCodeEdits(edits),
179554
+ notApplicableReason: result.notApplicableReason
179593
179555
  };
179594
179556
  }
179595
179557
  return result;
@@ -180779,41 +180741,8 @@ ${e.message}`;
180779
180741
  });
180780
180742
 
180781
180743
  // src/server/_namespaces/ts.server.ts
180782
- var init_ts_server3 = __esm({
180783
- "src/server/_namespaces/ts.server.ts"() {
180784
- "use strict";
180785
- init_ts_server();
180786
- init_ts_server2();
180787
- init_types4();
180788
- init_utilitiesPublic3();
180789
- init_utilities5();
180790
- init_ts_server_protocol();
180791
- init_scriptInfo();
180792
- init_typingsCache();
180793
- init_project();
180794
- init_editorServices();
180795
- init_moduleSpecifierCache();
180796
- init_packageJsonCache();
180797
- init_session();
180798
- init_scriptVersionCache();
180799
- }
180800
- });
180801
-
180802
- // src/server/_namespaces/ts.ts
180803
- var init_ts7 = __esm({
180804
- "src/server/_namespaces/ts.ts"() {
180805
- "use strict";
180806
- init_ts2();
180807
- init_ts3();
180808
- init_ts4();
180809
- init_ts5();
180810
- init_ts_server3();
180811
- }
180812
- });
180813
-
180814
- // src/tsserverlibrary/_namespaces/ts.server.ts
180815
- var ts_server_exports4 = {};
180816
- __export(ts_server_exports4, {
180744
+ var ts_server_exports3 = {};
180745
+ __export(ts_server_exports3, {
180817
180746
  ActionInvalidate: () => ActionInvalidate,
180818
180747
  ActionPackageInstalled: () => ActionPackageInstalled,
180819
180748
  ActionSet: () => ActionSet,
@@ -180904,17 +180833,29 @@ ${e.message}`;
180904
180833
  typingsInstaller: () => ts_server_typingsInstaller_exports,
180905
180834
  updateProjectIfDirty: () => updateProjectIfDirty
180906
180835
  });
180907
- var init_ts_server4 = __esm({
180908
- "src/tsserverlibrary/_namespaces/ts.server.ts"() {
180836
+ var init_ts_server3 = __esm({
180837
+ "src/server/_namespaces/ts.server.ts"() {
180909
180838
  "use strict";
180910
180839
  init_ts_server();
180911
- init_ts_server3();
180840
+ init_ts_server2();
180841
+ init_types4();
180842
+ init_utilitiesPublic3();
180843
+ init_utilities5();
180844
+ init_ts_server_protocol();
180845
+ init_scriptInfo();
180846
+ init_typingsCache();
180847
+ init_project();
180848
+ init_editorServices();
180849
+ init_moduleSpecifierCache();
180850
+ init_packageJsonCache();
180851
+ init_session();
180852
+ init_scriptVersionCache();
180912
180853
  }
180913
180854
  });
180914
180855
 
180915
- // src/tsserverlibrary/_namespaces/ts.ts
180916
- var ts_exports3 = {};
180917
- __export(ts_exports3, {
180856
+ // src/server/_namespaces/ts.ts
180857
+ var ts_exports2 = {};
180858
+ __export(ts_exports2, {
180918
180859
  ANONYMOUS: () => ANONYMOUS,
180919
180860
  AccessFlags: () => AccessFlags,
180920
180861
  AssertionLevel: () => AssertionLevel,
@@ -181948,7 +181889,6 @@ ${e.message}`;
181948
181889
  getTypeNodeIfAccessible: () => getTypeNodeIfAccessible,
181949
181890
  getTypeParameterFromJsDoc: () => getTypeParameterFromJsDoc,
181950
181891
  getTypeParameterOwner: () => getTypeParameterOwner,
181951
- getTypeScriptNamespace: () => getTypeScriptNamespace,
181952
181892
  getTypesPackageName: () => getTypesPackageName,
181953
181893
  getUILocale: () => getUILocale,
181954
181894
  getUniqueName: () => getUniqueName,
@@ -182732,7 +182672,6 @@ ${e.message}`;
182732
182672
  memoizeCached: () => memoizeCached,
182733
182673
  memoizeOne: () => memoizeOne,
182734
182674
  memoizeWeak: () => memoizeWeak,
182735
- mergeCustomTransformers: () => mergeCustomTransformers,
182736
182675
  metadataHelper: () => metadataHelper,
182737
182676
  min: () => min,
182738
182677
  minAndMax: () => minAndMax,
@@ -182926,7 +182865,7 @@ ${e.message}`;
182926
182865
  screenStartingMessageCodes: () => screenStartingMessageCodes,
182927
182866
  semanticDiagnosticsOptionDeclarations: () => semanticDiagnosticsOptionDeclarations,
182928
182867
  serializeCompilerOptions: () => serializeCompilerOptions,
182929
- server: () => ts_server_exports4,
182868
+ server: () => ts_server_exports3,
182930
182869
  servicesVersion: () => servicesVersion,
182931
182870
  setCommentRange: () => setCommentRange,
182932
182871
  setConfigFileInOptions: () => setConfigFileInOptions,
@@ -182964,11 +182903,9 @@ ${e.message}`;
182964
182903
  setTextRangePosWidth: () => setTextRangePosWidth,
182965
182904
  setTokenSourceMapRange: () => setTokenSourceMapRange,
182966
182905
  setTypeNode: () => setTypeNode,
182967
- setTypeScriptNamespace: () => setTypeScriptNamespace,
182968
182906
  setUILocale: () => setUILocale,
182969
182907
  setValueDeclaration: () => setValueDeclaration,
182970
182908
  shouldAllowImportingTsExtension: () => shouldAllowImportingTsExtension,
182971
- shouldAllowPlugins: () => shouldAllowPlugins,
182972
182909
  shouldPreserveConstEnums: () => shouldPreserveConstEnums,
182973
182910
  shouldResolveJsRequire: () => shouldResolveJsRequire,
182974
182911
  shouldUseUriStyleNodeCoreModules: () => shouldUseUriStyleNodeCoreModules,
@@ -183183,16 +183120,2393 @@ ${e.message}`;
183183
183120
  zipToModeAwareCache: () => zipToModeAwareCache,
183184
183121
  zipWith: () => zipWith
183185
183122
  });
183186
- var init_ts8 = __esm({
183187
- "src/tsserverlibrary/_namespaces/ts.ts"() {
183123
+ var init_ts7 = __esm({
183124
+ "src/server/_namespaces/ts.ts"() {
183188
183125
  "use strict";
183189
183126
  init_ts2();
183190
183127
  init_ts3();
183191
183128
  init_ts4();
183192
- init_ts7();
183193
- init_ts_server4();
183194
- init_ts8();
183195
- setTypeScriptNamespace("tsserverlibrary", ts_exports3);
183129
+ init_ts5();
183130
+ init_ts_server3();
183131
+ }
183132
+ });
183133
+
183134
+ // src/tsserverlibrary/_namespaces/ts.server.ts
183135
+ var ts_server_exports4 = {};
183136
+ __export(ts_server_exports4, {
183137
+ ActionInvalidate: () => ActionInvalidate,
183138
+ ActionPackageInstalled: () => ActionPackageInstalled,
183139
+ ActionSet: () => ActionSet,
183140
+ ActionWatchTypingLocations: () => ActionWatchTypingLocations,
183141
+ Arguments: () => Arguments,
183142
+ AutoImportProviderProject: () => AutoImportProviderProject,
183143
+ CharRangeSection: () => CharRangeSection,
183144
+ CommandNames: () => CommandNames,
183145
+ ConfigFileDiagEvent: () => ConfigFileDiagEvent,
183146
+ ConfiguredProject: () => ConfiguredProject2,
183147
+ Errors: () => Errors,
183148
+ EventBeginInstallTypes: () => EventBeginInstallTypes,
183149
+ EventEndInstallTypes: () => EventEndInstallTypes,
183150
+ EventInitializationFailed: () => EventInitializationFailed,
183151
+ EventTypesRegistry: () => EventTypesRegistry,
183152
+ ExternalProject: () => ExternalProject2,
183153
+ GcTimer: () => GcTimer,
183154
+ InferredProject: () => InferredProject2,
183155
+ LargeFileReferencedEvent: () => LargeFileReferencedEvent,
183156
+ LineIndex: () => LineIndex,
183157
+ LineLeaf: () => LineLeaf,
183158
+ LineNode: () => LineNode,
183159
+ LogLevel: () => LogLevel2,
183160
+ Msg: () => Msg,
183161
+ OpenFileInfoTelemetryEvent: () => OpenFileInfoTelemetryEvent,
183162
+ Project: () => Project3,
183163
+ ProjectInfoTelemetryEvent: () => ProjectInfoTelemetryEvent,
183164
+ ProjectKind: () => ProjectKind,
183165
+ ProjectLanguageServiceStateEvent: () => ProjectLanguageServiceStateEvent,
183166
+ ProjectLoadingFinishEvent: () => ProjectLoadingFinishEvent,
183167
+ ProjectLoadingStartEvent: () => ProjectLoadingStartEvent,
183168
+ ProjectReferenceProjectLoadKind: () => ProjectReferenceProjectLoadKind,
183169
+ ProjectService: () => ProjectService3,
183170
+ ProjectsUpdatedInBackgroundEvent: () => ProjectsUpdatedInBackgroundEvent,
183171
+ ScriptInfo: () => ScriptInfo,
183172
+ ScriptVersionCache: () => ScriptVersionCache,
183173
+ Session: () => Session3,
183174
+ TextStorage: () => TextStorage,
183175
+ ThrottledOperations: () => ThrottledOperations,
183176
+ TypingsCache: () => TypingsCache,
183177
+ allFilesAreJsOrDts: () => allFilesAreJsOrDts,
183178
+ allRootFilesAreJsOrDts: () => allRootFilesAreJsOrDts,
183179
+ asNormalizedPath: () => asNormalizedPath,
183180
+ convertCompilerOptions: () => convertCompilerOptions,
183181
+ convertFormatOptions: () => convertFormatOptions,
183182
+ convertScriptKindName: () => convertScriptKindName,
183183
+ convertTypeAcquisition: () => convertTypeAcquisition,
183184
+ convertUserPreferences: () => convertUserPreferences,
183185
+ convertWatchOptions: () => convertWatchOptions,
183186
+ countEachFileTypes: () => countEachFileTypes,
183187
+ createInstallTypingsRequest: () => createInstallTypingsRequest,
183188
+ createModuleSpecifierCache: () => createModuleSpecifierCache,
183189
+ createNormalizedPathMap: () => createNormalizedPathMap,
183190
+ createPackageJsonCache: () => createPackageJsonCache,
183191
+ createSortedArray: () => createSortedArray2,
183192
+ emptyArray: () => emptyArray2,
183193
+ findArgument: () => findArgument,
183194
+ forEachResolvedProjectReferenceProject: () => forEachResolvedProjectReferenceProject,
183195
+ formatDiagnosticToProtocol: () => formatDiagnosticToProtocol,
183196
+ formatMessage: () => formatMessage2,
183197
+ getBaseConfigFileName: () => getBaseConfigFileName,
183198
+ getLocationInNewDocument: () => getLocationInNewDocument,
183199
+ hasArgument: () => hasArgument,
183200
+ hasNoTypeScriptSource: () => hasNoTypeScriptSource,
183201
+ indent: () => indent2,
183202
+ isConfigFile: () => isConfigFile,
183203
+ isConfiguredProject: () => isConfiguredProject,
183204
+ isDynamicFileName: () => isDynamicFileName,
183205
+ isExternalProject: () => isExternalProject,
183206
+ isInferredProject: () => isInferredProject,
183207
+ isInferredProjectName: () => isInferredProjectName,
183208
+ makeAutoImportProviderProjectName: () => makeAutoImportProviderProjectName,
183209
+ makeAuxiliaryProjectName: () => makeAuxiliaryProjectName,
183210
+ makeInferredProjectName: () => makeInferredProjectName,
183211
+ maxFileSize: () => maxFileSize,
183212
+ maxProgramSizeForNonTsFiles: () => maxProgramSizeForNonTsFiles,
183213
+ normalizedPathToPath: () => normalizedPathToPath,
183214
+ nowString: () => nowString,
183215
+ nullCancellationToken: () => nullCancellationToken,
183216
+ nullTypingsInstaller: () => nullTypingsInstaller,
183217
+ projectContainsInfoDirectly: () => projectContainsInfoDirectly,
183218
+ protocol: () => ts_server_protocol_exports,
183219
+ removeSorted: () => removeSorted,
183220
+ stringifyIndented: () => stringifyIndented,
183221
+ toEvent: () => toEvent,
183222
+ toNormalizedPath: () => toNormalizedPath,
183223
+ tryConvertScriptKindName: () => tryConvertScriptKindName,
183224
+ typingsInstaller: () => ts_server_typingsInstaller_exports,
183225
+ updateProjectIfDirty: () => updateProjectIfDirty
183226
+ });
183227
+ var init_ts_server4 = __esm({
183228
+ "src/tsserverlibrary/_namespaces/ts.server.ts"() {
183229
+ "use strict";
183230
+ init_ts_server();
183231
+ init_ts_server3();
183232
+ }
183233
+ });
183234
+
183235
+ // src/tsserverlibrary/_namespaces/ts.ts
183236
+ var ts_exports3 = {};
183237
+ __export(ts_exports3, {
183238
+ ANONYMOUS: () => ANONYMOUS,
183239
+ AccessFlags: () => AccessFlags,
183240
+ AssertionLevel: () => AssertionLevel,
183241
+ AssignmentDeclarationKind: () => AssignmentDeclarationKind,
183242
+ AssignmentKind: () => AssignmentKind,
183243
+ Associativity: () => Associativity,
183244
+ BreakpointResolver: () => ts_BreakpointResolver_exports,
183245
+ BuilderFileEmit: () => BuilderFileEmit,
183246
+ BuilderProgramKind: () => BuilderProgramKind,
183247
+ BuilderState: () => BuilderState,
183248
+ BundleFileSectionKind: () => BundleFileSectionKind,
183249
+ CallHierarchy: () => ts_CallHierarchy_exports,
183250
+ CharacterCodes: () => CharacterCodes,
183251
+ CheckFlags: () => CheckFlags,
183252
+ CheckMode: () => CheckMode,
183253
+ ClassificationType: () => ClassificationType,
183254
+ ClassificationTypeNames: () => ClassificationTypeNames,
183255
+ CommentDirectiveType: () => CommentDirectiveType,
183256
+ Comparison: () => Comparison,
183257
+ CompletionInfoFlags: () => CompletionInfoFlags,
183258
+ CompletionTriggerKind: () => CompletionTriggerKind,
183259
+ Completions: () => ts_Completions_exports,
183260
+ ConfigFileProgramReloadLevel: () => ConfigFileProgramReloadLevel,
183261
+ ContextFlags: () => ContextFlags,
183262
+ CoreServicesShimHostAdapter: () => CoreServicesShimHostAdapter,
183263
+ Debug: () => Debug,
183264
+ DiagnosticCategory: () => DiagnosticCategory,
183265
+ Diagnostics: () => Diagnostics,
183266
+ DocumentHighlights: () => DocumentHighlights,
183267
+ ElementFlags: () => ElementFlags,
183268
+ EmitFlags: () => EmitFlags,
183269
+ EmitHint: () => EmitHint,
183270
+ EmitOnly: () => EmitOnly,
183271
+ EndOfLineState: () => EndOfLineState,
183272
+ EnumKind: () => EnumKind,
183273
+ ExitStatus: () => ExitStatus,
183274
+ ExportKind: () => ExportKind,
183275
+ Extension: () => Extension,
183276
+ ExternalEmitHelpers: () => ExternalEmitHelpers,
183277
+ FileIncludeKind: () => FileIncludeKind,
183278
+ FilePreprocessingDiagnosticsKind: () => FilePreprocessingDiagnosticsKind,
183279
+ FileSystemEntryKind: () => FileSystemEntryKind,
183280
+ FileWatcherEventKind: () => FileWatcherEventKind,
183281
+ FindAllReferences: () => ts_FindAllReferences_exports,
183282
+ FlattenLevel: () => FlattenLevel,
183283
+ FlowFlags: () => FlowFlags,
183284
+ ForegroundColorEscapeSequences: () => ForegroundColorEscapeSequences,
183285
+ FunctionFlags: () => FunctionFlags,
183286
+ GeneratedIdentifierFlags: () => GeneratedIdentifierFlags,
183287
+ GetLiteralTextFlags: () => GetLiteralTextFlags,
183288
+ GoToDefinition: () => ts_GoToDefinition_exports,
183289
+ HighlightSpanKind: () => HighlightSpanKind,
183290
+ ImportKind: () => ImportKind,
183291
+ ImportsNotUsedAsValues: () => ImportsNotUsedAsValues,
183292
+ IndentStyle: () => IndentStyle,
183293
+ IndexFlags: () => IndexFlags,
183294
+ IndexKind: () => IndexKind,
183295
+ InferenceFlags: () => InferenceFlags,
183296
+ InferencePriority: () => InferencePriority,
183297
+ InlayHintKind: () => InlayHintKind,
183298
+ InlayHints: () => ts_InlayHints_exports,
183299
+ InternalEmitFlags: () => InternalEmitFlags,
183300
+ InternalSymbolName: () => InternalSymbolName,
183301
+ InvalidatedProjectKind: () => InvalidatedProjectKind,
183302
+ JsDoc: () => ts_JsDoc_exports,
183303
+ JsTyping: () => ts_JsTyping_exports,
183304
+ JsxEmit: () => JsxEmit,
183305
+ JsxFlags: () => JsxFlags,
183306
+ JsxReferenceKind: () => JsxReferenceKind,
183307
+ LanguageServiceMode: () => LanguageServiceMode,
183308
+ LanguageServiceShimHostAdapter: () => LanguageServiceShimHostAdapter,
183309
+ LanguageVariant: () => LanguageVariant,
183310
+ LexicalEnvironmentFlags: () => LexicalEnvironmentFlags,
183311
+ ListFormat: () => ListFormat,
183312
+ LogLevel: () => LogLevel,
183313
+ MemberOverrideStatus: () => MemberOverrideStatus,
183314
+ ModifierFlags: () => ModifierFlags,
183315
+ ModuleDetectionKind: () => ModuleDetectionKind,
183316
+ ModuleInstanceState: () => ModuleInstanceState,
183317
+ ModuleKind: () => ModuleKind,
183318
+ ModuleResolutionKind: () => ModuleResolutionKind,
183319
+ ModuleSpecifierEnding: () => ModuleSpecifierEnding,
183320
+ NavigateTo: () => ts_NavigateTo_exports,
183321
+ NavigationBar: () => ts_NavigationBar_exports,
183322
+ NewLineKind: () => NewLineKind,
183323
+ NodeBuilderFlags: () => NodeBuilderFlags,
183324
+ NodeCheckFlags: () => NodeCheckFlags,
183325
+ NodeFactoryFlags: () => NodeFactoryFlags,
183326
+ NodeFlags: () => NodeFlags,
183327
+ NodeResolutionFeatures: () => NodeResolutionFeatures,
183328
+ ObjectFlags: () => ObjectFlags,
183329
+ OperationCanceledException: () => OperationCanceledException,
183330
+ OperatorPrecedence: () => OperatorPrecedence,
183331
+ OrganizeImports: () => ts_OrganizeImports_exports,
183332
+ OrganizeImportsMode: () => OrganizeImportsMode,
183333
+ OuterExpressionKinds: () => OuterExpressionKinds,
183334
+ OutliningElementsCollector: () => ts_OutliningElementsCollector_exports,
183335
+ OutliningSpanKind: () => OutliningSpanKind,
183336
+ OutputFileType: () => OutputFileType,
183337
+ PackageJsonAutoImportPreference: () => PackageJsonAutoImportPreference,
183338
+ PackageJsonDependencyGroup: () => PackageJsonDependencyGroup,
183339
+ PatternMatchKind: () => PatternMatchKind,
183340
+ PollingInterval: () => PollingInterval,
183341
+ PollingWatchKind: () => PollingWatchKind,
183342
+ PragmaKindFlags: () => PragmaKindFlags,
183343
+ PrivateIdentifierKind: () => PrivateIdentifierKind,
183344
+ ProcessLevel: () => ProcessLevel,
183345
+ QuotePreference: () => QuotePreference,
183346
+ RelationComparisonResult: () => RelationComparisonResult,
183347
+ Rename: () => ts_Rename_exports,
183348
+ ScriptElementKind: () => ScriptElementKind,
183349
+ ScriptElementKindModifier: () => ScriptElementKindModifier,
183350
+ ScriptKind: () => ScriptKind,
183351
+ ScriptSnapshot: () => ScriptSnapshot,
183352
+ ScriptTarget: () => ScriptTarget,
183353
+ SemanticClassificationFormat: () => SemanticClassificationFormat,
183354
+ SemanticMeaning: () => SemanticMeaning,
183355
+ SemicolonPreference: () => SemicolonPreference,
183356
+ SignatureCheckMode: () => SignatureCheckMode,
183357
+ SignatureFlags: () => SignatureFlags,
183358
+ SignatureHelp: () => ts_SignatureHelp_exports,
183359
+ SignatureKind: () => SignatureKind,
183360
+ SmartSelectionRange: () => ts_SmartSelectionRange_exports,
183361
+ SnippetKind: () => SnippetKind,
183362
+ SortKind: () => SortKind,
183363
+ StructureIsReused: () => StructureIsReused,
183364
+ SymbolAccessibility: () => SymbolAccessibility,
183365
+ SymbolDisplay: () => ts_SymbolDisplay_exports,
183366
+ SymbolDisplayPartKind: () => SymbolDisplayPartKind,
183367
+ SymbolFlags: () => SymbolFlags,
183368
+ SymbolFormatFlags: () => SymbolFormatFlags,
183369
+ SyntaxKind: () => SyntaxKind,
183370
+ SyntheticSymbolKind: () => SyntheticSymbolKind,
183371
+ Ternary: () => Ternary,
183372
+ ThrottledCancellationToken: () => ThrottledCancellationToken,
183373
+ TokenClass: () => TokenClass,
183374
+ TokenFlags: () => TokenFlags,
183375
+ TransformFlags: () => TransformFlags,
183376
+ TypeFacts: () => TypeFacts,
183377
+ TypeFlags: () => TypeFlags,
183378
+ TypeFormatFlags: () => TypeFormatFlags,
183379
+ TypeMapKind: () => TypeMapKind,
183380
+ TypePredicateKind: () => TypePredicateKind,
183381
+ TypeReferenceSerializationKind: () => TypeReferenceSerializationKind,
183382
+ TypeScriptServicesFactory: () => TypeScriptServicesFactory,
183383
+ UnionReduction: () => UnionReduction,
183384
+ UpToDateStatusType: () => UpToDateStatusType,
183385
+ VarianceFlags: () => VarianceFlags,
183386
+ Version: () => Version,
183387
+ VersionRange: () => VersionRange,
183388
+ WatchDirectoryFlags: () => WatchDirectoryFlags,
183389
+ WatchDirectoryKind: () => WatchDirectoryKind,
183390
+ WatchFileKind: () => WatchFileKind,
183391
+ WatchLogLevel: () => WatchLogLevel,
183392
+ WatchType: () => WatchType,
183393
+ accessPrivateIdentifier: () => accessPrivateIdentifier,
183394
+ addEmitFlags: () => addEmitFlags,
183395
+ addEmitHelper: () => addEmitHelper,
183396
+ addEmitHelpers: () => addEmitHelpers,
183397
+ addInternalEmitFlags: () => addInternalEmitFlags,
183398
+ addNodeFactoryPatcher: () => addNodeFactoryPatcher,
183399
+ addObjectAllocatorPatcher: () => addObjectAllocatorPatcher,
183400
+ addRange: () => addRange,
183401
+ addRelatedInfo: () => addRelatedInfo,
183402
+ addSyntheticLeadingComment: () => addSyntheticLeadingComment,
183403
+ addSyntheticTrailingComment: () => addSyntheticTrailingComment,
183404
+ addToSeen: () => addToSeen,
183405
+ advancedAsyncSuperHelper: () => advancedAsyncSuperHelper,
183406
+ affectsDeclarationPathOptionDeclarations: () => affectsDeclarationPathOptionDeclarations,
183407
+ affectsEmitOptionDeclarations: () => affectsEmitOptionDeclarations,
183408
+ allKeysStartWithDot: () => allKeysStartWithDot,
183409
+ altDirectorySeparator: () => altDirectorySeparator,
183410
+ and: () => and,
183411
+ append: () => append,
183412
+ appendIfUnique: () => appendIfUnique,
183413
+ arrayFrom: () => arrayFrom,
183414
+ arrayIsEqualTo: () => arrayIsEqualTo,
183415
+ arrayIsHomogeneous: () => arrayIsHomogeneous,
183416
+ arrayIsSorted: () => arrayIsSorted,
183417
+ arrayOf: () => arrayOf,
183418
+ arrayReverseIterator: () => arrayReverseIterator,
183419
+ arrayToMap: () => arrayToMap,
183420
+ arrayToMultiMap: () => arrayToMultiMap,
183421
+ arrayToNumericMap: () => arrayToNumericMap,
183422
+ arraysEqual: () => arraysEqual,
183423
+ assertType: () => assertType,
183424
+ assign: () => assign,
183425
+ assignHelper: () => assignHelper,
183426
+ asyncDelegator: () => asyncDelegator,
183427
+ asyncGeneratorHelper: () => asyncGeneratorHelper,
183428
+ asyncSuperHelper: () => asyncSuperHelper,
183429
+ asyncValues: () => asyncValues,
183430
+ attachFileToDiagnostics: () => attachFileToDiagnostics,
183431
+ awaitHelper: () => awaitHelper,
183432
+ awaiterHelper: () => awaiterHelper,
183433
+ base64decode: () => base64decode,
183434
+ base64encode: () => base64encode,
183435
+ binarySearch: () => binarySearch,
183436
+ binarySearchKey: () => binarySearchKey,
183437
+ bindSourceFile: () => bindSourceFile,
183438
+ breakIntoCharacterSpans: () => breakIntoCharacterSpans,
183439
+ breakIntoWordSpans: () => breakIntoWordSpans,
183440
+ buildLinkParts: () => buildLinkParts,
183441
+ buildOpts: () => buildOpts,
183442
+ buildOverload: () => buildOverload,
183443
+ bundlerModuleNameResolver: () => bundlerModuleNameResolver,
183444
+ canBeConvertedToAsync: () => canBeConvertedToAsync,
183445
+ canHaveDecorators: () => canHaveDecorators,
183446
+ canHaveExportModifier: () => canHaveExportModifier,
183447
+ canHaveFlowNode: () => canHaveFlowNode,
183448
+ canHaveIllegalDecorators: () => canHaveIllegalDecorators,
183449
+ canHaveIllegalModifiers: () => canHaveIllegalModifiers,
183450
+ canHaveIllegalType: () => canHaveIllegalType,
183451
+ canHaveIllegalTypeParameters: () => canHaveIllegalTypeParameters,
183452
+ canHaveJSDoc: () => canHaveJSDoc,
183453
+ canHaveLocals: () => canHaveLocals,
183454
+ canHaveModifiers: () => canHaveModifiers,
183455
+ canHaveSymbol: () => canHaveSymbol,
183456
+ canJsonReportNoInputFiles: () => canJsonReportNoInputFiles,
183457
+ canProduceDiagnostics: () => canProduceDiagnostics,
183458
+ canUsePropertyAccess: () => canUsePropertyAccess,
183459
+ canWatchAffectingLocation: () => canWatchAffectingLocation,
183460
+ canWatchAtTypes: () => canWatchAtTypes,
183461
+ canWatchDirectoryOrFile: () => canWatchDirectoryOrFile,
183462
+ cartesianProduct: () => cartesianProduct,
183463
+ cast: () => cast,
183464
+ chainBundle: () => chainBundle,
183465
+ chainDiagnosticMessages: () => chainDiagnosticMessages,
183466
+ changeAnyExtension: () => changeAnyExtension,
183467
+ changeCompilerHostLikeToUseCache: () => changeCompilerHostLikeToUseCache,
183468
+ changeExtension: () => changeExtension,
183469
+ changesAffectModuleResolution: () => changesAffectModuleResolution,
183470
+ changesAffectingProgramStructure: () => changesAffectingProgramStructure,
183471
+ childIsDecorated: () => childIsDecorated,
183472
+ classElementOrClassElementParameterIsDecorated: () => classElementOrClassElementParameterIsDecorated,
183473
+ classOrConstructorParameterIsDecorated: () => classOrConstructorParameterIsDecorated,
183474
+ classPrivateFieldGetHelper: () => classPrivateFieldGetHelper,
183475
+ classPrivateFieldInHelper: () => classPrivateFieldInHelper,
183476
+ classPrivateFieldSetHelper: () => classPrivateFieldSetHelper,
183477
+ classicNameResolver: () => classicNameResolver,
183478
+ classifier: () => ts_classifier_exports,
183479
+ cleanExtendedConfigCache: () => cleanExtendedConfigCache,
183480
+ clear: () => clear,
183481
+ clearMap: () => clearMap,
183482
+ clearSharedExtendedConfigFileWatcher: () => clearSharedExtendedConfigFileWatcher,
183483
+ climbPastPropertyAccess: () => climbPastPropertyAccess,
183484
+ climbPastPropertyOrElementAccess: () => climbPastPropertyOrElementAccess,
183485
+ clone: () => clone,
183486
+ cloneCompilerOptions: () => cloneCompilerOptions,
183487
+ closeFileWatcher: () => closeFileWatcher,
183488
+ closeFileWatcherOf: () => closeFileWatcherOf,
183489
+ codefix: () => ts_codefix_exports,
183490
+ collapseTextChangeRangesAcrossMultipleVersions: () => collapseTextChangeRangesAcrossMultipleVersions,
183491
+ collectExternalModuleInfo: () => collectExternalModuleInfo,
183492
+ combine: () => combine,
183493
+ combinePaths: () => combinePaths,
183494
+ commentPragmas: () => commentPragmas,
183495
+ commonOptionsWithBuild: () => commonOptionsWithBuild,
183496
+ commonPackageFolders: () => commonPackageFolders,
183497
+ compact: () => compact,
183498
+ compareBooleans: () => compareBooleans,
183499
+ compareDataObjects: () => compareDataObjects,
183500
+ compareDiagnostics: () => compareDiagnostics,
183501
+ compareDiagnosticsSkipRelatedInformation: () => compareDiagnosticsSkipRelatedInformation,
183502
+ compareEmitHelpers: () => compareEmitHelpers,
183503
+ compareNumberOfDirectorySeparators: () => compareNumberOfDirectorySeparators,
183504
+ comparePaths: () => comparePaths,
183505
+ comparePathsCaseInsensitive: () => comparePathsCaseInsensitive,
183506
+ comparePathsCaseSensitive: () => comparePathsCaseSensitive,
183507
+ comparePatternKeys: () => comparePatternKeys,
183508
+ compareProperties: () => compareProperties,
183509
+ compareStringsCaseInsensitive: () => compareStringsCaseInsensitive,
183510
+ compareStringsCaseInsensitiveEslintCompatible: () => compareStringsCaseInsensitiveEslintCompatible,
183511
+ compareStringsCaseSensitive: () => compareStringsCaseSensitive,
183512
+ compareStringsCaseSensitiveUI: () => compareStringsCaseSensitiveUI,
183513
+ compareTextSpans: () => compareTextSpans,
183514
+ compareValues: () => compareValues,
183515
+ compileOnSaveCommandLineOption: () => compileOnSaveCommandLineOption,
183516
+ compilerOptionsAffectDeclarationPath: () => compilerOptionsAffectDeclarationPath,
183517
+ compilerOptionsAffectEmit: () => compilerOptionsAffectEmit,
183518
+ compilerOptionsAffectSemanticDiagnostics: () => compilerOptionsAffectSemanticDiagnostics,
183519
+ compilerOptionsDidYouMeanDiagnostics: () => compilerOptionsDidYouMeanDiagnostics,
183520
+ compilerOptionsIndicateEsModules: () => compilerOptionsIndicateEsModules,
183521
+ compose: () => compose,
183522
+ computeCommonSourceDirectoryOfFilenames: () => computeCommonSourceDirectoryOfFilenames,
183523
+ computeLineAndCharacterOfPosition: () => computeLineAndCharacterOfPosition,
183524
+ computeLineOfPosition: () => computeLineOfPosition,
183525
+ computeLineStarts: () => computeLineStarts,
183526
+ computePositionOfLineAndCharacter: () => computePositionOfLineAndCharacter,
183527
+ computeSignature: () => computeSignature,
183528
+ computeSignatureWithDiagnostics: () => computeSignatureWithDiagnostics,
183529
+ computeSuggestionDiagnostics: () => computeSuggestionDiagnostics,
183530
+ concatenate: () => concatenate,
183531
+ concatenateDiagnosticMessageChains: () => concatenateDiagnosticMessageChains,
183532
+ consumesNodeCoreModules: () => consumesNodeCoreModules,
183533
+ contains: () => contains,
183534
+ containsIgnoredPath: () => containsIgnoredPath,
183535
+ containsObjectRestOrSpread: () => containsObjectRestOrSpread,
183536
+ containsParseError: () => containsParseError,
183537
+ containsPath: () => containsPath,
183538
+ convertCompilerOptionsForTelemetry: () => convertCompilerOptionsForTelemetry,
183539
+ convertCompilerOptionsFromJson: () => convertCompilerOptionsFromJson,
183540
+ convertJsonOption: () => convertJsonOption,
183541
+ convertToBase64: () => convertToBase64,
183542
+ convertToJson: () => convertToJson,
183543
+ convertToObject: () => convertToObject,
183544
+ convertToOptionsWithAbsolutePaths: () => convertToOptionsWithAbsolutePaths,
183545
+ convertToRelativePath: () => convertToRelativePath,
183546
+ convertToTSConfig: () => convertToTSConfig,
183547
+ convertTypeAcquisitionFromJson: () => convertTypeAcquisitionFromJson,
183548
+ copyComments: () => copyComments,
183549
+ copyEntries: () => copyEntries,
183550
+ copyLeadingComments: () => copyLeadingComments,
183551
+ copyProperties: () => copyProperties,
183552
+ copyTrailingAsLeadingComments: () => copyTrailingAsLeadingComments,
183553
+ copyTrailingComments: () => copyTrailingComments,
183554
+ couldStartTrivia: () => couldStartTrivia,
183555
+ countWhere: () => countWhere,
183556
+ createAbstractBuilder: () => createAbstractBuilder,
183557
+ createAccessorPropertyBackingField: () => createAccessorPropertyBackingField,
183558
+ createAccessorPropertyGetRedirector: () => createAccessorPropertyGetRedirector,
183559
+ createAccessorPropertySetRedirector: () => createAccessorPropertySetRedirector,
183560
+ createBaseNodeFactory: () => createBaseNodeFactory,
183561
+ createBinaryExpressionTrampoline: () => createBinaryExpressionTrampoline,
183562
+ createBindingHelper: () => createBindingHelper,
183563
+ createBuildInfo: () => createBuildInfo,
183564
+ createBuilderProgram: () => createBuilderProgram,
183565
+ createBuilderProgramUsingProgramBuildInfo: () => createBuilderProgramUsingProgramBuildInfo,
183566
+ createBuilderStatusReporter: () => createBuilderStatusReporter,
183567
+ createCacheWithRedirects: () => createCacheWithRedirects,
183568
+ createCacheableExportInfoMap: () => createCacheableExportInfoMap,
183569
+ createCachedDirectoryStructureHost: () => createCachedDirectoryStructureHost,
183570
+ createClassifier: () => createClassifier,
183571
+ createCommentDirectivesMap: () => createCommentDirectivesMap,
183572
+ createCompilerDiagnostic: () => createCompilerDiagnostic,
183573
+ createCompilerDiagnosticForInvalidCustomType: () => createCompilerDiagnosticForInvalidCustomType,
183574
+ createCompilerDiagnosticFromMessageChain: () => createCompilerDiagnosticFromMessageChain,
183575
+ createCompilerHost: () => createCompilerHost,
183576
+ createCompilerHostFromProgramHost: () => createCompilerHostFromProgramHost,
183577
+ createCompilerHostWorker: () => createCompilerHostWorker,
183578
+ createDetachedDiagnostic: () => createDetachedDiagnostic,
183579
+ createDiagnosticCollection: () => createDiagnosticCollection,
183580
+ createDiagnosticForFileFromMessageChain: () => createDiagnosticForFileFromMessageChain,
183581
+ createDiagnosticForNode: () => createDiagnosticForNode,
183582
+ createDiagnosticForNodeArray: () => createDiagnosticForNodeArray,
183583
+ createDiagnosticForNodeArrayFromMessageChain: () => createDiagnosticForNodeArrayFromMessageChain,
183584
+ createDiagnosticForNodeFromMessageChain: () => createDiagnosticForNodeFromMessageChain,
183585
+ createDiagnosticForNodeInSourceFile: () => createDiagnosticForNodeInSourceFile,
183586
+ createDiagnosticForRange: () => createDiagnosticForRange,
183587
+ createDiagnosticMessageChainFromDiagnostic: () => createDiagnosticMessageChainFromDiagnostic,
183588
+ createDiagnosticReporter: () => createDiagnosticReporter,
183589
+ createDocumentPositionMapper: () => createDocumentPositionMapper,
183590
+ createDocumentRegistry: () => createDocumentRegistry,
183591
+ createDocumentRegistryInternal: () => createDocumentRegistryInternal,
183592
+ createEmitAndSemanticDiagnosticsBuilderProgram: () => createEmitAndSemanticDiagnosticsBuilderProgram,
183593
+ createEmitHelperFactory: () => createEmitHelperFactory,
183594
+ createEmptyExports: () => createEmptyExports,
183595
+ createExpressionForJsxElement: () => createExpressionForJsxElement,
183596
+ createExpressionForJsxFragment: () => createExpressionForJsxFragment,
183597
+ createExpressionForObjectLiteralElementLike: () => createExpressionForObjectLiteralElementLike,
183598
+ createExpressionForPropertyName: () => createExpressionForPropertyName,
183599
+ createExpressionFromEntityName: () => createExpressionFromEntityName,
183600
+ createExternalHelpersImportDeclarationIfNeeded: () => createExternalHelpersImportDeclarationIfNeeded,
183601
+ createFileDiagnostic: () => createFileDiagnostic,
183602
+ createFileDiagnosticFromMessageChain: () => createFileDiagnosticFromMessageChain,
183603
+ createForOfBindingStatement: () => createForOfBindingStatement,
183604
+ createGetCanonicalFileName: () => createGetCanonicalFileName,
183605
+ createGetSourceFile: () => createGetSourceFile,
183606
+ createGetSymbolAccessibilityDiagnosticForNode: () => createGetSymbolAccessibilityDiagnosticForNode,
183607
+ createGetSymbolAccessibilityDiagnosticForNodeName: () => createGetSymbolAccessibilityDiagnosticForNodeName,
183608
+ createGetSymbolWalker: () => createGetSymbolWalker,
183609
+ createIncrementalCompilerHost: () => createIncrementalCompilerHost,
183610
+ createIncrementalProgram: () => createIncrementalProgram,
183611
+ createInputFiles: () => createInputFiles,
183612
+ createInputFilesWithFilePaths: () => createInputFilesWithFilePaths,
183613
+ createInputFilesWithFileTexts: () => createInputFilesWithFileTexts,
183614
+ createJsxFactoryExpression: () => createJsxFactoryExpression,
183615
+ createLanguageService: () => createLanguageService,
183616
+ createLanguageServiceSourceFile: () => createLanguageServiceSourceFile,
183617
+ createMemberAccessForPropertyName: () => createMemberAccessForPropertyName,
183618
+ createModeAwareCache: () => createModeAwareCache,
183619
+ createModeAwareCacheKey: () => createModeAwareCacheKey,
183620
+ createModuleNotFoundChain: () => createModuleNotFoundChain,
183621
+ createModuleResolutionCache: () => createModuleResolutionCache,
183622
+ createModuleResolutionLoader: () => createModuleResolutionLoader,
183623
+ createModuleSpecifierResolutionHost: () => createModuleSpecifierResolutionHost,
183624
+ createMultiMap: () => createMultiMap,
183625
+ createNodeConverters: () => createNodeConverters,
183626
+ createNodeFactory: () => createNodeFactory,
183627
+ createOptionNameMap: () => createOptionNameMap,
183628
+ createOverload: () => createOverload,
183629
+ createPackageJsonImportFilter: () => createPackageJsonImportFilter,
183630
+ createPackageJsonInfo: () => createPackageJsonInfo,
183631
+ createParenthesizerRules: () => createParenthesizerRules,
183632
+ createPatternMatcher: () => createPatternMatcher,
183633
+ createPrependNodes: () => createPrependNodes,
183634
+ createPrinter: () => createPrinter,
183635
+ createPrinterWithDefaults: () => createPrinterWithDefaults,
183636
+ createPrinterWithRemoveComments: () => createPrinterWithRemoveComments,
183637
+ createPrinterWithRemoveCommentsNeverAsciiEscape: () => createPrinterWithRemoveCommentsNeverAsciiEscape,
183638
+ createPrinterWithRemoveCommentsOmitTrailingSemicolon: () => createPrinterWithRemoveCommentsOmitTrailingSemicolon,
183639
+ createProgram: () => createProgram,
183640
+ createProgramHost: () => createProgramHost,
183641
+ createPropertyNameNodeForIdentifierOrLiteral: () => createPropertyNameNodeForIdentifierOrLiteral,
183642
+ createQueue: () => createQueue,
183643
+ createRange: () => createRange,
183644
+ createRedirectedBuilderProgram: () => createRedirectedBuilderProgram,
183645
+ createResolutionCache: () => createResolutionCache,
183646
+ createRuntimeTypeSerializer: () => createRuntimeTypeSerializer,
183647
+ createScanner: () => createScanner,
183648
+ createSemanticDiagnosticsBuilderProgram: () => createSemanticDiagnosticsBuilderProgram,
183649
+ createSet: () => createSet,
183650
+ createSolutionBuilder: () => createSolutionBuilder,
183651
+ createSolutionBuilderHost: () => createSolutionBuilderHost,
183652
+ createSolutionBuilderWithWatch: () => createSolutionBuilderWithWatch,
183653
+ createSolutionBuilderWithWatchHost: () => createSolutionBuilderWithWatchHost,
183654
+ createSortedArray: () => createSortedArray,
183655
+ createSourceFile: () => createSourceFile,
183656
+ createSourceMapGenerator: () => createSourceMapGenerator,
183657
+ createSourceMapSource: () => createSourceMapSource,
183658
+ createSuperAccessVariableStatement: () => createSuperAccessVariableStatement,
183659
+ createSymbolTable: () => createSymbolTable,
183660
+ createSymlinkCache: () => createSymlinkCache,
183661
+ createSystemWatchFunctions: () => createSystemWatchFunctions,
183662
+ createTextChange: () => createTextChange,
183663
+ createTextChangeFromStartLength: () => createTextChangeFromStartLength,
183664
+ createTextChangeRange: () => createTextChangeRange,
183665
+ createTextRangeFromNode: () => createTextRangeFromNode,
183666
+ createTextRangeFromSpan: () => createTextRangeFromSpan,
183667
+ createTextSpan: () => createTextSpan,
183668
+ createTextSpanFromBounds: () => createTextSpanFromBounds,
183669
+ createTextSpanFromNode: () => createTextSpanFromNode,
183670
+ createTextSpanFromRange: () => createTextSpanFromRange,
183671
+ createTextSpanFromStringLiteralLikeContent: () => createTextSpanFromStringLiteralLikeContent,
183672
+ createTextWriter: () => createTextWriter,
183673
+ createTokenRange: () => createTokenRange,
183674
+ createTypeChecker: () => createTypeChecker,
183675
+ createTypeReferenceDirectiveResolutionCache: () => createTypeReferenceDirectiveResolutionCache,
183676
+ createTypeReferenceResolutionLoader: () => createTypeReferenceResolutionLoader,
183677
+ createUnparsedSourceFile: () => createUnparsedSourceFile,
183678
+ createWatchCompilerHost: () => createWatchCompilerHost2,
183679
+ createWatchCompilerHostOfConfigFile: () => createWatchCompilerHostOfConfigFile,
183680
+ createWatchCompilerHostOfFilesAndCompilerOptions: () => createWatchCompilerHostOfFilesAndCompilerOptions,
183681
+ createWatchFactory: () => createWatchFactory,
183682
+ createWatchHost: () => createWatchHost,
183683
+ createWatchProgram: () => createWatchProgram,
183684
+ createWatchStatusReporter: () => createWatchStatusReporter,
183685
+ createWriteFileMeasuringIO: () => createWriteFileMeasuringIO,
183686
+ declarationNameToString: () => declarationNameToString,
183687
+ decodeMappings: () => decodeMappings,
183688
+ decodedTextSpanIntersectsWith: () => decodedTextSpanIntersectsWith,
183689
+ decorateHelper: () => decorateHelper,
183690
+ deduplicate: () => deduplicate,
183691
+ defaultIncludeSpec: () => defaultIncludeSpec,
183692
+ defaultInitCompilerOptions: () => defaultInitCompilerOptions,
183693
+ defaultMaximumTruncationLength: () => defaultMaximumTruncationLength,
183694
+ detectSortCaseSensitivity: () => detectSortCaseSensitivity,
183695
+ diagnosticCategoryName: () => diagnosticCategoryName,
183696
+ diagnosticToString: () => diagnosticToString,
183697
+ directoryProbablyExists: () => directoryProbablyExists,
183698
+ directorySeparator: () => directorySeparator,
183699
+ displayPart: () => displayPart,
183700
+ displayPartsToString: () => displayPartsToString,
183701
+ disposeEmitNodes: () => disposeEmitNodes,
183702
+ documentSpansEqual: () => documentSpansEqual,
183703
+ dumpTracingLegend: () => dumpTracingLegend,
183704
+ elementAt: () => elementAt,
183705
+ elideNodes: () => elideNodes,
183706
+ emitComments: () => emitComments,
183707
+ emitDetachedComments: () => emitDetachedComments,
183708
+ emitFiles: () => emitFiles,
183709
+ emitFilesAndReportErrors: () => emitFilesAndReportErrors,
183710
+ emitFilesAndReportErrorsAndGetExitStatus: () => emitFilesAndReportErrorsAndGetExitStatus,
183711
+ emitModuleKindIsNonNodeESM: () => emitModuleKindIsNonNodeESM,
183712
+ emitNewLineBeforeLeadingCommentOfPosition: () => emitNewLineBeforeLeadingCommentOfPosition,
183713
+ emitNewLineBeforeLeadingComments: () => emitNewLineBeforeLeadingComments,
183714
+ emitNewLineBeforeLeadingCommentsOfPosition: () => emitNewLineBeforeLeadingCommentsOfPosition,
183715
+ emitSkippedWithNoDiagnostics: () => emitSkippedWithNoDiagnostics,
183716
+ emitUsingBuildInfo: () => emitUsingBuildInfo,
183717
+ emptyArray: () => emptyArray,
183718
+ emptyFileSystemEntries: () => emptyFileSystemEntries,
183719
+ emptyMap: () => emptyMap,
183720
+ emptyOptions: () => emptyOptions,
183721
+ emptySet: () => emptySet,
183722
+ endsWith: () => endsWith,
183723
+ ensurePathIsNonModuleName: () => ensurePathIsNonModuleName,
183724
+ ensureScriptKind: () => ensureScriptKind,
183725
+ ensureTrailingDirectorySeparator: () => ensureTrailingDirectorySeparator,
183726
+ entityNameToString: () => entityNameToString,
183727
+ enumerateInsertsAndDeletes: () => enumerateInsertsAndDeletes,
183728
+ equalOwnProperties: () => equalOwnProperties,
183729
+ equateStringsCaseInsensitive: () => equateStringsCaseInsensitive,
183730
+ equateStringsCaseSensitive: () => equateStringsCaseSensitive,
183731
+ equateValues: () => equateValues,
183732
+ esDecorateHelper: () => esDecorateHelper,
183733
+ escapeJsxAttributeString: () => escapeJsxAttributeString,
183734
+ escapeLeadingUnderscores: () => escapeLeadingUnderscores,
183735
+ escapeNonAsciiString: () => escapeNonAsciiString,
183736
+ escapeSnippetText: () => escapeSnippetText,
183737
+ escapeString: () => escapeString,
183738
+ every: () => every,
183739
+ expandPreOrPostfixIncrementOrDecrementExpression: () => expandPreOrPostfixIncrementOrDecrementExpression,
183740
+ explainFiles: () => explainFiles,
183741
+ explainIfFileIsRedirectAndImpliedFormat: () => explainIfFileIsRedirectAndImpliedFormat,
183742
+ exportAssignmentIsAlias: () => exportAssignmentIsAlias,
183743
+ exportStarHelper: () => exportStarHelper,
183744
+ expressionResultIsUnused: () => expressionResultIsUnused,
183745
+ extend: () => extend,
183746
+ extendsHelper: () => extendsHelper,
183747
+ extensionFromPath: () => extensionFromPath,
183748
+ extensionIsTS: () => extensionIsTS,
183749
+ extensionsNotSupportingExtensionlessResolution: () => extensionsNotSupportingExtensionlessResolution,
183750
+ externalHelpersModuleNameText: () => externalHelpersModuleNameText,
183751
+ factory: () => factory,
183752
+ fileExtensionIs: () => fileExtensionIs,
183753
+ fileExtensionIsOneOf: () => fileExtensionIsOneOf,
183754
+ fileIncludeReasonToDiagnostics: () => fileIncludeReasonToDiagnostics,
183755
+ fileShouldUseJavaScriptRequire: () => fileShouldUseJavaScriptRequire,
183756
+ filter: () => filter,
183757
+ filterMutate: () => filterMutate,
183758
+ filterSemanticDiagnostics: () => filterSemanticDiagnostics,
183759
+ find: () => find,
183760
+ findAncestor: () => findAncestor,
183761
+ findBestPatternMatch: () => findBestPatternMatch,
183762
+ findChildOfKind: () => findChildOfKind,
183763
+ findComputedPropertyNameCacheAssignment: () => findComputedPropertyNameCacheAssignment,
183764
+ findConfigFile: () => findConfigFile,
183765
+ findContainingList: () => findContainingList,
183766
+ findDiagnosticForNode: () => findDiagnosticForNode,
183767
+ findFirstNonJsxWhitespaceToken: () => findFirstNonJsxWhitespaceToken,
183768
+ findIndex: () => findIndex,
183769
+ findLast: () => findLast,
183770
+ findLastIndex: () => findLastIndex,
183771
+ findListItemInfo: () => findListItemInfo,
183772
+ findMap: () => findMap,
183773
+ findModifier: () => findModifier,
183774
+ findNextToken: () => findNextToken,
183775
+ findPackageJson: () => findPackageJson,
183776
+ findPackageJsons: () => findPackageJsons,
183777
+ findPrecedingMatchingToken: () => findPrecedingMatchingToken,
183778
+ findPrecedingToken: () => findPrecedingToken,
183779
+ findSuperStatementIndex: () => findSuperStatementIndex,
183780
+ findTokenOnLeftOfPosition: () => findTokenOnLeftOfPosition,
183781
+ findUseStrictPrologue: () => findUseStrictPrologue,
183782
+ first: () => first,
183783
+ firstDefined: () => firstDefined,
183784
+ firstDefinedIterator: () => firstDefinedIterator,
183785
+ firstIterator: () => firstIterator,
183786
+ firstOrOnly: () => firstOrOnly,
183787
+ firstOrUndefined: () => firstOrUndefined,
183788
+ firstOrUndefinedIterator: () => firstOrUndefinedIterator,
183789
+ fixupCompilerOptions: () => fixupCompilerOptions,
183790
+ flatMap: () => flatMap,
183791
+ flatMapIterator: () => flatMapIterator,
183792
+ flatMapToMutable: () => flatMapToMutable,
183793
+ flatten: () => flatten,
183794
+ flattenCommaList: () => flattenCommaList,
183795
+ flattenDestructuringAssignment: () => flattenDestructuringAssignment,
183796
+ flattenDestructuringBinding: () => flattenDestructuringBinding,
183797
+ flattenDiagnosticMessageText: () => flattenDiagnosticMessageText,
183798
+ forEach: () => forEach,
183799
+ forEachAncestor: () => forEachAncestor,
183800
+ forEachAncestorDirectory: () => forEachAncestorDirectory,
183801
+ forEachChild: () => forEachChild,
183802
+ forEachChildRecursively: () => forEachChildRecursively,
183803
+ forEachEmittedFile: () => forEachEmittedFile,
183804
+ forEachEnclosingBlockScopeContainer: () => forEachEnclosingBlockScopeContainer,
183805
+ forEachEntry: () => forEachEntry,
183806
+ forEachExternalModuleToImportFrom: () => forEachExternalModuleToImportFrom,
183807
+ forEachImportClauseDeclaration: () => forEachImportClauseDeclaration,
183808
+ forEachKey: () => forEachKey,
183809
+ forEachLeadingCommentRange: () => forEachLeadingCommentRange,
183810
+ forEachNameInAccessChainWalkingLeft: () => forEachNameInAccessChainWalkingLeft,
183811
+ forEachPropertyAssignment: () => forEachPropertyAssignment,
183812
+ forEachResolvedProjectReference: () => forEachResolvedProjectReference,
183813
+ forEachReturnStatement: () => forEachReturnStatement,
183814
+ forEachRight: () => forEachRight,
183815
+ forEachTrailingCommentRange: () => forEachTrailingCommentRange,
183816
+ forEachTsConfigPropArray: () => forEachTsConfigPropArray,
183817
+ forEachUnique: () => forEachUnique,
183818
+ forEachYieldExpression: () => forEachYieldExpression,
183819
+ forSomeAncestorDirectory: () => forSomeAncestorDirectory,
183820
+ formatColorAndReset: () => formatColorAndReset,
183821
+ formatDiagnostic: () => formatDiagnostic,
183822
+ formatDiagnostics: () => formatDiagnostics,
183823
+ formatDiagnosticsWithColorAndContext: () => formatDiagnosticsWithColorAndContext,
183824
+ formatGeneratedName: () => formatGeneratedName,
183825
+ formatGeneratedNamePart: () => formatGeneratedNamePart,
183826
+ formatLocation: () => formatLocation,
183827
+ formatMessage: () => formatMessage,
183828
+ formatStringFromArgs: () => formatStringFromArgs,
183829
+ formatting: () => ts_formatting_exports,
183830
+ fullTripleSlashAMDReferencePathRegEx: () => fullTripleSlashAMDReferencePathRegEx,
183831
+ fullTripleSlashReferencePathRegEx: () => fullTripleSlashReferencePathRegEx,
183832
+ generateDjb2Hash: () => generateDjb2Hash,
183833
+ generateTSConfig: () => generateTSConfig,
183834
+ generatorHelper: () => generatorHelper,
183835
+ getAdjustedReferenceLocation: () => getAdjustedReferenceLocation,
183836
+ getAdjustedRenameLocation: () => getAdjustedRenameLocation,
183837
+ getAliasDeclarationFromName: () => getAliasDeclarationFromName,
183838
+ getAllAccessorDeclarations: () => getAllAccessorDeclarations,
183839
+ getAllDecoratorsOfClass: () => getAllDecoratorsOfClass,
183840
+ getAllDecoratorsOfClassElement: () => getAllDecoratorsOfClassElement,
183841
+ getAllJSDocTags: () => getAllJSDocTags,
183842
+ getAllJSDocTagsOfKind: () => getAllJSDocTagsOfKind,
183843
+ getAllKeys: () => getAllKeys,
183844
+ getAllProjectOutputs: () => getAllProjectOutputs,
183845
+ getAllSuperTypeNodes: () => getAllSuperTypeNodes,
183846
+ getAllUnscopedEmitHelpers: () => getAllUnscopedEmitHelpers,
183847
+ getAllowJSCompilerOption: () => getAllowJSCompilerOption,
183848
+ getAllowSyntheticDefaultImports: () => getAllowSyntheticDefaultImports,
183849
+ getAncestor: () => getAncestor,
183850
+ getAnyExtensionFromPath: () => getAnyExtensionFromPath,
183851
+ getAreDeclarationMapsEnabled: () => getAreDeclarationMapsEnabled,
183852
+ getAssignedExpandoInitializer: () => getAssignedExpandoInitializer,
183853
+ getAssignedName: () => getAssignedName,
183854
+ getAssignmentDeclarationKind: () => getAssignmentDeclarationKind,
183855
+ getAssignmentDeclarationPropertyAccessKind: () => getAssignmentDeclarationPropertyAccessKind,
183856
+ getAssignmentTargetKind: () => getAssignmentTargetKind,
183857
+ getAutomaticTypeDirectiveNames: () => getAutomaticTypeDirectiveNames,
183858
+ getBaseFileName: () => getBaseFileName,
183859
+ getBinaryOperatorPrecedence: () => getBinaryOperatorPrecedence,
183860
+ getBuildInfo: () => getBuildInfo,
183861
+ getBuildInfoFileVersionMap: () => getBuildInfoFileVersionMap,
183862
+ getBuildInfoText: () => getBuildInfoText,
183863
+ getBuildOrderFromAnyBuildOrder: () => getBuildOrderFromAnyBuildOrder,
183864
+ getBuilderCreationParameters: () => getBuilderCreationParameters,
183865
+ getBuilderFileEmit: () => getBuilderFileEmit,
183866
+ getCheckFlags: () => getCheckFlags,
183867
+ getClassExtendsHeritageElement: () => getClassExtendsHeritageElement,
183868
+ getClassLikeDeclarationOfSymbol: () => getClassLikeDeclarationOfSymbol,
183869
+ getCombinedLocalAndExportSymbolFlags: () => getCombinedLocalAndExportSymbolFlags,
183870
+ getCombinedModifierFlags: () => getCombinedModifierFlags,
183871
+ getCombinedNodeFlags: () => getCombinedNodeFlags,
183872
+ getCombinedNodeFlagsAlwaysIncludeJSDoc: () => getCombinedNodeFlagsAlwaysIncludeJSDoc,
183873
+ getCommentRange: () => getCommentRange,
183874
+ getCommonSourceDirectory: () => getCommonSourceDirectory,
183875
+ getCommonSourceDirectoryOfConfig: () => getCommonSourceDirectoryOfConfig,
183876
+ getCompilerOptionValue: () => getCompilerOptionValue,
183877
+ getCompilerOptionsDiffValue: () => getCompilerOptionsDiffValue,
183878
+ getConditions: () => getConditions,
183879
+ getConfigFileParsingDiagnostics: () => getConfigFileParsingDiagnostics,
183880
+ getConstantValue: () => getConstantValue,
183881
+ getContainerNode: () => getContainerNode,
183882
+ getContainingClass: () => getContainingClass,
183883
+ getContainingClassStaticBlock: () => getContainingClassStaticBlock,
183884
+ getContainingFunction: () => getContainingFunction,
183885
+ getContainingFunctionDeclaration: () => getContainingFunctionDeclaration,
183886
+ getContainingFunctionOrClassStaticBlock: () => getContainingFunctionOrClassStaticBlock,
183887
+ getContainingNodeArray: () => getContainingNodeArray,
183888
+ getContainingObjectLiteralElement: () => getContainingObjectLiteralElement,
183889
+ getContextualTypeFromParent: () => getContextualTypeFromParent,
183890
+ getContextualTypeFromParentOrAncestorTypeNode: () => getContextualTypeFromParentOrAncestorTypeNode,
183891
+ getCurrentTime: () => getCurrentTime,
183892
+ getDeclarationDiagnostics: () => getDeclarationDiagnostics,
183893
+ getDeclarationEmitExtensionForPath: () => getDeclarationEmitExtensionForPath,
183894
+ getDeclarationEmitOutputFilePath: () => getDeclarationEmitOutputFilePath,
183895
+ getDeclarationEmitOutputFilePathWorker: () => getDeclarationEmitOutputFilePathWorker,
183896
+ getDeclarationFromName: () => getDeclarationFromName,
183897
+ getDeclarationModifierFlagsFromSymbol: () => getDeclarationModifierFlagsFromSymbol,
183898
+ getDeclarationOfKind: () => getDeclarationOfKind,
183899
+ getDeclarationsOfKind: () => getDeclarationsOfKind,
183900
+ getDeclaredExpandoInitializer: () => getDeclaredExpandoInitializer,
183901
+ getDecorators: () => getDecorators,
183902
+ getDefaultCompilerOptions: () => getDefaultCompilerOptions2,
183903
+ getDefaultExportInfoWorker: () => getDefaultExportInfoWorker,
183904
+ getDefaultFormatCodeSettings: () => getDefaultFormatCodeSettings,
183905
+ getDefaultLibFileName: () => getDefaultLibFileName,
183906
+ getDefaultLibFilePath: () => getDefaultLibFilePath,
183907
+ getDefaultLikeExportInfo: () => getDefaultLikeExportInfo,
183908
+ getDiagnosticText: () => getDiagnosticText,
183909
+ getDiagnosticsWithinSpan: () => getDiagnosticsWithinSpan,
183910
+ getDirectoryPath: () => getDirectoryPath,
183911
+ getDirectoryToWatchFailedLookupLocation: () => getDirectoryToWatchFailedLookupLocation,
183912
+ getDirectoryToWatchFailedLookupLocationFromTypeRoot: () => getDirectoryToWatchFailedLookupLocationFromTypeRoot,
183913
+ getDocumentPositionMapper: () => getDocumentPositionMapper,
183914
+ getESModuleInterop: () => getESModuleInterop,
183915
+ getEditsForFileRename: () => getEditsForFileRename,
183916
+ getEffectiveBaseTypeNode: () => getEffectiveBaseTypeNode,
183917
+ getEffectiveConstraintOfTypeParameter: () => getEffectiveConstraintOfTypeParameter,
183918
+ getEffectiveContainerForJSDocTemplateTag: () => getEffectiveContainerForJSDocTemplateTag,
183919
+ getEffectiveImplementsTypeNodes: () => getEffectiveImplementsTypeNodes,
183920
+ getEffectiveInitializer: () => getEffectiveInitializer,
183921
+ getEffectiveJSDocHost: () => getEffectiveJSDocHost,
183922
+ getEffectiveModifierFlags: () => getEffectiveModifierFlags,
183923
+ getEffectiveModifierFlagsAlwaysIncludeJSDoc: () => getEffectiveModifierFlagsAlwaysIncludeJSDoc,
183924
+ getEffectiveModifierFlagsNoCache: () => getEffectiveModifierFlagsNoCache,
183925
+ getEffectiveReturnTypeNode: () => getEffectiveReturnTypeNode,
183926
+ getEffectiveSetAccessorTypeAnnotationNode: () => getEffectiveSetAccessorTypeAnnotationNode,
183927
+ getEffectiveTypeAnnotationNode: () => getEffectiveTypeAnnotationNode,
183928
+ getEffectiveTypeParameterDeclarations: () => getEffectiveTypeParameterDeclarations,
183929
+ getEffectiveTypeRoots: () => getEffectiveTypeRoots,
183930
+ getElementOrPropertyAccessArgumentExpressionOrName: () => getElementOrPropertyAccessArgumentExpressionOrName,
183931
+ getElementOrPropertyAccessName: () => getElementOrPropertyAccessName,
183932
+ getElementsOfBindingOrAssignmentPattern: () => getElementsOfBindingOrAssignmentPattern,
183933
+ getEmitDeclarations: () => getEmitDeclarations,
183934
+ getEmitFlags: () => getEmitFlags,
183935
+ getEmitHelpers: () => getEmitHelpers,
183936
+ getEmitModuleDetectionKind: () => getEmitModuleDetectionKind,
183937
+ getEmitModuleKind: () => getEmitModuleKind,
183938
+ getEmitModuleResolutionKind: () => getEmitModuleResolutionKind,
183939
+ getEmitScriptTarget: () => getEmitScriptTarget,
183940
+ getEnclosingBlockScopeContainer: () => getEnclosingBlockScopeContainer,
183941
+ getEncodedSemanticClassifications: () => getEncodedSemanticClassifications,
183942
+ getEncodedSyntacticClassifications: () => getEncodedSyntacticClassifications,
183943
+ getEndLinePosition: () => getEndLinePosition,
183944
+ getEntityNameFromTypeNode: () => getEntityNameFromTypeNode,
183945
+ getEntrypointsFromPackageJsonInfo: () => getEntrypointsFromPackageJsonInfo,
183946
+ getErrorCountForSummary: () => getErrorCountForSummary,
183947
+ getErrorSpanForNode: () => getErrorSpanForNode,
183948
+ getErrorSummaryText: () => getErrorSummaryText,
183949
+ getEscapedTextOfIdentifierOrLiteral: () => getEscapedTextOfIdentifierOrLiteral,
183950
+ getEscapedTextOfJsxAttributeName: () => getEscapedTextOfJsxAttributeName,
183951
+ getEscapedTextOfJsxNamespacedName: () => getEscapedTextOfJsxNamespacedName,
183952
+ getExpandoInitializer: () => getExpandoInitializer,
183953
+ getExportAssignmentExpression: () => getExportAssignmentExpression,
183954
+ getExportInfoMap: () => getExportInfoMap,
183955
+ getExportNeedsImportStarHelper: () => getExportNeedsImportStarHelper,
183956
+ getExpressionAssociativity: () => getExpressionAssociativity,
183957
+ getExpressionPrecedence: () => getExpressionPrecedence,
183958
+ getExternalHelpersModuleName: () => getExternalHelpersModuleName,
183959
+ getExternalModuleImportEqualsDeclarationExpression: () => getExternalModuleImportEqualsDeclarationExpression,
183960
+ getExternalModuleName: () => getExternalModuleName,
183961
+ getExternalModuleNameFromDeclaration: () => getExternalModuleNameFromDeclaration,
183962
+ getExternalModuleNameFromPath: () => getExternalModuleNameFromPath,
183963
+ getExternalModuleNameLiteral: () => getExternalModuleNameLiteral,
183964
+ getExternalModuleRequireArgument: () => getExternalModuleRequireArgument,
183965
+ getFallbackOptions: () => getFallbackOptions,
183966
+ getFileEmitOutput: () => getFileEmitOutput,
183967
+ getFileMatcherPatterns: () => getFileMatcherPatterns,
183968
+ getFileNamesFromConfigSpecs: () => getFileNamesFromConfigSpecs,
183969
+ getFileWatcherEventKind: () => getFileWatcherEventKind,
183970
+ getFilesInErrorForSummary: () => getFilesInErrorForSummary,
183971
+ getFirstConstructorWithBody: () => getFirstConstructorWithBody,
183972
+ getFirstIdentifier: () => getFirstIdentifier,
183973
+ getFirstNonSpaceCharacterPosition: () => getFirstNonSpaceCharacterPosition,
183974
+ getFirstProjectOutput: () => getFirstProjectOutput,
183975
+ getFixableErrorSpanExpression: () => getFixableErrorSpanExpression,
183976
+ getFormatCodeSettingsForWriting: () => getFormatCodeSettingsForWriting,
183977
+ getFullWidth: () => getFullWidth,
183978
+ getFunctionFlags: () => getFunctionFlags,
183979
+ getHeritageClause: () => getHeritageClause,
183980
+ getHostSignatureFromJSDoc: () => getHostSignatureFromJSDoc,
183981
+ getIdentifierAutoGenerate: () => getIdentifierAutoGenerate,
183982
+ getIdentifierGeneratedImportReference: () => getIdentifierGeneratedImportReference,
183983
+ getIdentifierTypeArguments: () => getIdentifierTypeArguments,
183984
+ getImmediatelyInvokedFunctionExpression: () => getImmediatelyInvokedFunctionExpression,
183985
+ getImpliedNodeFormatForFile: () => getImpliedNodeFormatForFile,
183986
+ getImpliedNodeFormatForFileWorker: () => getImpliedNodeFormatForFileWorker,
183987
+ getImportNeedsImportDefaultHelper: () => getImportNeedsImportDefaultHelper,
183988
+ getImportNeedsImportStarHelper: () => getImportNeedsImportStarHelper,
183989
+ getIndentSize: () => getIndentSize,
183990
+ getIndentString: () => getIndentString,
183991
+ getInferredLibraryNameResolveFrom: () => getInferredLibraryNameResolveFrom,
183992
+ getInitializedVariables: () => getInitializedVariables,
183993
+ getInitializerOfBinaryExpression: () => getInitializerOfBinaryExpression,
183994
+ getInitializerOfBindingOrAssignmentElement: () => getInitializerOfBindingOrAssignmentElement,
183995
+ getInterfaceBaseTypeNodes: () => getInterfaceBaseTypeNodes,
183996
+ getInternalEmitFlags: () => getInternalEmitFlags,
183997
+ getInvokedExpression: () => getInvokedExpression,
183998
+ getIsolatedModules: () => getIsolatedModules,
183999
+ getJSDocAugmentsTag: () => getJSDocAugmentsTag,
184000
+ getJSDocClassTag: () => getJSDocClassTag,
184001
+ getJSDocCommentRanges: () => getJSDocCommentRanges,
184002
+ getJSDocCommentsAndTags: () => getJSDocCommentsAndTags,
184003
+ getJSDocDeprecatedTag: () => getJSDocDeprecatedTag,
184004
+ getJSDocDeprecatedTagNoCache: () => getJSDocDeprecatedTagNoCache,
184005
+ getJSDocEnumTag: () => getJSDocEnumTag,
184006
+ getJSDocHost: () => getJSDocHost,
184007
+ getJSDocImplementsTags: () => getJSDocImplementsTags,
184008
+ getJSDocOverrideTagNoCache: () => getJSDocOverrideTagNoCache,
184009
+ getJSDocParameterTags: () => getJSDocParameterTags,
184010
+ getJSDocParameterTagsNoCache: () => getJSDocParameterTagsNoCache,
184011
+ getJSDocPrivateTag: () => getJSDocPrivateTag,
184012
+ getJSDocPrivateTagNoCache: () => getJSDocPrivateTagNoCache,
184013
+ getJSDocProtectedTag: () => getJSDocProtectedTag,
184014
+ getJSDocProtectedTagNoCache: () => getJSDocProtectedTagNoCache,
184015
+ getJSDocPublicTag: () => getJSDocPublicTag,
184016
+ getJSDocPublicTagNoCache: () => getJSDocPublicTagNoCache,
184017
+ getJSDocReadonlyTag: () => getJSDocReadonlyTag,
184018
+ getJSDocReadonlyTagNoCache: () => getJSDocReadonlyTagNoCache,
184019
+ getJSDocReturnTag: () => getJSDocReturnTag,
184020
+ getJSDocReturnType: () => getJSDocReturnType,
184021
+ getJSDocRoot: () => getJSDocRoot,
184022
+ getJSDocSatisfiesExpressionType: () => getJSDocSatisfiesExpressionType,
184023
+ getJSDocSatisfiesTag: () => getJSDocSatisfiesTag,
184024
+ getJSDocTags: () => getJSDocTags,
184025
+ getJSDocTagsNoCache: () => getJSDocTagsNoCache,
184026
+ getJSDocTemplateTag: () => getJSDocTemplateTag,
184027
+ getJSDocThisTag: () => getJSDocThisTag,
184028
+ getJSDocType: () => getJSDocType,
184029
+ getJSDocTypeAliasName: () => getJSDocTypeAliasName,
184030
+ getJSDocTypeAssertionType: () => getJSDocTypeAssertionType,
184031
+ getJSDocTypeParameterDeclarations: () => getJSDocTypeParameterDeclarations,
184032
+ getJSDocTypeParameterTags: () => getJSDocTypeParameterTags,
184033
+ getJSDocTypeParameterTagsNoCache: () => getJSDocTypeParameterTagsNoCache,
184034
+ getJSDocTypeTag: () => getJSDocTypeTag,
184035
+ getJSXImplicitImportBase: () => getJSXImplicitImportBase,
184036
+ getJSXRuntimeImport: () => getJSXRuntimeImport,
184037
+ getJSXTransformEnabled: () => getJSXTransformEnabled,
184038
+ getKeyForCompilerOptions: () => getKeyForCompilerOptions,
184039
+ getLanguageVariant: () => getLanguageVariant,
184040
+ getLastChild: () => getLastChild,
184041
+ getLeadingCommentRanges: () => getLeadingCommentRanges,
184042
+ getLeadingCommentRangesOfNode: () => getLeadingCommentRangesOfNode,
184043
+ getLeftmostAccessExpression: () => getLeftmostAccessExpression,
184044
+ getLeftmostExpression: () => getLeftmostExpression,
184045
+ getLineAndCharacterOfPosition: () => getLineAndCharacterOfPosition,
184046
+ getLineInfo: () => getLineInfo,
184047
+ getLineOfLocalPosition: () => getLineOfLocalPosition,
184048
+ getLineOfLocalPositionFromLineMap: () => getLineOfLocalPositionFromLineMap,
184049
+ getLineStartPositionForPosition: () => getLineStartPositionForPosition,
184050
+ getLineStarts: () => getLineStarts,
184051
+ getLinesBetweenPositionAndNextNonWhitespaceCharacter: () => getLinesBetweenPositionAndNextNonWhitespaceCharacter,
184052
+ getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter: () => getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter,
184053
+ getLinesBetweenPositions: () => getLinesBetweenPositions,
184054
+ getLinesBetweenRangeEndAndRangeStart: () => getLinesBetweenRangeEndAndRangeStart,
184055
+ getLinesBetweenRangeEndPositions: () => getLinesBetweenRangeEndPositions,
184056
+ getLiteralText: () => getLiteralText,
184057
+ getLocalNameForExternalImport: () => getLocalNameForExternalImport,
184058
+ getLocalSymbolForExportDefault: () => getLocalSymbolForExportDefault,
184059
+ getLocaleSpecificMessage: () => getLocaleSpecificMessage,
184060
+ getLocaleTimeString: () => getLocaleTimeString,
184061
+ getMappedContextSpan: () => getMappedContextSpan,
184062
+ getMappedDocumentSpan: () => getMappedDocumentSpan,
184063
+ getMappedLocation: () => getMappedLocation,
184064
+ getMatchedFileSpec: () => getMatchedFileSpec,
184065
+ getMatchedIncludeSpec: () => getMatchedIncludeSpec,
184066
+ getMeaningFromDeclaration: () => getMeaningFromDeclaration,
184067
+ getMeaningFromLocation: () => getMeaningFromLocation,
184068
+ getMembersOfDeclaration: () => getMembersOfDeclaration,
184069
+ getModeForFileReference: () => getModeForFileReference,
184070
+ getModeForResolutionAtIndex: () => getModeForResolutionAtIndex,
184071
+ getModeForUsageLocation: () => getModeForUsageLocation,
184072
+ getModifiedTime: () => getModifiedTime,
184073
+ getModifiers: () => getModifiers,
184074
+ getModuleInstanceState: () => getModuleInstanceState,
184075
+ getModuleNameStringLiteralAt: () => getModuleNameStringLiteralAt,
184076
+ getModuleSpecifierEndingPreference: () => getModuleSpecifierEndingPreference,
184077
+ getModuleSpecifierResolverHost: () => getModuleSpecifierResolverHost,
184078
+ getNameForExportedSymbol: () => getNameForExportedSymbol,
184079
+ getNameFromIndexInfo: () => getNameFromIndexInfo,
184080
+ getNameFromPropertyName: () => getNameFromPropertyName,
184081
+ getNameOfAccessExpression: () => getNameOfAccessExpression,
184082
+ getNameOfCompilerOptionValue: () => getNameOfCompilerOptionValue,
184083
+ getNameOfDeclaration: () => getNameOfDeclaration,
184084
+ getNameOfExpando: () => getNameOfExpando,
184085
+ getNameOfJSDocTypedef: () => getNameOfJSDocTypedef,
184086
+ getNameOrArgument: () => getNameOrArgument,
184087
+ getNameTable: () => getNameTable,
184088
+ getNamesForExportedSymbol: () => getNamesForExportedSymbol,
184089
+ getNamespaceDeclarationNode: () => getNamespaceDeclarationNode,
184090
+ getNewLineCharacter: () => getNewLineCharacter,
184091
+ getNewLineKind: () => getNewLineKind,
184092
+ getNewLineOrDefaultFromHost: () => getNewLineOrDefaultFromHost,
184093
+ getNewTargetContainer: () => getNewTargetContainer,
184094
+ getNextJSDocCommentLocation: () => getNextJSDocCommentLocation,
184095
+ getNodeForGeneratedName: () => getNodeForGeneratedName,
184096
+ getNodeId: () => getNodeId,
184097
+ getNodeKind: () => getNodeKind,
184098
+ getNodeModifiers: () => getNodeModifiers,
184099
+ getNodeModulePathParts: () => getNodeModulePathParts,
184100
+ getNonAssignedNameOfDeclaration: () => getNonAssignedNameOfDeclaration,
184101
+ getNonAssignmentOperatorForCompoundAssignment: () => getNonAssignmentOperatorForCompoundAssignment,
184102
+ getNonAugmentationDeclaration: () => getNonAugmentationDeclaration,
184103
+ getNonDecoratorTokenPosOfNode: () => getNonDecoratorTokenPosOfNode,
184104
+ getNormalizedAbsolutePath: () => getNormalizedAbsolutePath,
184105
+ getNormalizedAbsolutePathWithoutRoot: () => getNormalizedAbsolutePathWithoutRoot,
184106
+ getNormalizedPathComponents: () => getNormalizedPathComponents,
184107
+ getObjectFlags: () => getObjectFlags,
184108
+ getOperator: () => getOperator,
184109
+ getOperatorAssociativity: () => getOperatorAssociativity,
184110
+ getOperatorPrecedence: () => getOperatorPrecedence,
184111
+ getOptionFromName: () => getOptionFromName,
184112
+ getOptionsForLibraryResolution: () => getOptionsForLibraryResolution,
184113
+ getOptionsNameMap: () => getOptionsNameMap,
184114
+ getOrCreateEmitNode: () => getOrCreateEmitNode,
184115
+ getOrCreateExternalHelpersModuleNameIfNeeded: () => getOrCreateExternalHelpersModuleNameIfNeeded,
184116
+ getOrUpdate: () => getOrUpdate,
184117
+ getOriginalNode: () => getOriginalNode,
184118
+ getOriginalNodeId: () => getOriginalNodeId,
184119
+ getOriginalSourceFile: () => getOriginalSourceFile,
184120
+ getOutputDeclarationFileName: () => getOutputDeclarationFileName,
184121
+ getOutputExtension: () => getOutputExtension,
184122
+ getOutputFileNames: () => getOutputFileNames,
184123
+ getOutputPathsFor: () => getOutputPathsFor,
184124
+ getOutputPathsForBundle: () => getOutputPathsForBundle,
184125
+ getOwnEmitOutputFilePath: () => getOwnEmitOutputFilePath,
184126
+ getOwnKeys: () => getOwnKeys,
184127
+ getOwnValues: () => getOwnValues,
184128
+ getPackageJsonInfo: () => getPackageJsonInfo,
184129
+ getPackageJsonTypesVersionsPaths: () => getPackageJsonTypesVersionsPaths,
184130
+ getPackageJsonsVisibleToFile: () => getPackageJsonsVisibleToFile,
184131
+ getPackageNameFromTypesPackageName: () => getPackageNameFromTypesPackageName,
184132
+ getPackageScopeForPath: () => getPackageScopeForPath,
184133
+ getParameterSymbolFromJSDoc: () => getParameterSymbolFromJSDoc,
184134
+ getParameterTypeNode: () => getParameterTypeNode,
184135
+ getParentNodeInSpan: () => getParentNodeInSpan,
184136
+ getParseTreeNode: () => getParseTreeNode,
184137
+ getParsedCommandLineOfConfigFile: () => getParsedCommandLineOfConfigFile,
184138
+ getPathComponents: () => getPathComponents,
184139
+ getPathComponentsRelativeTo: () => getPathComponentsRelativeTo,
184140
+ getPathFromPathComponents: () => getPathFromPathComponents,
184141
+ getPathUpdater: () => getPathUpdater,
184142
+ getPathsBasePath: () => getPathsBasePath,
184143
+ getPatternFromSpec: () => getPatternFromSpec,
184144
+ getPendingEmitKind: () => getPendingEmitKind,
184145
+ getPositionOfLineAndCharacter: () => getPositionOfLineAndCharacter,
184146
+ getPossibleGenericSignatures: () => getPossibleGenericSignatures,
184147
+ getPossibleOriginalInputExtensionForExtension: () => getPossibleOriginalInputExtensionForExtension,
184148
+ getPossibleTypeArgumentsInfo: () => getPossibleTypeArgumentsInfo,
184149
+ getPreEmitDiagnostics: () => getPreEmitDiagnostics,
184150
+ getPrecedingNonSpaceCharacterPosition: () => getPrecedingNonSpaceCharacterPosition,
184151
+ getPrivateIdentifier: () => getPrivateIdentifier,
184152
+ getProperties: () => getProperties,
184153
+ getProperty: () => getProperty,
184154
+ getPropertyArrayElementValue: () => getPropertyArrayElementValue,
184155
+ getPropertyAssignmentAliasLikeExpression: () => getPropertyAssignmentAliasLikeExpression,
184156
+ getPropertyNameForPropertyNameNode: () => getPropertyNameForPropertyNameNode,
184157
+ getPropertyNameForUniqueESSymbol: () => getPropertyNameForUniqueESSymbol,
184158
+ getPropertyNameOfBindingOrAssignmentElement: () => getPropertyNameOfBindingOrAssignmentElement,
184159
+ getPropertySymbolFromBindingElement: () => getPropertySymbolFromBindingElement,
184160
+ getPropertySymbolsFromContextualType: () => getPropertySymbolsFromContextualType,
184161
+ getQuoteFromPreference: () => getQuoteFromPreference,
184162
+ getQuotePreference: () => getQuotePreference,
184163
+ getRangesWhere: () => getRangesWhere,
184164
+ getRefactorContextSpan: () => getRefactorContextSpan,
184165
+ getReferencedFileLocation: () => getReferencedFileLocation,
184166
+ getRegexFromPattern: () => getRegexFromPattern,
184167
+ getRegularExpressionForWildcard: () => getRegularExpressionForWildcard,
184168
+ getRegularExpressionsForWildcards: () => getRegularExpressionsForWildcards,
184169
+ getRelativePathFromDirectory: () => getRelativePathFromDirectory,
184170
+ getRelativePathFromFile: () => getRelativePathFromFile,
184171
+ getRelativePathToDirectoryOrUrl: () => getRelativePathToDirectoryOrUrl,
184172
+ getRenameLocation: () => getRenameLocation,
184173
+ getReplacementSpanForContextToken: () => getReplacementSpanForContextToken,
184174
+ getResolutionDiagnostic: () => getResolutionDiagnostic,
184175
+ getResolutionModeOverrideForClause: () => getResolutionModeOverrideForClause,
184176
+ getResolveJsonModule: () => getResolveJsonModule,
184177
+ getResolvePackageJsonExports: () => getResolvePackageJsonExports,
184178
+ getResolvePackageJsonImports: () => getResolvePackageJsonImports,
184179
+ getResolvedExternalModuleName: () => getResolvedExternalModuleName,
184180
+ getResolvedModule: () => getResolvedModule,
184181
+ getResolvedTypeReferenceDirective: () => getResolvedTypeReferenceDirective,
184182
+ getRestIndicatorOfBindingOrAssignmentElement: () => getRestIndicatorOfBindingOrAssignmentElement,
184183
+ getRestParameterElementType: () => getRestParameterElementType,
184184
+ getRightMostAssignedExpression: () => getRightMostAssignedExpression,
184185
+ getRootDeclaration: () => getRootDeclaration,
184186
+ getRootDirectoryOfResolutionCache: () => getRootDirectoryOfResolutionCache,
184187
+ getRootLength: () => getRootLength,
184188
+ getRootPathSplitLength: () => getRootPathSplitLength,
184189
+ getScriptKind: () => getScriptKind,
184190
+ getScriptKindFromFileName: () => getScriptKindFromFileName,
184191
+ getScriptTargetFeatures: () => getScriptTargetFeatures,
184192
+ getSelectedEffectiveModifierFlags: () => getSelectedEffectiveModifierFlags,
184193
+ getSelectedSyntacticModifierFlags: () => getSelectedSyntacticModifierFlags,
184194
+ getSemanticClassifications: () => getSemanticClassifications,
184195
+ getSemanticJsxChildren: () => getSemanticJsxChildren,
184196
+ getSetAccessorTypeAnnotationNode: () => getSetAccessorTypeAnnotationNode,
184197
+ getSetAccessorValueParameter: () => getSetAccessorValueParameter,
184198
+ getSetExternalModuleIndicator: () => getSetExternalModuleIndicator,
184199
+ getShebang: () => getShebang,
184200
+ getSingleInitializerOfVariableStatementOrPropertyDeclaration: () => getSingleInitializerOfVariableStatementOrPropertyDeclaration,
184201
+ getSingleVariableOfVariableStatement: () => getSingleVariableOfVariableStatement,
184202
+ getSnapshotText: () => getSnapshotText,
184203
+ getSnippetElement: () => getSnippetElement,
184204
+ getSourceFileOfModule: () => getSourceFileOfModule,
184205
+ getSourceFileOfNode: () => getSourceFileOfNode,
184206
+ getSourceFilePathInNewDir: () => getSourceFilePathInNewDir,
184207
+ getSourceFilePathInNewDirWorker: () => getSourceFilePathInNewDirWorker,
184208
+ getSourceFileVersionAsHashFromText: () => getSourceFileVersionAsHashFromText,
184209
+ getSourceFilesToEmit: () => getSourceFilesToEmit,
184210
+ getSourceMapRange: () => getSourceMapRange,
184211
+ getSourceMapper: () => getSourceMapper,
184212
+ getSourceTextOfNodeFromSourceFile: () => getSourceTextOfNodeFromSourceFile,
184213
+ getSpanOfTokenAtPosition: () => getSpanOfTokenAtPosition,
184214
+ getSpellingSuggestion: () => getSpellingSuggestion,
184215
+ getStartPositionOfLine: () => getStartPositionOfLine,
184216
+ getStartPositionOfRange: () => getStartPositionOfRange,
184217
+ getStartsOnNewLine: () => getStartsOnNewLine,
184218
+ getStaticPropertiesAndClassStaticBlock: () => getStaticPropertiesAndClassStaticBlock,
184219
+ getStrictOptionValue: () => getStrictOptionValue,
184220
+ getStringComparer: () => getStringComparer,
184221
+ getSuperCallFromStatement: () => getSuperCallFromStatement,
184222
+ getSuperContainer: () => getSuperContainer,
184223
+ getSupportedCodeFixes: () => getSupportedCodeFixes,
184224
+ getSupportedExtensions: () => getSupportedExtensions,
184225
+ getSupportedExtensionsWithJsonIfResolveJsonModule: () => getSupportedExtensionsWithJsonIfResolveJsonModule,
184226
+ getSwitchedType: () => getSwitchedType,
184227
+ getSymbolId: () => getSymbolId,
184228
+ getSymbolNameForPrivateIdentifier: () => getSymbolNameForPrivateIdentifier,
184229
+ getSymbolTarget: () => getSymbolTarget,
184230
+ getSyntacticClassifications: () => getSyntacticClassifications,
184231
+ getSyntacticModifierFlags: () => getSyntacticModifierFlags,
184232
+ getSyntacticModifierFlagsNoCache: () => getSyntacticModifierFlagsNoCache,
184233
+ getSynthesizedDeepClone: () => getSynthesizedDeepClone,
184234
+ getSynthesizedDeepCloneWithReplacements: () => getSynthesizedDeepCloneWithReplacements,
184235
+ getSynthesizedDeepClones: () => getSynthesizedDeepClones,
184236
+ getSynthesizedDeepClonesWithReplacements: () => getSynthesizedDeepClonesWithReplacements,
184237
+ getSyntheticLeadingComments: () => getSyntheticLeadingComments,
184238
+ getSyntheticTrailingComments: () => getSyntheticTrailingComments,
184239
+ getTargetLabel: () => getTargetLabel,
184240
+ getTargetOfBindingOrAssignmentElement: () => getTargetOfBindingOrAssignmentElement,
184241
+ getTemporaryModuleResolutionState: () => getTemporaryModuleResolutionState,
184242
+ getTextOfConstantValue: () => getTextOfConstantValue,
184243
+ getTextOfIdentifierOrLiteral: () => getTextOfIdentifierOrLiteral,
184244
+ getTextOfJSDocComment: () => getTextOfJSDocComment,
184245
+ getTextOfJsxAttributeName: () => getTextOfJsxAttributeName,
184246
+ getTextOfJsxNamespacedName: () => getTextOfJsxNamespacedName,
184247
+ getTextOfNode: () => getTextOfNode,
184248
+ getTextOfNodeFromSourceText: () => getTextOfNodeFromSourceText,
184249
+ getTextOfPropertyName: () => getTextOfPropertyName,
184250
+ getThisContainer: () => getThisContainer,
184251
+ getThisParameter: () => getThisParameter,
184252
+ getTokenAtPosition: () => getTokenAtPosition,
184253
+ getTokenPosOfNode: () => getTokenPosOfNode,
184254
+ getTokenSourceMapRange: () => getTokenSourceMapRange,
184255
+ getTouchingPropertyName: () => getTouchingPropertyName,
184256
+ getTouchingToken: () => getTouchingToken,
184257
+ getTrailingCommentRanges: () => getTrailingCommentRanges,
184258
+ getTrailingSemicolonDeferringWriter: () => getTrailingSemicolonDeferringWriter,
184259
+ getTransformFlagsSubtreeExclusions: () => getTransformFlagsSubtreeExclusions,
184260
+ getTransformers: () => getTransformers,
184261
+ getTsBuildInfoEmitOutputFilePath: () => getTsBuildInfoEmitOutputFilePath,
184262
+ getTsConfigObjectLiteralExpression: () => getTsConfigObjectLiteralExpression,
184263
+ getTsConfigPropArrayElementValue: () => getTsConfigPropArrayElementValue,
184264
+ getTypeAnnotationNode: () => getTypeAnnotationNode,
184265
+ getTypeArgumentOrTypeParameterList: () => getTypeArgumentOrTypeParameterList,
184266
+ getTypeKeywordOfTypeOnlyImport: () => getTypeKeywordOfTypeOnlyImport,
184267
+ getTypeNode: () => getTypeNode,
184268
+ getTypeNodeIfAccessible: () => getTypeNodeIfAccessible,
184269
+ getTypeParameterFromJsDoc: () => getTypeParameterFromJsDoc,
184270
+ getTypeParameterOwner: () => getTypeParameterOwner,
184271
+ getTypesPackageName: () => getTypesPackageName,
184272
+ getUILocale: () => getUILocale,
184273
+ getUniqueName: () => getUniqueName,
184274
+ getUniqueSymbolId: () => getUniqueSymbolId,
184275
+ getUseDefineForClassFields: () => getUseDefineForClassFields,
184276
+ getWatchErrorSummaryDiagnosticMessage: () => getWatchErrorSummaryDiagnosticMessage,
184277
+ getWatchFactory: () => getWatchFactory,
184278
+ group: () => group,
184279
+ groupBy: () => groupBy,
184280
+ guessIndentation: () => guessIndentation,
184281
+ handleNoEmitOptions: () => handleNoEmitOptions,
184282
+ hasAbstractModifier: () => hasAbstractModifier,
184283
+ hasAccessorModifier: () => hasAccessorModifier,
184284
+ hasAmbientModifier: () => hasAmbientModifier,
184285
+ hasChangesInResolutions: () => hasChangesInResolutions,
184286
+ hasChildOfKind: () => hasChildOfKind,
184287
+ hasContextSensitiveParameters: () => hasContextSensitiveParameters,
184288
+ hasDecorators: () => hasDecorators,
184289
+ hasDocComment: () => hasDocComment,
184290
+ hasDynamicName: () => hasDynamicName,
184291
+ hasEffectiveModifier: () => hasEffectiveModifier,
184292
+ hasEffectiveModifiers: () => hasEffectiveModifiers,
184293
+ hasEffectiveReadonlyModifier: () => hasEffectiveReadonlyModifier,
184294
+ hasExtension: () => hasExtension,
184295
+ hasIndexSignature: () => hasIndexSignature,
184296
+ hasInitializer: () => hasInitializer,
184297
+ hasInvalidEscape: () => hasInvalidEscape,
184298
+ hasJSDocNodes: () => hasJSDocNodes,
184299
+ hasJSDocParameterTags: () => hasJSDocParameterTags,
184300
+ hasJSFileExtension: () => hasJSFileExtension,
184301
+ hasJsonModuleEmitEnabled: () => hasJsonModuleEmitEnabled,
184302
+ hasOnlyExpressionInitializer: () => hasOnlyExpressionInitializer,
184303
+ hasOverrideModifier: () => hasOverrideModifier,
184304
+ hasPossibleExternalModuleReference: () => hasPossibleExternalModuleReference,
184305
+ hasProperty: () => hasProperty,
184306
+ hasPropertyAccessExpressionWithName: () => hasPropertyAccessExpressionWithName,
184307
+ hasQuestionToken: () => hasQuestionToken,
184308
+ hasRecordedExternalHelpers: () => hasRecordedExternalHelpers,
184309
+ hasRestParameter: () => hasRestParameter,
184310
+ hasScopeMarker: () => hasScopeMarker,
184311
+ hasStaticModifier: () => hasStaticModifier,
184312
+ hasSyntacticModifier: () => hasSyntacticModifier,
184313
+ hasSyntacticModifiers: () => hasSyntacticModifiers,
184314
+ hasTSFileExtension: () => hasTSFileExtension,
184315
+ hasTabstop: () => hasTabstop,
184316
+ hasTrailingDirectorySeparator: () => hasTrailingDirectorySeparator,
184317
+ hasType: () => hasType,
184318
+ hasTypeArguments: () => hasTypeArguments,
184319
+ hasZeroOrOneAsteriskCharacter: () => hasZeroOrOneAsteriskCharacter,
184320
+ helperString: () => helperString,
184321
+ hostGetCanonicalFileName: () => hostGetCanonicalFileName,
184322
+ hostUsesCaseSensitiveFileNames: () => hostUsesCaseSensitiveFileNames,
184323
+ idText: () => idText,
184324
+ identifierIsThisKeyword: () => identifierIsThisKeyword,
184325
+ identifierToKeywordKind: () => identifierToKeywordKind,
184326
+ identity: () => identity,
184327
+ identitySourceMapConsumer: () => identitySourceMapConsumer,
184328
+ ignoreSourceNewlines: () => ignoreSourceNewlines,
184329
+ ignoredPaths: () => ignoredPaths,
184330
+ importDefaultHelper: () => importDefaultHelper,
184331
+ importFromModuleSpecifier: () => importFromModuleSpecifier,
184332
+ importNameElisionDisabled: () => importNameElisionDisabled,
184333
+ importStarHelper: () => importStarHelper,
184334
+ indexOfAnyCharCode: () => indexOfAnyCharCode,
184335
+ indexOfNode: () => indexOfNode,
184336
+ indicesOf: () => indicesOf,
184337
+ inferredTypesContainingFile: () => inferredTypesContainingFile,
184338
+ insertImports: () => insertImports,
184339
+ insertLeadingStatement: () => insertLeadingStatement,
184340
+ insertSorted: () => insertSorted,
184341
+ insertStatementAfterCustomPrologue: () => insertStatementAfterCustomPrologue,
184342
+ insertStatementAfterStandardPrologue: () => insertStatementAfterStandardPrologue,
184343
+ insertStatementsAfterCustomPrologue: () => insertStatementsAfterCustomPrologue,
184344
+ insertStatementsAfterStandardPrologue: () => insertStatementsAfterStandardPrologue,
184345
+ intersperse: () => intersperse,
184346
+ intrinsicTagNameToString: () => intrinsicTagNameToString,
184347
+ introducesArgumentsExoticObject: () => introducesArgumentsExoticObject,
184348
+ inverseJsxOptionMap: () => inverseJsxOptionMap,
184349
+ isAbstractConstructorSymbol: () => isAbstractConstructorSymbol,
184350
+ isAbstractModifier: () => isAbstractModifier,
184351
+ isAccessExpression: () => isAccessExpression,
184352
+ isAccessibilityModifier: () => isAccessibilityModifier,
184353
+ isAccessor: () => isAccessor,
184354
+ isAccessorModifier: () => isAccessorModifier,
184355
+ isAliasSymbolDeclaration: () => isAliasSymbolDeclaration,
184356
+ isAliasableExpression: () => isAliasableExpression,
184357
+ isAmbientModule: () => isAmbientModule,
184358
+ isAmbientPropertyDeclaration: () => isAmbientPropertyDeclaration,
184359
+ isAnonymousFunctionDefinition: () => isAnonymousFunctionDefinition,
184360
+ isAnyDirectorySeparator: () => isAnyDirectorySeparator,
184361
+ isAnyImportOrBareOrAccessedRequire: () => isAnyImportOrBareOrAccessedRequire,
184362
+ isAnyImportOrReExport: () => isAnyImportOrReExport,
184363
+ isAnyImportSyntax: () => isAnyImportSyntax,
184364
+ isAnySupportedFileExtension: () => isAnySupportedFileExtension,
184365
+ isApplicableVersionedTypesKey: () => isApplicableVersionedTypesKey,
184366
+ isArgumentExpressionOfElementAccess: () => isArgumentExpressionOfElementAccess,
184367
+ isArray: () => isArray,
184368
+ isArrayBindingElement: () => isArrayBindingElement,
184369
+ isArrayBindingOrAssignmentElement: () => isArrayBindingOrAssignmentElement,
184370
+ isArrayBindingOrAssignmentPattern: () => isArrayBindingOrAssignmentPattern,
184371
+ isArrayBindingPattern: () => isArrayBindingPattern,
184372
+ isArrayLiteralExpression: () => isArrayLiteralExpression,
184373
+ isArrayLiteralOrObjectLiteralDestructuringPattern: () => isArrayLiteralOrObjectLiteralDestructuringPattern,
184374
+ isArrayTypeNode: () => isArrayTypeNode,
184375
+ isArrowFunction: () => isArrowFunction,
184376
+ isAsExpression: () => isAsExpression,
184377
+ isAssertClause: () => isAssertClause,
184378
+ isAssertEntry: () => isAssertEntry,
184379
+ isAssertionExpression: () => isAssertionExpression,
184380
+ isAssertionKey: () => isAssertionKey,
184381
+ isAssertsKeyword: () => isAssertsKeyword,
184382
+ isAssignmentDeclaration: () => isAssignmentDeclaration,
184383
+ isAssignmentExpression: () => isAssignmentExpression,
184384
+ isAssignmentOperator: () => isAssignmentOperator,
184385
+ isAssignmentPattern: () => isAssignmentPattern,
184386
+ isAssignmentTarget: () => isAssignmentTarget,
184387
+ isAsteriskToken: () => isAsteriskToken,
184388
+ isAsyncFunction: () => isAsyncFunction,
184389
+ isAsyncModifier: () => isAsyncModifier,
184390
+ isAutoAccessorPropertyDeclaration: () => isAutoAccessorPropertyDeclaration,
184391
+ isAwaitExpression: () => isAwaitExpression,
184392
+ isAwaitKeyword: () => isAwaitKeyword,
184393
+ isBigIntLiteral: () => isBigIntLiteral,
184394
+ isBinaryExpression: () => isBinaryExpression,
184395
+ isBinaryOperatorToken: () => isBinaryOperatorToken,
184396
+ isBindableObjectDefinePropertyCall: () => isBindableObjectDefinePropertyCall,
184397
+ isBindableStaticAccessExpression: () => isBindableStaticAccessExpression,
184398
+ isBindableStaticElementAccessExpression: () => isBindableStaticElementAccessExpression,
184399
+ isBindableStaticNameExpression: () => isBindableStaticNameExpression,
184400
+ isBindingElement: () => isBindingElement,
184401
+ isBindingElementOfBareOrAccessedRequire: () => isBindingElementOfBareOrAccessedRequire,
184402
+ isBindingName: () => isBindingName,
184403
+ isBindingOrAssignmentElement: () => isBindingOrAssignmentElement,
184404
+ isBindingOrAssignmentPattern: () => isBindingOrAssignmentPattern,
184405
+ isBindingPattern: () => isBindingPattern,
184406
+ isBlock: () => isBlock,
184407
+ isBlockOrCatchScoped: () => isBlockOrCatchScoped,
184408
+ isBlockScope: () => isBlockScope,
184409
+ isBlockScopedContainerTopLevel: () => isBlockScopedContainerTopLevel,
184410
+ isBooleanLiteral: () => isBooleanLiteral,
184411
+ isBreakOrContinueStatement: () => isBreakOrContinueStatement,
184412
+ isBreakStatement: () => isBreakStatement,
184413
+ isBuildInfoFile: () => isBuildInfoFile,
184414
+ isBuilderProgram: () => isBuilderProgram2,
184415
+ isBundle: () => isBundle,
184416
+ isBundleFileTextLike: () => isBundleFileTextLike,
184417
+ isCallChain: () => isCallChain,
184418
+ isCallExpression: () => isCallExpression,
184419
+ isCallExpressionTarget: () => isCallExpressionTarget,
184420
+ isCallLikeExpression: () => isCallLikeExpression,
184421
+ isCallOrNewExpression: () => isCallOrNewExpression,
184422
+ isCallOrNewExpressionTarget: () => isCallOrNewExpressionTarget,
184423
+ isCallSignatureDeclaration: () => isCallSignatureDeclaration,
184424
+ isCallToHelper: () => isCallToHelper,
184425
+ isCaseBlock: () => isCaseBlock,
184426
+ isCaseClause: () => isCaseClause,
184427
+ isCaseKeyword: () => isCaseKeyword,
184428
+ isCaseOrDefaultClause: () => isCaseOrDefaultClause,
184429
+ isCatchClause: () => isCatchClause,
184430
+ isCatchClauseVariableDeclaration: () => isCatchClauseVariableDeclaration,
184431
+ isCatchClauseVariableDeclarationOrBindingElement: () => isCatchClauseVariableDeclarationOrBindingElement,
184432
+ isCheckJsEnabledForFile: () => isCheckJsEnabledForFile,
184433
+ isChildOfNodeWithKind: () => isChildOfNodeWithKind,
184434
+ isCircularBuildOrder: () => isCircularBuildOrder,
184435
+ isClassDeclaration: () => isClassDeclaration,
184436
+ isClassElement: () => isClassElement,
184437
+ isClassExpression: () => isClassExpression,
184438
+ isClassLike: () => isClassLike,
184439
+ isClassMemberModifier: () => isClassMemberModifier,
184440
+ isClassOrTypeElement: () => isClassOrTypeElement,
184441
+ isClassStaticBlockDeclaration: () => isClassStaticBlockDeclaration,
184442
+ isCollapsedRange: () => isCollapsedRange,
184443
+ isColonToken: () => isColonToken,
184444
+ isCommaExpression: () => isCommaExpression,
184445
+ isCommaListExpression: () => isCommaListExpression,
184446
+ isCommaSequence: () => isCommaSequence,
184447
+ isCommaToken: () => isCommaToken,
184448
+ isComment: () => isComment,
184449
+ isCommonJsExportPropertyAssignment: () => isCommonJsExportPropertyAssignment,
184450
+ isCommonJsExportedExpression: () => isCommonJsExportedExpression,
184451
+ isCompoundAssignment: () => isCompoundAssignment,
184452
+ isComputedNonLiteralName: () => isComputedNonLiteralName,
184453
+ isComputedPropertyName: () => isComputedPropertyName,
184454
+ isConciseBody: () => isConciseBody,
184455
+ isConditionalExpression: () => isConditionalExpression,
184456
+ isConditionalTypeNode: () => isConditionalTypeNode,
184457
+ isConstTypeReference: () => isConstTypeReference,
184458
+ isConstructSignatureDeclaration: () => isConstructSignatureDeclaration,
184459
+ isConstructorDeclaration: () => isConstructorDeclaration,
184460
+ isConstructorTypeNode: () => isConstructorTypeNode,
184461
+ isContextualKeyword: () => isContextualKeyword,
184462
+ isContinueStatement: () => isContinueStatement,
184463
+ isCustomPrologue: () => isCustomPrologue,
184464
+ isDebuggerStatement: () => isDebuggerStatement,
184465
+ isDeclaration: () => isDeclaration,
184466
+ isDeclarationBindingElement: () => isDeclarationBindingElement,
184467
+ isDeclarationFileName: () => isDeclarationFileName,
184468
+ isDeclarationName: () => isDeclarationName,
184469
+ isDeclarationNameOfEnumOrNamespace: () => isDeclarationNameOfEnumOrNamespace,
184470
+ isDeclarationReadonly: () => isDeclarationReadonly,
184471
+ isDeclarationStatement: () => isDeclarationStatement,
184472
+ isDeclarationWithTypeParameterChildren: () => isDeclarationWithTypeParameterChildren,
184473
+ isDeclarationWithTypeParameters: () => isDeclarationWithTypeParameters,
184474
+ isDecorator: () => isDecorator,
184475
+ isDecoratorTarget: () => isDecoratorTarget,
184476
+ isDefaultClause: () => isDefaultClause,
184477
+ isDefaultImport: () => isDefaultImport,
184478
+ isDefaultModifier: () => isDefaultModifier,
184479
+ isDefaultedExpandoInitializer: () => isDefaultedExpandoInitializer,
184480
+ isDeleteExpression: () => isDeleteExpression,
184481
+ isDeleteTarget: () => isDeleteTarget,
184482
+ isDeprecatedDeclaration: () => isDeprecatedDeclaration,
184483
+ isDestructuringAssignment: () => isDestructuringAssignment,
184484
+ isDiagnosticWithLocation: () => isDiagnosticWithLocation,
184485
+ isDiskPathRoot: () => isDiskPathRoot,
184486
+ isDoStatement: () => isDoStatement,
184487
+ isDotDotDotToken: () => isDotDotDotToken,
184488
+ isDottedName: () => isDottedName,
184489
+ isDynamicName: () => isDynamicName,
184490
+ isESSymbolIdentifier: () => isESSymbolIdentifier,
184491
+ isEffectiveExternalModule: () => isEffectiveExternalModule,
184492
+ isEffectiveModuleDeclaration: () => isEffectiveModuleDeclaration,
184493
+ isEffectiveStrictModeSourceFile: () => isEffectiveStrictModeSourceFile,
184494
+ isElementAccessChain: () => isElementAccessChain,
184495
+ isElementAccessExpression: () => isElementAccessExpression,
184496
+ isEmittedFileOfProgram: () => isEmittedFileOfProgram,
184497
+ isEmptyArrayLiteral: () => isEmptyArrayLiteral,
184498
+ isEmptyBindingElement: () => isEmptyBindingElement,
184499
+ isEmptyBindingPattern: () => isEmptyBindingPattern,
184500
+ isEmptyObjectLiteral: () => isEmptyObjectLiteral,
184501
+ isEmptyStatement: () => isEmptyStatement,
184502
+ isEmptyStringLiteral: () => isEmptyStringLiteral,
184503
+ isEntityName: () => isEntityName,
184504
+ isEntityNameExpression: () => isEntityNameExpression,
184505
+ isEnumConst: () => isEnumConst,
184506
+ isEnumDeclaration: () => isEnumDeclaration,
184507
+ isEnumMember: () => isEnumMember,
184508
+ isEqualityOperatorKind: () => isEqualityOperatorKind,
184509
+ isEqualsGreaterThanToken: () => isEqualsGreaterThanToken,
184510
+ isExclamationToken: () => isExclamationToken,
184511
+ isExcludedFile: () => isExcludedFile,
184512
+ isExclusivelyTypeOnlyImportOrExport: () => isExclusivelyTypeOnlyImportOrExport,
184513
+ isExportAssignment: () => isExportAssignment,
184514
+ isExportDeclaration: () => isExportDeclaration,
184515
+ isExportModifier: () => isExportModifier,
184516
+ isExportName: () => isExportName,
184517
+ isExportNamespaceAsDefaultDeclaration: () => isExportNamespaceAsDefaultDeclaration,
184518
+ isExportOrDefaultModifier: () => isExportOrDefaultModifier,
184519
+ isExportSpecifier: () => isExportSpecifier,
184520
+ isExportsIdentifier: () => isExportsIdentifier,
184521
+ isExportsOrModuleExportsOrAlias: () => isExportsOrModuleExportsOrAlias,
184522
+ isExpression: () => isExpression,
184523
+ isExpressionNode: () => isExpressionNode,
184524
+ isExpressionOfExternalModuleImportEqualsDeclaration: () => isExpressionOfExternalModuleImportEqualsDeclaration,
184525
+ isExpressionOfOptionalChainRoot: () => isExpressionOfOptionalChainRoot,
184526
+ isExpressionStatement: () => isExpressionStatement,
184527
+ isExpressionWithTypeArguments: () => isExpressionWithTypeArguments,
184528
+ isExpressionWithTypeArgumentsInClassExtendsClause: () => isExpressionWithTypeArgumentsInClassExtendsClause,
184529
+ isExternalModule: () => isExternalModule,
184530
+ isExternalModuleAugmentation: () => isExternalModuleAugmentation,
184531
+ isExternalModuleImportEqualsDeclaration: () => isExternalModuleImportEqualsDeclaration,
184532
+ isExternalModuleIndicator: () => isExternalModuleIndicator,
184533
+ isExternalModuleNameRelative: () => isExternalModuleNameRelative,
184534
+ isExternalModuleReference: () => isExternalModuleReference,
184535
+ isExternalModuleSymbol: () => isExternalModuleSymbol,
184536
+ isExternalOrCommonJsModule: () => isExternalOrCommonJsModule,
184537
+ isFileLevelUniqueName: () => isFileLevelUniqueName,
184538
+ isFileProbablyExternalModule: () => isFileProbablyExternalModule,
184539
+ isFirstDeclarationOfSymbolParameter: () => isFirstDeclarationOfSymbolParameter,
184540
+ isFixablePromiseHandler: () => isFixablePromiseHandler,
184541
+ isForInOrOfStatement: () => isForInOrOfStatement,
184542
+ isForInStatement: () => isForInStatement,
184543
+ isForInitializer: () => isForInitializer,
184544
+ isForOfStatement: () => isForOfStatement,
184545
+ isForStatement: () => isForStatement,
184546
+ isFunctionBlock: () => isFunctionBlock,
184547
+ isFunctionBody: () => isFunctionBody,
184548
+ isFunctionDeclaration: () => isFunctionDeclaration,
184549
+ isFunctionExpression: () => isFunctionExpression,
184550
+ isFunctionExpressionOrArrowFunction: () => isFunctionExpressionOrArrowFunction,
184551
+ isFunctionLike: () => isFunctionLike,
184552
+ isFunctionLikeDeclaration: () => isFunctionLikeDeclaration,
184553
+ isFunctionLikeKind: () => isFunctionLikeKind,
184554
+ isFunctionLikeOrClassStaticBlockDeclaration: () => isFunctionLikeOrClassStaticBlockDeclaration,
184555
+ isFunctionOrConstructorTypeNode: () => isFunctionOrConstructorTypeNode,
184556
+ isFunctionOrModuleBlock: () => isFunctionOrModuleBlock,
184557
+ isFunctionSymbol: () => isFunctionSymbol,
184558
+ isFunctionTypeNode: () => isFunctionTypeNode,
184559
+ isFutureReservedKeyword: () => isFutureReservedKeyword,
184560
+ isGeneratedIdentifier: () => isGeneratedIdentifier,
184561
+ isGeneratedPrivateIdentifier: () => isGeneratedPrivateIdentifier,
184562
+ isGetAccessor: () => isGetAccessor,
184563
+ isGetAccessorDeclaration: () => isGetAccessorDeclaration,
184564
+ isGetOrSetAccessorDeclaration: () => isGetOrSetAccessorDeclaration,
184565
+ isGlobalDeclaration: () => isGlobalDeclaration,
184566
+ isGlobalScopeAugmentation: () => isGlobalScopeAugmentation,
184567
+ isGrammarError: () => isGrammarError,
184568
+ isHeritageClause: () => isHeritageClause,
184569
+ isHoistedFunction: () => isHoistedFunction,
184570
+ isHoistedVariableStatement: () => isHoistedVariableStatement,
184571
+ isIdentifier: () => isIdentifier,
184572
+ isIdentifierANonContextualKeyword: () => isIdentifierANonContextualKeyword,
184573
+ isIdentifierName: () => isIdentifierName,
184574
+ isIdentifierOrThisTypeNode: () => isIdentifierOrThisTypeNode,
184575
+ isIdentifierPart: () => isIdentifierPart,
184576
+ isIdentifierStart: () => isIdentifierStart,
184577
+ isIdentifierText: () => isIdentifierText,
184578
+ isIdentifierTypePredicate: () => isIdentifierTypePredicate,
184579
+ isIdentifierTypeReference: () => isIdentifierTypeReference,
184580
+ isIfStatement: () => isIfStatement,
184581
+ isIgnoredFileFromWildCardWatching: () => isIgnoredFileFromWildCardWatching,
184582
+ isImplicitGlob: () => isImplicitGlob,
184583
+ isImportCall: () => isImportCall,
184584
+ isImportClause: () => isImportClause,
184585
+ isImportDeclaration: () => isImportDeclaration,
184586
+ isImportEqualsDeclaration: () => isImportEqualsDeclaration,
184587
+ isImportKeyword: () => isImportKeyword,
184588
+ isImportMeta: () => isImportMeta,
184589
+ isImportOrExportSpecifier: () => isImportOrExportSpecifier,
184590
+ isImportOrExportSpecifierName: () => isImportOrExportSpecifierName,
184591
+ isImportSpecifier: () => isImportSpecifier,
184592
+ isImportTypeAssertionContainer: () => isImportTypeAssertionContainer,
184593
+ isImportTypeNode: () => isImportTypeNode,
184594
+ isImportableFile: () => isImportableFile,
184595
+ isInComment: () => isInComment,
184596
+ isInExpressionContext: () => isInExpressionContext,
184597
+ isInJSDoc: () => isInJSDoc,
184598
+ isInJSFile: () => isInJSFile,
184599
+ isInJSXText: () => isInJSXText,
184600
+ isInJsonFile: () => isInJsonFile,
184601
+ isInNonReferenceComment: () => isInNonReferenceComment,
184602
+ isInReferenceComment: () => isInReferenceComment,
184603
+ isInRightSideOfInternalImportEqualsDeclaration: () => isInRightSideOfInternalImportEqualsDeclaration,
184604
+ isInString: () => isInString,
184605
+ isInTemplateString: () => isInTemplateString,
184606
+ isInTopLevelContext: () => isInTopLevelContext,
184607
+ isIncrementalCompilation: () => isIncrementalCompilation,
184608
+ isIndexSignatureDeclaration: () => isIndexSignatureDeclaration,
184609
+ isIndexedAccessTypeNode: () => isIndexedAccessTypeNode,
184610
+ isInferTypeNode: () => isInferTypeNode,
184611
+ isInfinityOrNaNString: () => isInfinityOrNaNString,
184612
+ isInitializedProperty: () => isInitializedProperty,
184613
+ isInitializedVariable: () => isInitializedVariable,
184614
+ isInsideJsxElement: () => isInsideJsxElement,
184615
+ isInsideJsxElementOrAttribute: () => isInsideJsxElementOrAttribute,
184616
+ isInsideNodeModules: () => isInsideNodeModules,
184617
+ isInsideTemplateLiteral: () => isInsideTemplateLiteral,
184618
+ isInstantiatedModule: () => isInstantiatedModule,
184619
+ isInterfaceDeclaration: () => isInterfaceDeclaration,
184620
+ isInternalDeclaration: () => isInternalDeclaration,
184621
+ isInternalModuleImportEqualsDeclaration: () => isInternalModuleImportEqualsDeclaration,
184622
+ isInternalName: () => isInternalName,
184623
+ isIntersectionTypeNode: () => isIntersectionTypeNode,
184624
+ isIntrinsicJsxName: () => isIntrinsicJsxName,
184625
+ isIterationStatement: () => isIterationStatement,
184626
+ isJSDoc: () => isJSDoc,
184627
+ isJSDocAllType: () => isJSDocAllType,
184628
+ isJSDocAugmentsTag: () => isJSDocAugmentsTag,
184629
+ isJSDocAuthorTag: () => isJSDocAuthorTag,
184630
+ isJSDocCallbackTag: () => isJSDocCallbackTag,
184631
+ isJSDocClassTag: () => isJSDocClassTag,
184632
+ isJSDocCommentContainingNode: () => isJSDocCommentContainingNode,
184633
+ isJSDocConstructSignature: () => isJSDocConstructSignature,
184634
+ isJSDocDeprecatedTag: () => isJSDocDeprecatedTag,
184635
+ isJSDocEnumTag: () => isJSDocEnumTag,
184636
+ isJSDocFunctionType: () => isJSDocFunctionType,
184637
+ isJSDocImplementsTag: () => isJSDocImplementsTag,
184638
+ isJSDocIndexSignature: () => isJSDocIndexSignature,
184639
+ isJSDocLikeText: () => isJSDocLikeText,
184640
+ isJSDocLink: () => isJSDocLink,
184641
+ isJSDocLinkCode: () => isJSDocLinkCode,
184642
+ isJSDocLinkLike: () => isJSDocLinkLike,
184643
+ isJSDocLinkPlain: () => isJSDocLinkPlain,
184644
+ isJSDocMemberName: () => isJSDocMemberName,
184645
+ isJSDocNameReference: () => isJSDocNameReference,
184646
+ isJSDocNamepathType: () => isJSDocNamepathType,
184647
+ isJSDocNamespaceBody: () => isJSDocNamespaceBody,
184648
+ isJSDocNode: () => isJSDocNode,
184649
+ isJSDocNonNullableType: () => isJSDocNonNullableType,
184650
+ isJSDocNullableType: () => isJSDocNullableType,
184651
+ isJSDocOptionalParameter: () => isJSDocOptionalParameter,
184652
+ isJSDocOptionalType: () => isJSDocOptionalType,
184653
+ isJSDocOverloadTag: () => isJSDocOverloadTag,
184654
+ isJSDocOverrideTag: () => isJSDocOverrideTag,
184655
+ isJSDocParameterTag: () => isJSDocParameterTag,
184656
+ isJSDocPrivateTag: () => isJSDocPrivateTag,
184657
+ isJSDocPropertyLikeTag: () => isJSDocPropertyLikeTag,
184658
+ isJSDocPropertyTag: () => isJSDocPropertyTag,
184659
+ isJSDocProtectedTag: () => isJSDocProtectedTag,
184660
+ isJSDocPublicTag: () => isJSDocPublicTag,
184661
+ isJSDocReadonlyTag: () => isJSDocReadonlyTag,
184662
+ isJSDocReturnTag: () => isJSDocReturnTag,
184663
+ isJSDocSatisfiesExpression: () => isJSDocSatisfiesExpression,
184664
+ isJSDocSatisfiesTag: () => isJSDocSatisfiesTag,
184665
+ isJSDocSeeTag: () => isJSDocSeeTag,
184666
+ isJSDocSignature: () => isJSDocSignature,
184667
+ isJSDocTag: () => isJSDocTag,
184668
+ isJSDocTemplateTag: () => isJSDocTemplateTag,
184669
+ isJSDocThisTag: () => isJSDocThisTag,
184670
+ isJSDocThrowsTag: () => isJSDocThrowsTag,
184671
+ isJSDocTypeAlias: () => isJSDocTypeAlias,
184672
+ isJSDocTypeAssertion: () => isJSDocTypeAssertion,
184673
+ isJSDocTypeExpression: () => isJSDocTypeExpression,
184674
+ isJSDocTypeLiteral: () => isJSDocTypeLiteral,
184675
+ isJSDocTypeTag: () => isJSDocTypeTag,
184676
+ isJSDocTypedefTag: () => isJSDocTypedefTag,
184677
+ isJSDocUnknownTag: () => isJSDocUnknownTag,
184678
+ isJSDocUnknownType: () => isJSDocUnknownType,
184679
+ isJSDocVariadicType: () => isJSDocVariadicType,
184680
+ isJSXTagName: () => isJSXTagName,
184681
+ isJsonEqual: () => isJsonEqual,
184682
+ isJsonSourceFile: () => isJsonSourceFile,
184683
+ isJsxAttribute: () => isJsxAttribute,
184684
+ isJsxAttributeLike: () => isJsxAttributeLike,
184685
+ isJsxAttributeName: () => isJsxAttributeName,
184686
+ isJsxAttributes: () => isJsxAttributes,
184687
+ isJsxChild: () => isJsxChild,
184688
+ isJsxClosingElement: () => isJsxClosingElement,
184689
+ isJsxClosingFragment: () => isJsxClosingFragment,
184690
+ isJsxElement: () => isJsxElement,
184691
+ isJsxExpression: () => isJsxExpression,
184692
+ isJsxFragment: () => isJsxFragment,
184693
+ isJsxNamespacedName: () => isJsxNamespacedName,
184694
+ isJsxOpeningElement: () => isJsxOpeningElement,
184695
+ isJsxOpeningFragment: () => isJsxOpeningFragment,
184696
+ isJsxOpeningLikeElement: () => isJsxOpeningLikeElement,
184697
+ isJsxOpeningLikeElementTagName: () => isJsxOpeningLikeElementTagName,
184698
+ isJsxSelfClosingElement: () => isJsxSelfClosingElement,
184699
+ isJsxSpreadAttribute: () => isJsxSpreadAttribute,
184700
+ isJsxTagNameExpression: () => isJsxTagNameExpression,
184701
+ isJsxText: () => isJsxText,
184702
+ isJumpStatementTarget: () => isJumpStatementTarget,
184703
+ isKeyword: () => isKeyword,
184704
+ isKeywordOrPunctuation: () => isKeywordOrPunctuation,
184705
+ isKnownSymbol: () => isKnownSymbol,
184706
+ isLabelName: () => isLabelName,
184707
+ isLabelOfLabeledStatement: () => isLabelOfLabeledStatement,
184708
+ isLabeledStatement: () => isLabeledStatement,
184709
+ isLateVisibilityPaintedStatement: () => isLateVisibilityPaintedStatement,
184710
+ isLeftHandSideExpression: () => isLeftHandSideExpression,
184711
+ isLeftHandSideOfAssignment: () => isLeftHandSideOfAssignment,
184712
+ isLet: () => isLet,
184713
+ isLineBreak: () => isLineBreak,
184714
+ isLiteralComputedPropertyDeclarationName: () => isLiteralComputedPropertyDeclarationName,
184715
+ isLiteralExpression: () => isLiteralExpression,
184716
+ isLiteralExpressionOfObject: () => isLiteralExpressionOfObject,
184717
+ isLiteralImportTypeNode: () => isLiteralImportTypeNode,
184718
+ isLiteralKind: () => isLiteralKind,
184719
+ isLiteralLikeAccess: () => isLiteralLikeAccess,
184720
+ isLiteralLikeElementAccess: () => isLiteralLikeElementAccess,
184721
+ isLiteralNameOfPropertyDeclarationOrIndexAccess: () => isLiteralNameOfPropertyDeclarationOrIndexAccess,
184722
+ isLiteralTypeLikeExpression: () => isLiteralTypeLikeExpression,
184723
+ isLiteralTypeLiteral: () => isLiteralTypeLiteral,
184724
+ isLiteralTypeNode: () => isLiteralTypeNode,
184725
+ isLocalName: () => isLocalName,
184726
+ isLogicalOperator: () => isLogicalOperator,
184727
+ isLogicalOrCoalescingAssignmentExpression: () => isLogicalOrCoalescingAssignmentExpression,
184728
+ isLogicalOrCoalescingAssignmentOperator: () => isLogicalOrCoalescingAssignmentOperator,
184729
+ isLogicalOrCoalescingBinaryExpression: () => isLogicalOrCoalescingBinaryExpression,
184730
+ isLogicalOrCoalescingBinaryOperator: () => isLogicalOrCoalescingBinaryOperator,
184731
+ isMappedTypeNode: () => isMappedTypeNode,
184732
+ isMemberName: () => isMemberName,
184733
+ isMetaProperty: () => isMetaProperty,
184734
+ isMethodDeclaration: () => isMethodDeclaration,
184735
+ isMethodOrAccessor: () => isMethodOrAccessor,
184736
+ isMethodSignature: () => isMethodSignature,
184737
+ isMinusToken: () => isMinusToken,
184738
+ isMissingDeclaration: () => isMissingDeclaration,
184739
+ isModifier: () => isModifier,
184740
+ isModifierKind: () => isModifierKind,
184741
+ isModifierLike: () => isModifierLike,
184742
+ isModuleAugmentationExternal: () => isModuleAugmentationExternal,
184743
+ isModuleBlock: () => isModuleBlock,
184744
+ isModuleBody: () => isModuleBody,
184745
+ isModuleDeclaration: () => isModuleDeclaration,
184746
+ isModuleExportsAccessExpression: () => isModuleExportsAccessExpression,
184747
+ isModuleIdentifier: () => isModuleIdentifier,
184748
+ isModuleName: () => isModuleName,
184749
+ isModuleOrEnumDeclaration: () => isModuleOrEnumDeclaration,
184750
+ isModuleReference: () => isModuleReference,
184751
+ isModuleSpecifierLike: () => isModuleSpecifierLike,
184752
+ isModuleWithStringLiteralName: () => isModuleWithStringLiteralName,
184753
+ isNameOfFunctionDeclaration: () => isNameOfFunctionDeclaration,
184754
+ isNameOfModuleDeclaration: () => isNameOfModuleDeclaration,
184755
+ isNamedClassElement: () => isNamedClassElement,
184756
+ isNamedDeclaration: () => isNamedDeclaration,
184757
+ isNamedEvaluation: () => isNamedEvaluation,
184758
+ isNamedEvaluationSource: () => isNamedEvaluationSource,
184759
+ isNamedExportBindings: () => isNamedExportBindings,
184760
+ isNamedExports: () => isNamedExports,
184761
+ isNamedImportBindings: () => isNamedImportBindings,
184762
+ isNamedImports: () => isNamedImports,
184763
+ isNamedImportsOrExports: () => isNamedImportsOrExports,
184764
+ isNamedTupleMember: () => isNamedTupleMember,
184765
+ isNamespaceBody: () => isNamespaceBody,
184766
+ isNamespaceExport: () => isNamespaceExport,
184767
+ isNamespaceExportDeclaration: () => isNamespaceExportDeclaration,
184768
+ isNamespaceImport: () => isNamespaceImport,
184769
+ isNamespaceReexportDeclaration: () => isNamespaceReexportDeclaration,
184770
+ isNewExpression: () => isNewExpression,
184771
+ isNewExpressionTarget: () => isNewExpressionTarget,
184772
+ isNightly: () => isNightly,
184773
+ isNoSubstitutionTemplateLiteral: () => isNoSubstitutionTemplateLiteral,
184774
+ isNode: () => isNode,
184775
+ isNodeArray: () => isNodeArray,
184776
+ isNodeArrayMultiLine: () => isNodeArrayMultiLine,
184777
+ isNodeDescendantOf: () => isNodeDescendantOf,
184778
+ isNodeKind: () => isNodeKind,
184779
+ isNodeLikeSystem: () => isNodeLikeSystem,
184780
+ isNodeModulesDirectory: () => isNodeModulesDirectory,
184781
+ isNodeWithPossibleHoistedDeclaration: () => isNodeWithPossibleHoistedDeclaration,
184782
+ isNonContextualKeyword: () => isNonContextualKeyword,
184783
+ isNonExportDefaultModifier: () => isNonExportDefaultModifier,
184784
+ isNonGlobalAmbientModule: () => isNonGlobalAmbientModule,
184785
+ isNonGlobalDeclaration: () => isNonGlobalDeclaration,
184786
+ isNonNullAccess: () => isNonNullAccess,
184787
+ isNonNullChain: () => isNonNullChain,
184788
+ isNonNullExpression: () => isNonNullExpression,
184789
+ isNonStaticMethodOrAccessorWithPrivateName: () => isNonStaticMethodOrAccessorWithPrivateName,
184790
+ isNotEmittedOrPartiallyEmittedNode: () => isNotEmittedOrPartiallyEmittedNode,
184791
+ isNotEmittedStatement: () => isNotEmittedStatement,
184792
+ isNullishCoalesce: () => isNullishCoalesce,
184793
+ isNumber: () => isNumber,
184794
+ isNumericLiteral: () => isNumericLiteral,
184795
+ isNumericLiteralName: () => isNumericLiteralName,
184796
+ isObjectBindingElementWithoutPropertyName: () => isObjectBindingElementWithoutPropertyName,
184797
+ isObjectBindingOrAssignmentElement: () => isObjectBindingOrAssignmentElement,
184798
+ isObjectBindingOrAssignmentPattern: () => isObjectBindingOrAssignmentPattern,
184799
+ isObjectBindingPattern: () => isObjectBindingPattern,
184800
+ isObjectLiteralElement: () => isObjectLiteralElement,
184801
+ isObjectLiteralElementLike: () => isObjectLiteralElementLike,
184802
+ isObjectLiteralExpression: () => isObjectLiteralExpression,
184803
+ isObjectLiteralMethod: () => isObjectLiteralMethod,
184804
+ isObjectLiteralOrClassExpressionMethodOrAccessor: () => isObjectLiteralOrClassExpressionMethodOrAccessor,
184805
+ isObjectTypeDeclaration: () => isObjectTypeDeclaration,
184806
+ isOctalDigit: () => isOctalDigit,
184807
+ isOmittedExpression: () => isOmittedExpression,
184808
+ isOptionalChain: () => isOptionalChain,
184809
+ isOptionalChainRoot: () => isOptionalChainRoot,
184810
+ isOptionalDeclaration: () => isOptionalDeclaration,
184811
+ isOptionalJSDocPropertyLikeTag: () => isOptionalJSDocPropertyLikeTag,
184812
+ isOptionalTypeNode: () => isOptionalTypeNode,
184813
+ isOuterExpression: () => isOuterExpression,
184814
+ isOutermostOptionalChain: () => isOutermostOptionalChain,
184815
+ isOverrideModifier: () => isOverrideModifier,
184816
+ isPackedArrayLiteral: () => isPackedArrayLiteral,
184817
+ isParameter: () => isParameter,
184818
+ isParameterDeclaration: () => isParameterDeclaration,
184819
+ isParameterOrCatchClauseVariable: () => isParameterOrCatchClauseVariable,
184820
+ isParameterPropertyDeclaration: () => isParameterPropertyDeclaration,
184821
+ isParameterPropertyModifier: () => isParameterPropertyModifier,
184822
+ isParenthesizedExpression: () => isParenthesizedExpression,
184823
+ isParenthesizedTypeNode: () => isParenthesizedTypeNode,
184824
+ isParseTreeNode: () => isParseTreeNode,
184825
+ isPartOfTypeNode: () => isPartOfTypeNode,
184826
+ isPartOfTypeQuery: () => isPartOfTypeQuery,
184827
+ isPartiallyEmittedExpression: () => isPartiallyEmittedExpression,
184828
+ isPatternMatch: () => isPatternMatch,
184829
+ isPinnedComment: () => isPinnedComment,
184830
+ isPlainJsFile: () => isPlainJsFile,
184831
+ isPlusToken: () => isPlusToken,
184832
+ isPossiblyTypeArgumentPosition: () => isPossiblyTypeArgumentPosition,
184833
+ isPostfixUnaryExpression: () => isPostfixUnaryExpression,
184834
+ isPrefixUnaryExpression: () => isPrefixUnaryExpression,
184835
+ isPrivateIdentifier: () => isPrivateIdentifier,
184836
+ isPrivateIdentifierClassElementDeclaration: () => isPrivateIdentifierClassElementDeclaration,
184837
+ isPrivateIdentifierPropertyAccessExpression: () => isPrivateIdentifierPropertyAccessExpression,
184838
+ isPrivateIdentifierSymbol: () => isPrivateIdentifierSymbol,
184839
+ isProgramBundleEmitBuildInfo: () => isProgramBundleEmitBuildInfo,
184840
+ isProgramUptoDate: () => isProgramUptoDate,
184841
+ isPrologueDirective: () => isPrologueDirective,
184842
+ isPropertyAccessChain: () => isPropertyAccessChain,
184843
+ isPropertyAccessEntityNameExpression: () => isPropertyAccessEntityNameExpression,
184844
+ isPropertyAccessExpression: () => isPropertyAccessExpression,
184845
+ isPropertyAccessOrQualifiedName: () => isPropertyAccessOrQualifiedName,
184846
+ isPropertyAccessOrQualifiedNameOrImportTypeNode: () => isPropertyAccessOrQualifiedNameOrImportTypeNode,
184847
+ isPropertyAssignment: () => isPropertyAssignment,
184848
+ isPropertyDeclaration: () => isPropertyDeclaration,
184849
+ isPropertyName: () => isPropertyName,
184850
+ isPropertyNameLiteral: () => isPropertyNameLiteral,
184851
+ isPropertySignature: () => isPropertySignature,
184852
+ isProtoSetter: () => isProtoSetter,
184853
+ isPrototypeAccess: () => isPrototypeAccess,
184854
+ isPrototypePropertyAssignment: () => isPrototypePropertyAssignment,
184855
+ isPunctuation: () => isPunctuation,
184856
+ isPushOrUnshiftIdentifier: () => isPushOrUnshiftIdentifier,
184857
+ isQualifiedName: () => isQualifiedName,
184858
+ isQuestionDotToken: () => isQuestionDotToken,
184859
+ isQuestionOrExclamationToken: () => isQuestionOrExclamationToken,
184860
+ isQuestionOrPlusOrMinusToken: () => isQuestionOrPlusOrMinusToken,
184861
+ isQuestionToken: () => isQuestionToken,
184862
+ isRawSourceMap: () => isRawSourceMap,
184863
+ isReadonlyKeyword: () => isReadonlyKeyword,
184864
+ isReadonlyKeywordOrPlusOrMinusToken: () => isReadonlyKeywordOrPlusOrMinusToken,
184865
+ isRecognizedTripleSlashComment: () => isRecognizedTripleSlashComment,
184866
+ isReferenceFileLocation: () => isReferenceFileLocation,
184867
+ isReferencedFile: () => isReferencedFile,
184868
+ isRegularExpressionLiteral: () => isRegularExpressionLiteral,
184869
+ isRequireCall: () => isRequireCall,
184870
+ isRequireVariableStatement: () => isRequireVariableStatement,
184871
+ isRestParameter: () => isRestParameter,
184872
+ isRestTypeNode: () => isRestTypeNode,
184873
+ isReturnStatement: () => isReturnStatement,
184874
+ isReturnStatementWithFixablePromiseHandler: () => isReturnStatementWithFixablePromiseHandler,
184875
+ isRightSideOfAccessExpression: () => isRightSideOfAccessExpression,
184876
+ isRightSideOfPropertyAccess: () => isRightSideOfPropertyAccess,
184877
+ isRightSideOfQualifiedName: () => isRightSideOfQualifiedName,
184878
+ isRightSideOfQualifiedNameOrPropertyAccess: () => isRightSideOfQualifiedNameOrPropertyAccess,
184879
+ isRightSideOfQualifiedNameOrPropertyAccessOrJSDocMemberName: () => isRightSideOfQualifiedNameOrPropertyAccessOrJSDocMemberName,
184880
+ isRootedDiskPath: () => isRootedDiskPath,
184881
+ isSameEntityName: () => isSameEntityName,
184882
+ isSatisfiesExpression: () => isSatisfiesExpression,
184883
+ isScopeMarker: () => isScopeMarker,
184884
+ isSemicolonClassElement: () => isSemicolonClassElement,
184885
+ isSetAccessor: () => isSetAccessor,
184886
+ isSetAccessorDeclaration: () => isSetAccessorDeclaration,
184887
+ isShebangTrivia: () => isShebangTrivia,
184888
+ isShorthandAmbientModuleSymbol: () => isShorthandAmbientModuleSymbol,
184889
+ isShorthandPropertyAssignment: () => isShorthandPropertyAssignment,
184890
+ isSignedNumericLiteral: () => isSignedNumericLiteral,
184891
+ isSimpleCopiableExpression: () => isSimpleCopiableExpression,
184892
+ isSimpleInlineableExpression: () => isSimpleInlineableExpression,
184893
+ isSingleOrDoubleQuote: () => isSingleOrDoubleQuote,
184894
+ isSourceFile: () => isSourceFile,
184895
+ isSourceFileFromLibrary: () => isSourceFileFromLibrary,
184896
+ isSourceFileJS: () => isSourceFileJS,
184897
+ isSourceFileNotJS: () => isSourceFileNotJS,
184898
+ isSourceFileNotJson: () => isSourceFileNotJson,
184899
+ isSourceMapping: () => isSourceMapping,
184900
+ isSpecialPropertyDeclaration: () => isSpecialPropertyDeclaration,
184901
+ isSpreadAssignment: () => isSpreadAssignment,
184902
+ isSpreadElement: () => isSpreadElement,
184903
+ isStatement: () => isStatement,
184904
+ isStatementButNotDeclaration: () => isStatementButNotDeclaration,
184905
+ isStatementOrBlock: () => isStatementOrBlock,
184906
+ isStatementWithLocals: () => isStatementWithLocals,
184907
+ isStatic: () => isStatic,
184908
+ isStaticModifier: () => isStaticModifier,
184909
+ isString: () => isString,
184910
+ isStringAKeyword: () => isStringAKeyword,
184911
+ isStringANonContextualKeyword: () => isStringANonContextualKeyword,
184912
+ isStringAndEmptyAnonymousObjectIntersection: () => isStringAndEmptyAnonymousObjectIntersection,
184913
+ isStringDoubleQuoted: () => isStringDoubleQuoted,
184914
+ isStringLiteral: () => isStringLiteral,
184915
+ isStringLiteralLike: () => isStringLiteralLike,
184916
+ isStringLiteralOrJsxExpression: () => isStringLiteralOrJsxExpression,
184917
+ isStringLiteralOrTemplate: () => isStringLiteralOrTemplate,
184918
+ isStringOrNumericLiteralLike: () => isStringOrNumericLiteralLike,
184919
+ isStringOrRegularExpressionOrTemplateLiteral: () => isStringOrRegularExpressionOrTemplateLiteral,
184920
+ isStringTextContainingNode: () => isStringTextContainingNode,
184921
+ isSuperCall: () => isSuperCall,
184922
+ isSuperKeyword: () => isSuperKeyword,
184923
+ isSuperOrSuperProperty: () => isSuperOrSuperProperty,
184924
+ isSuperProperty: () => isSuperProperty,
184925
+ isSupportedSourceFileName: () => isSupportedSourceFileName,
184926
+ isSwitchStatement: () => isSwitchStatement,
184927
+ isSyntaxList: () => isSyntaxList,
184928
+ isSyntheticExpression: () => isSyntheticExpression,
184929
+ isSyntheticReference: () => isSyntheticReference,
184930
+ isTagName: () => isTagName,
184931
+ isTaggedTemplateExpression: () => isTaggedTemplateExpression,
184932
+ isTaggedTemplateTag: () => isTaggedTemplateTag,
184933
+ isTemplateExpression: () => isTemplateExpression,
184934
+ isTemplateHead: () => isTemplateHead,
184935
+ isTemplateLiteral: () => isTemplateLiteral,
184936
+ isTemplateLiteralKind: () => isTemplateLiteralKind,
184937
+ isTemplateLiteralToken: () => isTemplateLiteralToken,
184938
+ isTemplateLiteralTypeNode: () => isTemplateLiteralTypeNode,
184939
+ isTemplateLiteralTypeSpan: () => isTemplateLiteralTypeSpan,
184940
+ isTemplateMiddle: () => isTemplateMiddle,
184941
+ isTemplateMiddleOrTemplateTail: () => isTemplateMiddleOrTemplateTail,
184942
+ isTemplateSpan: () => isTemplateSpan,
184943
+ isTemplateTail: () => isTemplateTail,
184944
+ isTextWhiteSpaceLike: () => isTextWhiteSpaceLike,
184945
+ isThis: () => isThis,
184946
+ isThisContainerOrFunctionBlock: () => isThisContainerOrFunctionBlock,
184947
+ isThisIdentifier: () => isThisIdentifier,
184948
+ isThisInTypeQuery: () => isThisInTypeQuery,
184949
+ isThisInitializedDeclaration: () => isThisInitializedDeclaration,
184950
+ isThisInitializedObjectBindingExpression: () => isThisInitializedObjectBindingExpression,
184951
+ isThisProperty: () => isThisProperty,
184952
+ isThisTypeNode: () => isThisTypeNode,
184953
+ isThisTypeParameter: () => isThisTypeParameter,
184954
+ isThisTypePredicate: () => isThisTypePredicate,
184955
+ isThrowStatement: () => isThrowStatement,
184956
+ isToken: () => isToken,
184957
+ isTokenKind: () => isTokenKind,
184958
+ isTraceEnabled: () => isTraceEnabled,
184959
+ isTransientSymbol: () => isTransientSymbol,
184960
+ isTrivia: () => isTrivia,
184961
+ isTryStatement: () => isTryStatement,
184962
+ isTupleTypeNode: () => isTupleTypeNode,
184963
+ isTypeAlias: () => isTypeAlias,
184964
+ isTypeAliasDeclaration: () => isTypeAliasDeclaration,
184965
+ isTypeAssertionExpression: () => isTypeAssertionExpression,
184966
+ isTypeDeclaration: () => isTypeDeclaration,
184967
+ isTypeElement: () => isTypeElement,
184968
+ isTypeKeyword: () => isTypeKeyword,
184969
+ isTypeKeywordToken: () => isTypeKeywordToken,
184970
+ isTypeKeywordTokenOrIdentifier: () => isTypeKeywordTokenOrIdentifier,
184971
+ isTypeLiteralNode: () => isTypeLiteralNode,
184972
+ isTypeNode: () => isTypeNode,
184973
+ isTypeNodeKind: () => isTypeNodeKind,
184974
+ isTypeOfExpression: () => isTypeOfExpression,
184975
+ isTypeOnlyExportDeclaration: () => isTypeOnlyExportDeclaration,
184976
+ isTypeOnlyImportDeclaration: () => isTypeOnlyImportDeclaration,
184977
+ isTypeOnlyImportOrExportDeclaration: () => isTypeOnlyImportOrExportDeclaration,
184978
+ isTypeOperatorNode: () => isTypeOperatorNode,
184979
+ isTypeParameterDeclaration: () => isTypeParameterDeclaration,
184980
+ isTypePredicateNode: () => isTypePredicateNode,
184981
+ isTypeQueryNode: () => isTypeQueryNode,
184982
+ isTypeReferenceNode: () => isTypeReferenceNode,
184983
+ isTypeReferenceType: () => isTypeReferenceType,
184984
+ isUMDExportSymbol: () => isUMDExportSymbol,
184985
+ isUnaryExpression: () => isUnaryExpression,
184986
+ isUnaryExpressionWithWrite: () => isUnaryExpressionWithWrite,
184987
+ isUnicodeIdentifierStart: () => isUnicodeIdentifierStart,
184988
+ isUnionTypeNode: () => isUnionTypeNode,
184989
+ isUnparsedNode: () => isUnparsedNode,
184990
+ isUnparsedPrepend: () => isUnparsedPrepend,
184991
+ isUnparsedSource: () => isUnparsedSource,
184992
+ isUnparsedTextLike: () => isUnparsedTextLike,
184993
+ isUrl: () => isUrl,
184994
+ isValidBigIntString: () => isValidBigIntString,
184995
+ isValidESSymbolDeclaration: () => isValidESSymbolDeclaration,
184996
+ isValidTypeOnlyAliasUseSite: () => isValidTypeOnlyAliasUseSite,
184997
+ isValueSignatureDeclaration: () => isValueSignatureDeclaration,
184998
+ isVarConst: () => isVarConst,
184999
+ isVariableDeclaration: () => isVariableDeclaration,
185000
+ isVariableDeclarationInVariableStatement: () => isVariableDeclarationInVariableStatement,
185001
+ isVariableDeclarationInitializedToBareOrAccessedRequire: () => isVariableDeclarationInitializedToBareOrAccessedRequire,
185002
+ isVariableDeclarationInitializedToRequire: () => isVariableDeclarationInitializedToRequire,
185003
+ isVariableDeclarationList: () => isVariableDeclarationList,
185004
+ isVariableLike: () => isVariableLike,
185005
+ isVariableLikeOrAccessor: () => isVariableLikeOrAccessor,
185006
+ isVariableStatement: () => isVariableStatement,
185007
+ isVoidExpression: () => isVoidExpression,
185008
+ isWatchSet: () => isWatchSet,
185009
+ isWhileStatement: () => isWhileStatement,
185010
+ isWhiteSpaceLike: () => isWhiteSpaceLike,
185011
+ isWhiteSpaceSingleLine: () => isWhiteSpaceSingleLine,
185012
+ isWithStatement: () => isWithStatement,
185013
+ isWriteAccess: () => isWriteAccess,
185014
+ isWriteOnlyAccess: () => isWriteOnlyAccess,
185015
+ isYieldExpression: () => isYieldExpression,
185016
+ jsxModeNeedsExplicitImport: () => jsxModeNeedsExplicitImport,
185017
+ keywordPart: () => keywordPart,
185018
+ last: () => last,
185019
+ lastOrUndefined: () => lastOrUndefined,
185020
+ length: () => length,
185021
+ libMap: () => libMap,
185022
+ libs: () => libs,
185023
+ lineBreakPart: () => lineBreakPart,
185024
+ linkNamePart: () => linkNamePart,
185025
+ linkPart: () => linkPart,
185026
+ linkTextPart: () => linkTextPart,
185027
+ listFiles: () => listFiles,
185028
+ loadModuleFromGlobalCache: () => loadModuleFromGlobalCache,
185029
+ loadWithModeAwareCache: () => loadWithModeAwareCache,
185030
+ makeIdentifierFromModuleName: () => makeIdentifierFromModuleName,
185031
+ makeImport: () => makeImport,
185032
+ makeImportIfNecessary: () => makeImportIfNecessary,
185033
+ makeStringLiteral: () => makeStringLiteral,
185034
+ mangleScopedPackageName: () => mangleScopedPackageName,
185035
+ map: () => map,
185036
+ mapAllOrFail: () => mapAllOrFail,
185037
+ mapDefined: () => mapDefined,
185038
+ mapDefinedEntries: () => mapDefinedEntries,
185039
+ mapDefinedIterator: () => mapDefinedIterator,
185040
+ mapEntries: () => mapEntries,
185041
+ mapIterator: () => mapIterator,
185042
+ mapOneOrMany: () => mapOneOrMany,
185043
+ mapToDisplayParts: () => mapToDisplayParts,
185044
+ matchFiles: () => matchFiles,
185045
+ matchPatternOrExact: () => matchPatternOrExact,
185046
+ matchedText: () => matchedText,
185047
+ matchesExclude: () => matchesExclude,
185048
+ maybeBind: () => maybeBind,
185049
+ maybeSetLocalizedDiagnosticMessages: () => maybeSetLocalizedDiagnosticMessages,
185050
+ memoize: () => memoize,
185051
+ memoizeCached: () => memoizeCached,
185052
+ memoizeOne: () => memoizeOne,
185053
+ memoizeWeak: () => memoizeWeak,
185054
+ metadataHelper: () => metadataHelper,
185055
+ min: () => min,
185056
+ minAndMax: () => minAndMax,
185057
+ missingFileModifiedTime: () => missingFileModifiedTime,
185058
+ modifierToFlag: () => modifierToFlag,
185059
+ modifiersToFlags: () => modifiersToFlags,
185060
+ moduleOptionDeclaration: () => moduleOptionDeclaration,
185061
+ moduleResolutionIsEqualTo: () => moduleResolutionIsEqualTo,
185062
+ moduleResolutionNameAndModeGetter: () => moduleResolutionNameAndModeGetter,
185063
+ moduleResolutionOptionDeclarations: () => moduleResolutionOptionDeclarations,
185064
+ moduleResolutionSupportsPackageJsonExportsAndImports: () => moduleResolutionSupportsPackageJsonExportsAndImports,
185065
+ moduleResolutionUsesNodeModules: () => moduleResolutionUsesNodeModules,
185066
+ moduleSpecifiers: () => ts_moduleSpecifiers_exports,
185067
+ moveEmitHelpers: () => moveEmitHelpers,
185068
+ moveRangeEnd: () => moveRangeEnd,
185069
+ moveRangePastDecorators: () => moveRangePastDecorators,
185070
+ moveRangePastModifiers: () => moveRangePastModifiers,
185071
+ moveRangePos: () => moveRangePos,
185072
+ moveSyntheticComments: () => moveSyntheticComments,
185073
+ mutateMap: () => mutateMap,
185074
+ mutateMapSkippingNewValues: () => mutateMapSkippingNewValues,
185075
+ needsParentheses: () => needsParentheses,
185076
+ needsScopeMarker: () => needsScopeMarker,
185077
+ newCaseClauseTracker: () => newCaseClauseTracker,
185078
+ newPrivateEnvironment: () => newPrivateEnvironment,
185079
+ noEmitNotification: () => noEmitNotification,
185080
+ noEmitSubstitution: () => noEmitSubstitution,
185081
+ noTransformers: () => noTransformers,
185082
+ noTruncationMaximumTruncationLength: () => noTruncationMaximumTruncationLength,
185083
+ nodeCanBeDecorated: () => nodeCanBeDecorated,
185084
+ nodeHasName: () => nodeHasName,
185085
+ nodeIsDecorated: () => nodeIsDecorated,
185086
+ nodeIsMissing: () => nodeIsMissing,
185087
+ nodeIsPresent: () => nodeIsPresent,
185088
+ nodeIsSynthesized: () => nodeIsSynthesized,
185089
+ nodeModuleNameResolver: () => nodeModuleNameResolver,
185090
+ nodeModulesPathPart: () => nodeModulesPathPart,
185091
+ nodeNextJsonConfigResolver: () => nodeNextJsonConfigResolver,
185092
+ nodeOrChildIsDecorated: () => nodeOrChildIsDecorated,
185093
+ nodeOverlapsWithStartEnd: () => nodeOverlapsWithStartEnd,
185094
+ nodePosToString: () => nodePosToString,
185095
+ nodeSeenTracker: () => nodeSeenTracker,
185096
+ nodeStartsNewLexicalEnvironment: () => nodeStartsNewLexicalEnvironment,
185097
+ nodeToDisplayParts: () => nodeToDisplayParts,
185098
+ noop: () => noop,
185099
+ noopFileWatcher: () => noopFileWatcher,
185100
+ normalizePath: () => normalizePath,
185101
+ normalizeSlashes: () => normalizeSlashes,
185102
+ not: () => not,
185103
+ notImplemented: () => notImplemented,
185104
+ notImplementedResolver: () => notImplementedResolver,
185105
+ nullNodeConverters: () => nullNodeConverters,
185106
+ nullParenthesizerRules: () => nullParenthesizerRules,
185107
+ nullTransformationContext: () => nullTransformationContext,
185108
+ objectAllocator: () => objectAllocator,
185109
+ operatorPart: () => operatorPart,
185110
+ optionDeclarations: () => optionDeclarations,
185111
+ optionMapToObject: () => optionMapToObject,
185112
+ optionsAffectingProgramStructure: () => optionsAffectingProgramStructure,
185113
+ optionsForBuild: () => optionsForBuild,
185114
+ optionsForWatch: () => optionsForWatch,
185115
+ optionsHaveChanges: () => optionsHaveChanges,
185116
+ optionsHaveModuleResolutionChanges: () => optionsHaveModuleResolutionChanges,
185117
+ or: () => or,
185118
+ orderedRemoveItem: () => orderedRemoveItem,
185119
+ orderedRemoveItemAt: () => orderedRemoveItemAt,
185120
+ outFile: () => outFile,
185121
+ packageIdToPackageName: () => packageIdToPackageName,
185122
+ packageIdToString: () => packageIdToString,
185123
+ padLeft: () => padLeft,
185124
+ padRight: () => padRight,
185125
+ paramHelper: () => paramHelper,
185126
+ parameterIsThisKeyword: () => parameterIsThisKeyword,
185127
+ parameterNamePart: () => parameterNamePart,
185128
+ parseBaseNodeFactory: () => parseBaseNodeFactory,
185129
+ parseBigInt: () => parseBigInt,
185130
+ parseBuildCommand: () => parseBuildCommand,
185131
+ parseCommandLine: () => parseCommandLine,
185132
+ parseCommandLineWorker: () => parseCommandLineWorker,
185133
+ parseConfigFileTextToJson: () => parseConfigFileTextToJson,
185134
+ parseConfigFileWithSystem: () => parseConfigFileWithSystem,
185135
+ parseConfigHostFromCompilerHostLike: () => parseConfigHostFromCompilerHostLike,
185136
+ parseCustomTypeOption: () => parseCustomTypeOption,
185137
+ parseIsolatedEntityName: () => parseIsolatedEntityName,
185138
+ parseIsolatedJSDocComment: () => parseIsolatedJSDocComment,
185139
+ parseJSDocTypeExpressionForTests: () => parseJSDocTypeExpressionForTests,
185140
+ parseJsonConfigFileContent: () => parseJsonConfigFileContent,
185141
+ parseJsonSourceFileConfigFileContent: () => parseJsonSourceFileConfigFileContent,
185142
+ parseJsonText: () => parseJsonText,
185143
+ parseListTypeOption: () => parseListTypeOption,
185144
+ parseNodeFactory: () => parseNodeFactory,
185145
+ parseNodeModuleFromPath: () => parseNodeModuleFromPath,
185146
+ parsePackageName: () => parsePackageName,
185147
+ parsePseudoBigInt: () => parsePseudoBigInt,
185148
+ parseValidBigInt: () => parseValidBigInt,
185149
+ patchWriteFileEnsuringDirectory: () => patchWriteFileEnsuringDirectory,
185150
+ pathContainsNodeModules: () => pathContainsNodeModules,
185151
+ pathIsAbsolute: () => pathIsAbsolute,
185152
+ pathIsBareSpecifier: () => pathIsBareSpecifier,
185153
+ pathIsRelative: () => pathIsRelative,
185154
+ patternText: () => patternText,
185155
+ perfLogger: () => perfLogger,
185156
+ performIncrementalCompilation: () => performIncrementalCompilation,
185157
+ performance: () => ts_performance_exports,
185158
+ plainJSErrors: () => plainJSErrors,
185159
+ positionBelongsToNode: () => positionBelongsToNode,
185160
+ positionIsASICandidate: () => positionIsASICandidate,
185161
+ positionIsSynthesized: () => positionIsSynthesized,
185162
+ positionsAreOnSameLine: () => positionsAreOnSameLine,
185163
+ preProcessFile: () => preProcessFile,
185164
+ probablyUsesSemicolons: () => probablyUsesSemicolons,
185165
+ processCommentPragmas: () => processCommentPragmas,
185166
+ processPragmasIntoFields: () => processPragmasIntoFields,
185167
+ processTaggedTemplateExpression: () => processTaggedTemplateExpression,
185168
+ programContainsEsModules: () => programContainsEsModules,
185169
+ programContainsModules: () => programContainsModules,
185170
+ projectReferenceIsEqualTo: () => projectReferenceIsEqualTo,
185171
+ propKeyHelper: () => propKeyHelper,
185172
+ propertyNamePart: () => propertyNamePart,
185173
+ pseudoBigIntToString: () => pseudoBigIntToString,
185174
+ punctuationPart: () => punctuationPart,
185175
+ pushIfUnique: () => pushIfUnique,
185176
+ quote: () => quote,
185177
+ quotePreferenceFromString: () => quotePreferenceFromString,
185178
+ rangeContainsPosition: () => rangeContainsPosition,
185179
+ rangeContainsPositionExclusive: () => rangeContainsPositionExclusive,
185180
+ rangeContainsRange: () => rangeContainsRange,
185181
+ rangeContainsRangeExclusive: () => rangeContainsRangeExclusive,
185182
+ rangeContainsStartEnd: () => rangeContainsStartEnd,
185183
+ rangeEndIsOnSameLineAsRangeStart: () => rangeEndIsOnSameLineAsRangeStart,
185184
+ rangeEndPositionsAreOnSameLine: () => rangeEndPositionsAreOnSameLine,
185185
+ rangeEquals: () => rangeEquals,
185186
+ rangeIsOnSingleLine: () => rangeIsOnSingleLine,
185187
+ rangeOfNode: () => rangeOfNode,
185188
+ rangeOfTypeParameters: () => rangeOfTypeParameters,
185189
+ rangeOverlapsWithStartEnd: () => rangeOverlapsWithStartEnd,
185190
+ rangeStartIsOnSameLineAsRangeEnd: () => rangeStartIsOnSameLineAsRangeEnd,
185191
+ rangeStartPositionsAreOnSameLine: () => rangeStartPositionsAreOnSameLine,
185192
+ readBuilderProgram: () => readBuilderProgram,
185193
+ readConfigFile: () => readConfigFile,
185194
+ readHelper: () => readHelper,
185195
+ readJson: () => readJson,
185196
+ readJsonConfigFile: () => readJsonConfigFile,
185197
+ readJsonOrUndefined: () => readJsonOrUndefined,
185198
+ realizeDiagnostics: () => realizeDiagnostics,
185199
+ reduceEachLeadingCommentRange: () => reduceEachLeadingCommentRange,
185200
+ reduceEachTrailingCommentRange: () => reduceEachTrailingCommentRange,
185201
+ reduceLeft: () => reduceLeft,
185202
+ reduceLeftIterator: () => reduceLeftIterator,
185203
+ reducePathComponents: () => reducePathComponents,
185204
+ refactor: () => ts_refactor_exports,
185205
+ regExpEscape: () => regExpEscape,
185206
+ relativeComplement: () => relativeComplement,
185207
+ removeAllComments: () => removeAllComments,
185208
+ removeEmitHelper: () => removeEmitHelper,
185209
+ removeExtension: () => removeExtension,
185210
+ removeFileExtension: () => removeFileExtension,
185211
+ removeIgnoredPath: () => removeIgnoredPath,
185212
+ removeMinAndVersionNumbers: () => removeMinAndVersionNumbers,
185213
+ removeOptionality: () => removeOptionality,
185214
+ removePrefix: () => removePrefix,
185215
+ removeSuffix: () => removeSuffix,
185216
+ removeTrailingDirectorySeparator: () => removeTrailingDirectorySeparator,
185217
+ repeatString: () => repeatString,
185218
+ replaceElement: () => replaceElement,
185219
+ resolutionExtensionIsTSOrJson: () => resolutionExtensionIsTSOrJson,
185220
+ resolveConfigFileProjectName: () => resolveConfigFileProjectName,
185221
+ resolveJSModule: () => resolveJSModule,
185222
+ resolveLibrary: () => resolveLibrary,
185223
+ resolveModuleName: () => resolveModuleName,
185224
+ resolveModuleNameFromCache: () => resolveModuleNameFromCache,
185225
+ resolvePackageNameToPackageJson: () => resolvePackageNameToPackageJson,
185226
+ resolvePath: () => resolvePath,
185227
+ resolveProjectReferencePath: () => resolveProjectReferencePath,
185228
+ resolveTripleslashReference: () => resolveTripleslashReference,
185229
+ resolveTypeReferenceDirective: () => resolveTypeReferenceDirective,
185230
+ resolvingEmptyArray: () => resolvingEmptyArray,
185231
+ restHelper: () => restHelper,
185232
+ returnFalse: () => returnFalse,
185233
+ returnNoopFileWatcher: () => returnNoopFileWatcher,
185234
+ returnTrue: () => returnTrue,
185235
+ returnUndefined: () => returnUndefined,
185236
+ returnsPromise: () => returnsPromise,
185237
+ runInitializersHelper: () => runInitializersHelper,
185238
+ sameFlatMap: () => sameFlatMap,
185239
+ sameMap: () => sameMap,
185240
+ sameMapping: () => sameMapping,
185241
+ scanShebangTrivia: () => scanShebangTrivia,
185242
+ scanTokenAtPosition: () => scanTokenAtPosition,
185243
+ scanner: () => scanner,
185244
+ screenStartingMessageCodes: () => screenStartingMessageCodes,
185245
+ semanticDiagnosticsOptionDeclarations: () => semanticDiagnosticsOptionDeclarations,
185246
+ serializeCompilerOptions: () => serializeCompilerOptions,
185247
+ server: () => ts_server_exports4,
185248
+ servicesVersion: () => servicesVersion,
185249
+ setCommentRange: () => setCommentRange,
185250
+ setConfigFileInOptions: () => setConfigFileInOptions,
185251
+ setConstantValue: () => setConstantValue,
185252
+ setEachParent: () => setEachParent,
185253
+ setEmitFlags: () => setEmitFlags,
185254
+ setFunctionNameHelper: () => setFunctionNameHelper,
185255
+ setGetSourceFileAsHashVersioned: () => setGetSourceFileAsHashVersioned,
185256
+ setIdentifierAutoGenerate: () => setIdentifierAutoGenerate,
185257
+ setIdentifierGeneratedImportReference: () => setIdentifierGeneratedImportReference,
185258
+ setIdentifierTypeArguments: () => setIdentifierTypeArguments,
185259
+ setInternalEmitFlags: () => setInternalEmitFlags,
185260
+ setLocalizedDiagnosticMessages: () => setLocalizedDiagnosticMessages,
185261
+ setModuleDefaultHelper: () => setModuleDefaultHelper,
185262
+ setNodeFlags: () => setNodeFlags,
185263
+ setObjectAllocator: () => setObjectAllocator,
185264
+ setOriginalNode: () => setOriginalNode,
185265
+ setParent: () => setParent,
185266
+ setParentRecursive: () => setParentRecursive,
185267
+ setPrivateIdentifier: () => setPrivateIdentifier,
185268
+ setResolvedModule: () => setResolvedModule,
185269
+ setResolvedTypeReferenceDirective: () => setResolvedTypeReferenceDirective,
185270
+ setSnippetElement: () => setSnippetElement,
185271
+ setSourceMapRange: () => setSourceMapRange,
185272
+ setStackTraceLimit: () => setStackTraceLimit,
185273
+ setStartsOnNewLine: () => setStartsOnNewLine,
185274
+ setSyntheticLeadingComments: () => setSyntheticLeadingComments,
185275
+ setSyntheticTrailingComments: () => setSyntheticTrailingComments,
185276
+ setSys: () => setSys,
185277
+ setSysLog: () => setSysLog,
185278
+ setTextRange: () => setTextRange,
185279
+ setTextRangeEnd: () => setTextRangeEnd,
185280
+ setTextRangePos: () => setTextRangePos,
185281
+ setTextRangePosEnd: () => setTextRangePosEnd,
185282
+ setTextRangePosWidth: () => setTextRangePosWidth,
185283
+ setTokenSourceMapRange: () => setTokenSourceMapRange,
185284
+ setTypeNode: () => setTypeNode,
185285
+ setUILocale: () => setUILocale,
185286
+ setValueDeclaration: () => setValueDeclaration,
185287
+ shouldAllowImportingTsExtension: () => shouldAllowImportingTsExtension,
185288
+ shouldPreserveConstEnums: () => shouldPreserveConstEnums,
185289
+ shouldResolveJsRequire: () => shouldResolveJsRequire,
185290
+ shouldUseUriStyleNodeCoreModules: () => shouldUseUriStyleNodeCoreModules,
185291
+ showModuleSpecifier: () => showModuleSpecifier,
185292
+ signatureHasLiteralTypes: () => signatureHasLiteralTypes,
185293
+ signatureHasRestParameter: () => signatureHasRestParameter,
185294
+ signatureToDisplayParts: () => signatureToDisplayParts,
185295
+ single: () => single,
185296
+ singleElementArray: () => singleElementArray,
185297
+ singleIterator: () => singleIterator,
185298
+ singleOrMany: () => singleOrMany,
185299
+ singleOrUndefined: () => singleOrUndefined,
185300
+ skipAlias: () => skipAlias,
185301
+ skipAssertions: () => skipAssertions,
185302
+ skipConstraint: () => skipConstraint,
185303
+ skipOuterExpressions: () => skipOuterExpressions,
185304
+ skipParentheses: () => skipParentheses,
185305
+ skipPartiallyEmittedExpressions: () => skipPartiallyEmittedExpressions,
185306
+ skipTrivia: () => skipTrivia,
185307
+ skipTypeChecking: () => skipTypeChecking,
185308
+ skipTypeParentheses: () => skipTypeParentheses,
185309
+ skipWhile: () => skipWhile,
185310
+ sliceAfter: () => sliceAfter,
185311
+ some: () => some,
185312
+ sort: () => sort,
185313
+ sortAndDeduplicate: () => sortAndDeduplicate,
185314
+ sortAndDeduplicateDiagnostics: () => sortAndDeduplicateDiagnostics,
185315
+ sourceFileAffectingCompilerOptions: () => sourceFileAffectingCompilerOptions,
185316
+ sourceFileMayBeEmitted: () => sourceFileMayBeEmitted,
185317
+ sourceMapCommentRegExp: () => sourceMapCommentRegExp,
185318
+ sourceMapCommentRegExpDontCareLineStart: () => sourceMapCommentRegExpDontCareLineStart,
185319
+ spacePart: () => spacePart,
185320
+ spanMap: () => spanMap,
185321
+ spreadArrayHelper: () => spreadArrayHelper,
185322
+ stableSort: () => stableSort,
185323
+ startEndContainsRange: () => startEndContainsRange,
185324
+ startEndOverlapsWithStartEnd: () => startEndOverlapsWithStartEnd,
185325
+ startOnNewLine: () => startOnNewLine,
185326
+ startTracing: () => startTracing,
185327
+ startsWith: () => startsWith,
185328
+ startsWithDirectory: () => startsWithDirectory,
185329
+ startsWithUnderscore: () => startsWithUnderscore,
185330
+ startsWithUseStrict: () => startsWithUseStrict,
185331
+ stringContains: () => stringContains,
185332
+ stringContainsAt: () => stringContainsAt,
185333
+ stringToToken: () => stringToToken,
185334
+ stripQuotes: () => stripQuotes,
185335
+ supportedDeclarationExtensions: () => supportedDeclarationExtensions,
185336
+ supportedJSExtensions: () => supportedJSExtensions,
185337
+ supportedJSExtensionsFlat: () => supportedJSExtensionsFlat,
185338
+ supportedLocaleDirectories: () => supportedLocaleDirectories,
185339
+ supportedTSExtensions: () => supportedTSExtensions,
185340
+ supportedTSExtensionsFlat: () => supportedTSExtensionsFlat,
185341
+ supportedTSImplementationExtensions: () => supportedTSImplementationExtensions,
185342
+ suppressLeadingAndTrailingTrivia: () => suppressLeadingAndTrailingTrivia,
185343
+ suppressLeadingTrivia: () => suppressLeadingTrivia,
185344
+ suppressTrailingTrivia: () => suppressTrailingTrivia,
185345
+ symbolEscapedNameNoDefault: () => symbolEscapedNameNoDefault,
185346
+ symbolName: () => symbolName,
185347
+ symbolNameNoDefault: () => symbolNameNoDefault,
185348
+ symbolPart: () => symbolPart,
185349
+ symbolToDisplayParts: () => symbolToDisplayParts,
185350
+ syntaxMayBeASICandidate: () => syntaxMayBeASICandidate,
185351
+ syntaxRequiresTrailingSemicolonOrASI: () => syntaxRequiresTrailingSemicolonOrASI,
185352
+ sys: () => sys,
185353
+ sysLog: () => sysLog,
185354
+ tagNamesAreEquivalent: () => tagNamesAreEquivalent,
185355
+ takeWhile: () => takeWhile,
185356
+ targetOptionDeclaration: () => targetOptionDeclaration,
185357
+ templateObjectHelper: () => templateObjectHelper,
185358
+ testFormatSettings: () => testFormatSettings,
185359
+ textChangeRangeIsUnchanged: () => textChangeRangeIsUnchanged,
185360
+ textChangeRangeNewSpan: () => textChangeRangeNewSpan,
185361
+ textChanges: () => ts_textChanges_exports,
185362
+ textOrKeywordPart: () => textOrKeywordPart,
185363
+ textPart: () => textPart,
185364
+ textRangeContainsPositionInclusive: () => textRangeContainsPositionInclusive,
185365
+ textSpanContainsPosition: () => textSpanContainsPosition,
185366
+ textSpanContainsTextSpan: () => textSpanContainsTextSpan,
185367
+ textSpanEnd: () => textSpanEnd,
185368
+ textSpanIntersection: () => textSpanIntersection,
185369
+ textSpanIntersectsWith: () => textSpanIntersectsWith,
185370
+ textSpanIntersectsWithPosition: () => textSpanIntersectsWithPosition,
185371
+ textSpanIntersectsWithTextSpan: () => textSpanIntersectsWithTextSpan,
185372
+ textSpanIsEmpty: () => textSpanIsEmpty,
185373
+ textSpanOverlap: () => textSpanOverlap,
185374
+ textSpanOverlapsWith: () => textSpanOverlapsWith,
185375
+ textSpansEqual: () => textSpansEqual,
185376
+ textToKeywordObj: () => textToKeywordObj,
185377
+ timestamp: () => timestamp,
185378
+ toArray: () => toArray,
185379
+ toBuilderFileEmit: () => toBuilderFileEmit,
185380
+ toBuilderStateFileInfoForMultiEmit: () => toBuilderStateFileInfoForMultiEmit,
185381
+ toEditorSettings: () => toEditorSettings,
185382
+ toFileNameLowerCase: () => toFileNameLowerCase,
185383
+ toLowerCase: () => toLowerCase,
185384
+ toPath: () => toPath,
185385
+ toProgramEmitPending: () => toProgramEmitPending,
185386
+ tokenIsIdentifierOrKeyword: () => tokenIsIdentifierOrKeyword,
185387
+ tokenIsIdentifierOrKeywordOrGreaterThan: () => tokenIsIdentifierOrKeywordOrGreaterThan,
185388
+ tokenToString: () => tokenToString,
185389
+ trace: () => trace,
185390
+ tracing: () => tracing,
185391
+ tracingEnabled: () => tracingEnabled,
185392
+ transform: () => transform,
185393
+ transformClassFields: () => transformClassFields,
185394
+ transformDeclarations: () => transformDeclarations,
185395
+ transformECMAScriptModule: () => transformECMAScriptModule,
185396
+ transformES2015: () => transformES2015,
185397
+ transformES2016: () => transformES2016,
185398
+ transformES2017: () => transformES2017,
185399
+ transformES2018: () => transformES2018,
185400
+ transformES2019: () => transformES2019,
185401
+ transformES2020: () => transformES2020,
185402
+ transformES2021: () => transformES2021,
185403
+ transformES5: () => transformES5,
185404
+ transformESDecorators: () => transformESDecorators,
185405
+ transformESNext: () => transformESNext,
185406
+ transformGenerators: () => transformGenerators,
185407
+ transformJsx: () => transformJsx,
185408
+ transformLegacyDecorators: () => transformLegacyDecorators,
185409
+ transformModule: () => transformModule,
185410
+ transformNodeModule: () => transformNodeModule,
185411
+ transformNodes: () => transformNodes,
185412
+ transformSystemModule: () => transformSystemModule,
185413
+ transformTypeScript: () => transformTypeScript,
185414
+ transpile: () => transpile,
185415
+ transpileModule: () => transpileModule,
185416
+ transpileOptionValueCompilerOptions: () => transpileOptionValueCompilerOptions,
185417
+ trimString: () => trimString,
185418
+ trimStringEnd: () => trimStringEnd,
185419
+ trimStringStart: () => trimStringStart,
185420
+ tryAddToSet: () => tryAddToSet,
185421
+ tryAndIgnoreErrors: () => tryAndIgnoreErrors,
185422
+ tryCast: () => tryCast,
185423
+ tryDirectoryExists: () => tryDirectoryExists,
185424
+ tryExtractTSExtension: () => tryExtractTSExtension,
185425
+ tryFileExists: () => tryFileExists,
185426
+ tryGetClassExtendingExpressionWithTypeArguments: () => tryGetClassExtendingExpressionWithTypeArguments,
185427
+ tryGetClassImplementingOrExtendingExpressionWithTypeArguments: () => tryGetClassImplementingOrExtendingExpressionWithTypeArguments,
185428
+ tryGetDirectories: () => tryGetDirectories,
185429
+ tryGetExtensionFromPath: () => tryGetExtensionFromPath2,
185430
+ tryGetImportFromModuleSpecifier: () => tryGetImportFromModuleSpecifier,
185431
+ tryGetJSDocSatisfiesTypeNode: () => tryGetJSDocSatisfiesTypeNode,
185432
+ tryGetModuleNameFromFile: () => tryGetModuleNameFromFile,
185433
+ tryGetModuleSpecifierFromDeclaration: () => tryGetModuleSpecifierFromDeclaration,
185434
+ tryGetNativePerformanceHooks: () => tryGetNativePerformanceHooks,
185435
+ tryGetPropertyAccessOrIdentifierToString: () => tryGetPropertyAccessOrIdentifierToString,
185436
+ tryGetPropertyNameOfBindingOrAssignmentElement: () => tryGetPropertyNameOfBindingOrAssignmentElement,
185437
+ tryGetSourceMappingURL: () => tryGetSourceMappingURL,
185438
+ tryGetTextOfPropertyName: () => tryGetTextOfPropertyName,
185439
+ tryIOAndConsumeErrors: () => tryIOAndConsumeErrors,
185440
+ tryParsePattern: () => tryParsePattern,
185441
+ tryParsePatterns: () => tryParsePatterns,
185442
+ tryParseRawSourceMap: () => tryParseRawSourceMap,
185443
+ tryReadDirectory: () => tryReadDirectory,
185444
+ tryReadFile: () => tryReadFile,
185445
+ tryRemoveDirectoryPrefix: () => tryRemoveDirectoryPrefix,
185446
+ tryRemoveExtension: () => tryRemoveExtension,
185447
+ tryRemovePrefix: () => tryRemovePrefix,
185448
+ tryRemoveSuffix: () => tryRemoveSuffix,
185449
+ typeAcquisitionDeclarations: () => typeAcquisitionDeclarations,
185450
+ typeAliasNamePart: () => typeAliasNamePart,
185451
+ typeDirectiveIsEqualTo: () => typeDirectiveIsEqualTo,
185452
+ typeKeywords: () => typeKeywords,
185453
+ typeParameterNamePart: () => typeParameterNamePart,
185454
+ typeReferenceResolutionNameAndModeGetter: () => typeReferenceResolutionNameAndModeGetter,
185455
+ typeToDisplayParts: () => typeToDisplayParts,
185456
+ unchangedPollThresholds: () => unchangedPollThresholds,
185457
+ unchangedTextChangeRange: () => unchangedTextChangeRange,
185458
+ unescapeLeadingUnderscores: () => unescapeLeadingUnderscores,
185459
+ unmangleScopedPackageName: () => unmangleScopedPackageName,
185460
+ unorderedRemoveItem: () => unorderedRemoveItem,
185461
+ unorderedRemoveItemAt: () => unorderedRemoveItemAt,
185462
+ unreachableCodeIsError: () => unreachableCodeIsError,
185463
+ unusedLabelIsError: () => unusedLabelIsError,
185464
+ unwrapInnermostStatementOfLabel: () => unwrapInnermostStatementOfLabel,
185465
+ updateErrorForNoInputFiles: () => updateErrorForNoInputFiles,
185466
+ updateLanguageServiceSourceFile: () => updateLanguageServiceSourceFile,
185467
+ updateMissingFilePathsWatch: () => updateMissingFilePathsWatch,
185468
+ updatePackageJsonWatch: () => updatePackageJsonWatch,
185469
+ updateResolutionField: () => updateResolutionField,
185470
+ updateSharedExtendedConfigFileWatcher: () => updateSharedExtendedConfigFileWatcher,
185471
+ updateSourceFile: () => updateSourceFile,
185472
+ updateWatchingWildcardDirectories: () => updateWatchingWildcardDirectories,
185473
+ usesExtensionsOnImports: () => usesExtensionsOnImports,
185474
+ usingSingleLineStringWriter: () => usingSingleLineStringWriter,
185475
+ utf16EncodeAsString: () => utf16EncodeAsString,
185476
+ validateLocaleAndSetLanguage: () => validateLocaleAndSetLanguage,
185477
+ valuesHelper: () => valuesHelper,
185478
+ version: () => version,
185479
+ versionMajorMinor: () => versionMajorMinor,
185480
+ visitArray: () => visitArray,
185481
+ visitCommaListElements: () => visitCommaListElements,
185482
+ visitEachChild: () => visitEachChild,
185483
+ visitFunctionBody: () => visitFunctionBody,
185484
+ visitIterationBody: () => visitIterationBody,
185485
+ visitLexicalEnvironment: () => visitLexicalEnvironment,
185486
+ visitNode: () => visitNode,
185487
+ visitNodes: () => visitNodes2,
185488
+ visitParameterList: () => visitParameterList,
185489
+ walkUpBindingElementsAndPatterns: () => walkUpBindingElementsAndPatterns,
185490
+ walkUpLexicalEnvironments: () => walkUpLexicalEnvironments,
185491
+ walkUpOuterExpressions: () => walkUpOuterExpressions,
185492
+ walkUpParenthesizedExpressions: () => walkUpParenthesizedExpressions,
185493
+ walkUpParenthesizedTypes: () => walkUpParenthesizedTypes,
185494
+ walkUpParenthesizedTypesAndGetParentAndChild: () => walkUpParenthesizedTypesAndGetParentAndChild,
185495
+ whitespaceOrMapCommentRegExp: () => whitespaceOrMapCommentRegExp,
185496
+ writeCommentRange: () => writeCommentRange,
185497
+ writeFile: () => writeFile,
185498
+ writeFileEnsuringDirectories: () => writeFileEnsuringDirectories,
185499
+ zipToModeAwareCache: () => zipToModeAwareCache,
185500
+ zipWith: () => zipWith
185501
+ });
185502
+ var init_ts8 = __esm({
185503
+ "src/tsserverlibrary/_namespaces/ts.ts"() {
185504
+ "use strict";
185505
+ init_ts2();
185506
+ init_ts3();
185507
+ init_ts4();
185508
+ init_ts7();
185509
+ init_ts_server4();
183196
185510
  }
183197
185511
  });
183198
185512