typescript 5.6.0-dev.20240627 → 5.6.0-dev.20240628
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.
- package/lib/tsc.js +24 -14
- package/lib/typescript.d.ts +2 -0
- package/lib/typescript.js +36 -632
- package/package.json +7 -5
package/lib/typescript.js
CHANGED
|
@@ -86,7 +86,6 @@ __export(typescript_exports, {
|
|
|
86
86
|
GoToDefinition: () => ts_GoToDefinition_exports,
|
|
87
87
|
HighlightSpanKind: () => HighlightSpanKind,
|
|
88
88
|
IdentifierNameMap: () => IdentifierNameMap,
|
|
89
|
-
IdentifierNameMultiMap: () => IdentifierNameMultiMap,
|
|
90
89
|
ImportKind: () => ImportKind,
|
|
91
90
|
ImportsNotUsedAsValues: () => ImportsNotUsedAsValues,
|
|
92
91
|
IndentStyle: () => IndentStyle,
|
|
@@ -173,7 +172,6 @@ __export(typescript_exports, {
|
|
|
173
172
|
SymbolFlags: () => SymbolFlags,
|
|
174
173
|
SymbolFormatFlags: () => SymbolFormatFlags,
|
|
175
174
|
SyntaxKind: () => SyntaxKind,
|
|
176
|
-
SyntheticSymbolKind: () => SyntheticSymbolKind,
|
|
177
175
|
Ternary: () => Ternary,
|
|
178
176
|
ThrottledCancellationToken: () => ThrottledCancellationToken,
|
|
179
177
|
TokenClass: () => TokenClass,
|
|
@@ -196,7 +194,6 @@ __export(typescript_exports, {
|
|
|
196
194
|
WatchLogLevel: () => WatchLogLevel,
|
|
197
195
|
WatchType: () => WatchType,
|
|
198
196
|
accessPrivateIdentifier: () => accessPrivateIdentifier,
|
|
199
|
-
addDisposableResourceHelper: () => addDisposableResourceHelper,
|
|
200
197
|
addEmitFlags: () => addEmitFlags,
|
|
201
198
|
addEmitHelper: () => addEmitHelper,
|
|
202
199
|
addEmitHelpers: () => addEmitHelpers,
|
|
@@ -219,7 +216,6 @@ __export(typescript_exports, {
|
|
|
219
216
|
arrayFrom: () => arrayFrom,
|
|
220
217
|
arrayIsEqualTo: () => arrayIsEqualTo,
|
|
221
218
|
arrayIsHomogeneous: () => arrayIsHomogeneous,
|
|
222
|
-
arrayIsSorted: () => arrayIsSorted,
|
|
223
219
|
arrayOf: () => arrayOf,
|
|
224
220
|
arrayReverseIterator: () => arrayReverseIterator,
|
|
225
221
|
arrayToMap: () => arrayToMap,
|
|
@@ -227,14 +223,8 @@ __export(typescript_exports, {
|
|
|
227
223
|
arrayToNumericMap: () => arrayToNumericMap,
|
|
228
224
|
assertType: () => assertType,
|
|
229
225
|
assign: () => assign,
|
|
230
|
-
assignHelper: () => assignHelper,
|
|
231
|
-
asyncDelegator: () => asyncDelegator,
|
|
232
|
-
asyncGeneratorHelper: () => asyncGeneratorHelper,
|
|
233
226
|
asyncSuperHelper: () => asyncSuperHelper,
|
|
234
|
-
asyncValues: () => asyncValues,
|
|
235
227
|
attachFileToDiagnostics: () => attachFileToDiagnostics,
|
|
236
|
-
awaitHelper: () => awaitHelper,
|
|
237
|
-
awaiterHelper: () => awaiterHelper,
|
|
238
228
|
base64decode: () => base64decode,
|
|
239
229
|
base64encode: () => base64encode,
|
|
240
230
|
binarySearch: () => binarySearch,
|
|
@@ -283,9 +273,6 @@ __export(typescript_exports, {
|
|
|
283
273
|
classHasDeclaredOrExplicitlyAssignedName: () => classHasDeclaredOrExplicitlyAssignedName,
|
|
284
274
|
classHasExplicitlyAssignedName: () => classHasExplicitlyAssignedName,
|
|
285
275
|
classOrConstructorParameterIsDecorated: () => classOrConstructorParameterIsDecorated,
|
|
286
|
-
classPrivateFieldGetHelper: () => classPrivateFieldGetHelper,
|
|
287
|
-
classPrivateFieldInHelper: () => classPrivateFieldInHelper,
|
|
288
|
-
classPrivateFieldSetHelper: () => classPrivateFieldSetHelper,
|
|
289
276
|
classicNameResolver: () => classicNameResolver,
|
|
290
277
|
classifier: () => ts_classifier_exports,
|
|
291
278
|
cleanExtendedConfigCache: () => cleanExtendedConfigCache,
|
|
@@ -293,7 +280,6 @@ __export(typescript_exports, {
|
|
|
293
280
|
clearMap: () => clearMap,
|
|
294
281
|
clearSharedExtendedConfigFileWatcher: () => clearSharedExtendedConfigFileWatcher,
|
|
295
282
|
climbPastPropertyAccess: () => climbPastPropertyAccess,
|
|
296
|
-
climbPastPropertyOrElementAccess: () => climbPastPropertyOrElementAccess,
|
|
297
283
|
clone: () => clone,
|
|
298
284
|
cloneCompilerOptions: () => cloneCompilerOptions,
|
|
299
285
|
closeFileWatcher: () => closeFileWatcher,
|
|
@@ -306,12 +292,10 @@ __export(typescript_exports, {
|
|
|
306
292
|
commandLineOptionOfCustomType: () => commandLineOptionOfCustomType,
|
|
307
293
|
commentPragmas: () => commentPragmas,
|
|
308
294
|
commonOptionsWithBuild: () => commonOptionsWithBuild,
|
|
309
|
-
commonPackageFolders: () => commonPackageFolders,
|
|
310
295
|
compact: () => compact,
|
|
311
296
|
compareBooleans: () => compareBooleans,
|
|
312
297
|
compareDataObjects: () => compareDataObjects,
|
|
313
298
|
compareDiagnostics: () => compareDiagnostics,
|
|
314
|
-
compareDiagnosticsSkipRelatedInformation: () => compareDiagnosticsSkipRelatedInformation,
|
|
315
299
|
compareEmitHelpers: () => compareEmitHelpers,
|
|
316
300
|
compareNumberOfDirectorySeparators: () => compareNumberOfDirectorySeparators,
|
|
317
301
|
comparePaths: () => comparePaths,
|
|
@@ -325,26 +309,21 @@ __export(typescript_exports, {
|
|
|
325
309
|
compareStringsCaseSensitiveUI: () => compareStringsCaseSensitiveUI,
|
|
326
310
|
compareTextSpans: () => compareTextSpans,
|
|
327
311
|
compareValues: () => compareValues,
|
|
328
|
-
compileOnSaveCommandLineOption: () => compileOnSaveCommandLineOption,
|
|
329
312
|
compilerOptionsAffectDeclarationPath: () => compilerOptionsAffectDeclarationPath,
|
|
330
313
|
compilerOptionsAffectEmit: () => compilerOptionsAffectEmit,
|
|
331
314
|
compilerOptionsAffectSemanticDiagnostics: () => compilerOptionsAffectSemanticDiagnostics,
|
|
332
315
|
compilerOptionsDidYouMeanDiagnostics: () => compilerOptionsDidYouMeanDiagnostics,
|
|
333
316
|
compilerOptionsIndicateEsModules: () => compilerOptionsIndicateEsModules,
|
|
334
|
-
compose: () => compose,
|
|
335
317
|
computeCommonSourceDirectoryOfFilenames: () => computeCommonSourceDirectoryOfFilenames,
|
|
336
318
|
computeLineAndCharacterOfPosition: () => computeLineAndCharacterOfPosition,
|
|
337
319
|
computeLineOfPosition: () => computeLineOfPosition,
|
|
338
320
|
computeLineStarts: () => computeLineStarts,
|
|
339
321
|
computePositionOfLineAndCharacter: () => computePositionOfLineAndCharacter,
|
|
340
|
-
computeSignature: () => computeSignature,
|
|
341
322
|
computeSignatureWithDiagnostics: () => computeSignatureWithDiagnostics,
|
|
342
323
|
computeSuggestionDiagnostics: () => computeSuggestionDiagnostics,
|
|
343
324
|
computedOptions: () => computedOptions,
|
|
344
325
|
concatenate: () => concatenate,
|
|
345
326
|
concatenateDiagnosticMessageChains: () => concatenateDiagnosticMessageChains,
|
|
346
|
-
configDirTemplateSubstitutionOptions: () => configDirTemplateSubstitutionOptions,
|
|
347
|
-
configDirTemplateSubstitutionWatchOptions: () => configDirTemplateSubstitutionWatchOptions,
|
|
348
327
|
consumesNodeCoreModules: () => consumesNodeCoreModules,
|
|
349
328
|
contains: () => contains,
|
|
350
329
|
containsIgnoredPath: () => containsIgnoredPath,
|
|
@@ -375,15 +354,11 @@ __export(typescript_exports, {
|
|
|
375
354
|
createAccessorPropertySetRedirector: () => createAccessorPropertySetRedirector,
|
|
376
355
|
createBaseNodeFactory: () => createBaseNodeFactory,
|
|
377
356
|
createBinaryExpressionTrampoline: () => createBinaryExpressionTrampoline,
|
|
378
|
-
createBindingHelper: () => createBindingHelper,
|
|
379
357
|
createBuilderProgram: () => createBuilderProgram,
|
|
380
358
|
createBuilderProgramUsingIncrementalBuildInfo: () => createBuilderProgramUsingIncrementalBuildInfo,
|
|
381
359
|
createBuilderStatusReporter: () => createBuilderStatusReporter,
|
|
382
|
-
createCacheWithRedirects: () => createCacheWithRedirects,
|
|
383
360
|
createCacheableExportInfoMap: () => createCacheableExportInfoMap,
|
|
384
361
|
createCachedDirectoryStructureHost: () => createCachedDirectoryStructureHost,
|
|
385
|
-
createClassNamedEvaluationHelperBlock: () => createClassNamedEvaluationHelperBlock,
|
|
386
|
-
createClassThisAssignmentBlock: () => createClassThisAssignmentBlock,
|
|
387
362
|
createClassifier: () => createClassifier,
|
|
388
363
|
createCommentDirectivesMap: () => createCommentDirectivesMap,
|
|
389
364
|
createCompilerDiagnostic: () => createCompilerDiagnostic,
|
|
@@ -505,10 +480,7 @@ __export(typescript_exports, {
|
|
|
505
480
|
declarationNameToString: () => declarationNameToString,
|
|
506
481
|
decodeMappings: () => decodeMappings,
|
|
507
482
|
decodedTextSpanIntersectsWith: () => decodedTextSpanIntersectsWith,
|
|
508
|
-
decorateHelper: () => decorateHelper,
|
|
509
483
|
deduplicate: () => deduplicate,
|
|
510
|
-
defaultIncludeSpec: () => defaultIncludeSpec,
|
|
511
|
-
defaultInitCompilerOptions: () => defaultInitCompilerOptions,
|
|
512
484
|
defaultMaximumTruncationLength: () => defaultMaximumTruncationLength,
|
|
513
485
|
diagnosticCategoryName: () => diagnosticCategoryName,
|
|
514
486
|
diagnosticToString: () => diagnosticToString,
|
|
@@ -518,27 +490,22 @@ __export(typescript_exports, {
|
|
|
518
490
|
displayPart: () => displayPart,
|
|
519
491
|
displayPartsToString: () => displayPartsToString,
|
|
520
492
|
disposeEmitNodes: () => disposeEmitNodes,
|
|
521
|
-
disposeResourcesHelper: () => disposeResourcesHelper,
|
|
522
493
|
documentSpansEqual: () => documentSpansEqual,
|
|
523
494
|
dumpTracingLegend: () => dumpTracingLegend,
|
|
524
495
|
elementAt: () => elementAt,
|
|
525
496
|
elideNodes: () => elideNodes,
|
|
526
|
-
emitComments: () => emitComments,
|
|
527
497
|
emitDetachedComments: () => emitDetachedComments,
|
|
528
498
|
emitFiles: () => emitFiles,
|
|
529
499
|
emitFilesAndReportErrors: () => emitFilesAndReportErrors,
|
|
530
500
|
emitFilesAndReportErrorsAndGetExitStatus: () => emitFilesAndReportErrorsAndGetExitStatus,
|
|
531
501
|
emitModuleKindIsNonNodeESM: () => emitModuleKindIsNonNodeESM,
|
|
532
502
|
emitNewLineBeforeLeadingCommentOfPosition: () => emitNewLineBeforeLeadingCommentOfPosition,
|
|
533
|
-
emitNewLineBeforeLeadingComments: () => emitNewLineBeforeLeadingComments,
|
|
534
|
-
emitNewLineBeforeLeadingCommentsOfPosition: () => emitNewLineBeforeLeadingCommentsOfPosition,
|
|
535
503
|
emitResolverSkipsTypeChecking: () => emitResolverSkipsTypeChecking,
|
|
536
504
|
emitSkippedWithNoDiagnostics: () => emitSkippedWithNoDiagnostics,
|
|
537
505
|
emptyArray: () => emptyArray,
|
|
538
506
|
emptyFileSystemEntries: () => emptyFileSystemEntries,
|
|
539
507
|
emptyMap: () => emptyMap,
|
|
540
508
|
emptyOptions: () => emptyOptions,
|
|
541
|
-
emptySet: () => emptySet,
|
|
542
509
|
endsWith: () => endsWith,
|
|
543
510
|
ensurePathIsNonModuleName: () => ensurePathIsNonModuleName,
|
|
544
511
|
ensureScriptKind: () => ensureScriptKind,
|
|
@@ -549,7 +516,6 @@ __export(typescript_exports, {
|
|
|
549
516
|
equateStringsCaseInsensitive: () => equateStringsCaseInsensitive,
|
|
550
517
|
equateStringsCaseSensitive: () => equateStringsCaseSensitive,
|
|
551
518
|
equateValues: () => equateValues,
|
|
552
|
-
esDecorateHelper: () => esDecorateHelper,
|
|
553
519
|
escapeJsxAttributeString: () => escapeJsxAttributeString,
|
|
554
520
|
escapeLeadingUnderscores: () => escapeLeadingUnderscores,
|
|
555
521
|
escapeNonAsciiString: () => escapeNonAsciiString,
|
|
@@ -563,10 +529,8 @@ __export(typescript_exports, {
|
|
|
563
529
|
explainFiles: () => explainFiles,
|
|
564
530
|
explainIfFileIsRedirectAndImpliedFormat: () => explainIfFileIsRedirectAndImpliedFormat,
|
|
565
531
|
exportAssignmentIsAlias: () => exportAssignmentIsAlias,
|
|
566
|
-
exportStarHelper: () => exportStarHelper,
|
|
567
532
|
expressionResultIsUnused: () => expressionResultIsUnused,
|
|
568
533
|
extend: () => extend,
|
|
569
|
-
extendsHelper: () => extendsHelper,
|
|
570
534
|
extensionFromPath: () => extensionFromPath,
|
|
571
535
|
extensionIsTS: () => extensionIsTS,
|
|
572
536
|
extensionsNotSupportingExtensionlessResolution: () => extensionsNotSupportingExtensionlessResolution,
|
|
@@ -593,7 +557,6 @@ __export(typescript_exports, {
|
|
|
593
557
|
findLast: () => findLast,
|
|
594
558
|
findLastIndex: () => findLastIndex,
|
|
595
559
|
findListItemInfo: () => findListItemInfo,
|
|
596
|
-
findMap: () => findMap,
|
|
597
560
|
findModifier: () => findModifier,
|
|
598
561
|
findNextToken: () => findNextToken,
|
|
599
562
|
findPackageJson: () => findPackageJson,
|
|
@@ -641,7 +604,6 @@ __export(typescript_exports, {
|
|
|
641
604
|
forEachTsConfigPropArray: () => forEachTsConfigPropArray,
|
|
642
605
|
forEachUnique: () => forEachUnique,
|
|
643
606
|
forEachYieldExpression: () => forEachYieldExpression,
|
|
644
|
-
forSomeAncestorDirectory: () => forSomeAncestorDirectory,
|
|
645
607
|
formatColorAndReset: () => formatColorAndReset,
|
|
646
608
|
formatDiagnostic: () => formatDiagnostic,
|
|
647
609
|
formatDiagnostics: () => formatDiagnostics,
|
|
@@ -652,11 +614,8 @@ __export(typescript_exports, {
|
|
|
652
614
|
formatMessage: () => formatMessage,
|
|
653
615
|
formatStringFromArgs: () => formatStringFromArgs,
|
|
654
616
|
formatting: () => ts_formatting_exports,
|
|
655
|
-
fullTripleSlashAMDReferencePathRegEx: () => fullTripleSlashAMDReferencePathRegEx,
|
|
656
|
-
fullTripleSlashReferencePathRegEx: () => fullTripleSlashReferencePathRegEx,
|
|
657
617
|
generateDjb2Hash: () => generateDjb2Hash,
|
|
658
618
|
generateTSConfig: () => generateTSConfig,
|
|
659
|
-
generatorHelper: () => generatorHelper,
|
|
660
619
|
getAdjustedReferenceLocation: () => getAdjustedReferenceLocation,
|
|
661
620
|
getAdjustedRenameLocation: () => getAdjustedRenameLocation,
|
|
662
621
|
getAliasDeclarationFromName: () => getAliasDeclarationFromName,
|
|
@@ -675,7 +634,6 @@ __export(typescript_exports, {
|
|
|
675
634
|
getAreDeclarationMapsEnabled: () => getAreDeclarationMapsEnabled,
|
|
676
635
|
getAssignedExpandoInitializer: () => getAssignedExpandoInitializer,
|
|
677
636
|
getAssignedName: () => getAssignedName,
|
|
678
|
-
getAssignedNameOfIdentifier: () => getAssignedNameOfIdentifier,
|
|
679
637
|
getAssignmentDeclarationKind: () => getAssignmentDeclarationKind,
|
|
680
638
|
getAssignmentDeclarationPropertyAccessKind: () => getAssignmentDeclarationPropertyAccessKind,
|
|
681
639
|
getAssignmentTargetKind: () => getAssignmentTargetKind,
|
|
@@ -716,7 +674,6 @@ __export(typescript_exports, {
|
|
|
716
674
|
getContainingObjectLiteralElement: () => getContainingObjectLiteralElement,
|
|
717
675
|
getContextualTypeFromParent: () => getContextualTypeFromParent,
|
|
718
676
|
getContextualTypeFromParentOrAncestorTypeNode: () => getContextualTypeFromParentOrAncestorTypeNode,
|
|
719
|
-
getCurrentTime: () => getCurrentTime,
|
|
720
677
|
getDeclarationDiagnostics: () => getDeclarationDiagnostics,
|
|
721
678
|
getDeclarationEmitExtensionForPath: () => getDeclarationEmitExtensionForPath,
|
|
722
679
|
getDeclarationEmitOutputFilePath: () => getDeclarationEmitOutputFilePath,
|
|
@@ -818,7 +775,6 @@ __export(typescript_exports, {
|
|
|
818
775
|
getImpliedNodeFormatForFileWorker: () => getImpliedNodeFormatForFileWorker,
|
|
819
776
|
getImportNeedsImportDefaultHelper: () => getImportNeedsImportDefaultHelper,
|
|
820
777
|
getImportNeedsImportStarHelper: () => getImportNeedsImportStarHelper,
|
|
821
|
-
getIndentSize: () => getIndentSize,
|
|
822
778
|
getIndentString: () => getIndentString,
|
|
823
779
|
getInferredLibraryNameResolveFrom: () => getInferredLibraryNameResolveFrom,
|
|
824
780
|
getInitializedVariables: () => getInitializedVariables,
|
|
@@ -856,7 +812,6 @@ __export(typescript_exports, {
|
|
|
856
812
|
getJSDocSatisfiesExpressionType: () => getJSDocSatisfiesExpressionType,
|
|
857
813
|
getJSDocSatisfiesTag: () => getJSDocSatisfiesTag,
|
|
858
814
|
getJSDocTags: () => getJSDocTags,
|
|
859
|
-
getJSDocTagsNoCache: () => getJSDocTagsNoCache,
|
|
860
815
|
getJSDocTemplateTag: () => getJSDocTemplateTag,
|
|
861
816
|
getJSDocThisTag: () => getJSDocThisTag,
|
|
862
817
|
getJSDocType: () => getJSDocType,
|
|
@@ -880,7 +835,6 @@ __export(typescript_exports, {
|
|
|
880
835
|
getLineAndCharacterOfPosition: () => getLineAndCharacterOfPosition,
|
|
881
836
|
getLineInfo: () => getLineInfo,
|
|
882
837
|
getLineOfLocalPosition: () => getLineOfLocalPosition,
|
|
883
|
-
getLineOfLocalPositionFromLineMap: () => getLineOfLocalPositionFromLineMap,
|
|
884
838
|
getLineStartPositionForPosition: () => getLineStartPositionForPosition,
|
|
885
839
|
getLineStarts: () => getLineStarts,
|
|
886
840
|
getLinesBetweenPositionAndNextNonWhitespaceCharacter: () => getLinesBetweenPositionAndNextNonWhitespaceCharacter,
|
|
@@ -944,40 +898,32 @@ __export(typescript_exports, {
|
|
|
944
898
|
getNormalizedAbsolutePathWithoutRoot: () => getNormalizedAbsolutePathWithoutRoot,
|
|
945
899
|
getNormalizedPathComponents: () => getNormalizedPathComponents,
|
|
946
900
|
getObjectFlags: () => getObjectFlags,
|
|
947
|
-
getOperator: () => getOperator,
|
|
948
901
|
getOperatorAssociativity: () => getOperatorAssociativity,
|
|
949
902
|
getOperatorPrecedence: () => getOperatorPrecedence,
|
|
950
903
|
getOptionFromName: () => getOptionFromName,
|
|
951
904
|
getOptionsForLibraryResolution: () => getOptionsForLibraryResolution,
|
|
952
905
|
getOptionsNameMap: () => getOptionsNameMap,
|
|
953
906
|
getOrCreateEmitNode: () => getOrCreateEmitNode,
|
|
954
|
-
getOrCreateExternalHelpersModuleNameIfNeeded: () => getOrCreateExternalHelpersModuleNameIfNeeded,
|
|
955
907
|
getOrUpdate: () => getOrUpdate,
|
|
956
908
|
getOriginalNode: () => getOriginalNode,
|
|
957
909
|
getOriginalNodeId: () => getOriginalNodeId,
|
|
958
|
-
getOriginalSourceFile: () => getOriginalSourceFile,
|
|
959
910
|
getOutputDeclarationFileName: () => getOutputDeclarationFileName,
|
|
960
911
|
getOutputDeclarationFileNameWorker: () => getOutputDeclarationFileNameWorker,
|
|
961
912
|
getOutputExtension: () => getOutputExtension,
|
|
962
913
|
getOutputFileNames: () => getOutputFileNames,
|
|
963
914
|
getOutputJSFileNameWorker: () => getOutputJSFileNameWorker,
|
|
964
915
|
getOutputPathsFor: () => getOutputPathsFor,
|
|
965
|
-
getOutputPathsForBundle: () => getOutputPathsForBundle,
|
|
966
916
|
getOwnEmitOutputFilePath: () => getOwnEmitOutputFilePath,
|
|
967
917
|
getOwnKeys: () => getOwnKeys,
|
|
968
918
|
getOwnValues: () => getOwnValues,
|
|
969
|
-
getPackageJsonInfo: () => getPackageJsonInfo,
|
|
970
919
|
getPackageJsonTypesVersionsPaths: () => getPackageJsonTypesVersionsPaths,
|
|
971
|
-
getPackageJsonsVisibleToFile: () => getPackageJsonsVisibleToFile,
|
|
972
920
|
getPackageNameFromTypesPackageName: () => getPackageNameFromTypesPackageName,
|
|
973
921
|
getPackageScopeForPath: () => getPackageScopeForPath,
|
|
974
922
|
getParameterSymbolFromJSDoc: () => getParameterSymbolFromJSDoc,
|
|
975
|
-
getParameterTypeNode: () => getParameterTypeNode,
|
|
976
923
|
getParentNodeInSpan: () => getParentNodeInSpan,
|
|
977
924
|
getParseTreeNode: () => getParseTreeNode,
|
|
978
925
|
getParsedCommandLineOfConfigFile: () => getParsedCommandLineOfConfigFile,
|
|
979
926
|
getPathComponents: () => getPathComponents,
|
|
980
|
-
getPathComponentsRelativeTo: () => getPathComponentsRelativeTo,
|
|
981
927
|
getPathFromPathComponents: () => getPathFromPathComponents,
|
|
982
928
|
getPathUpdater: () => getPathUpdater,
|
|
983
929
|
getPathsBasePath: () => getPathsBasePath,
|
|
@@ -995,7 +941,6 @@ __export(typescript_exports, {
|
|
|
995
941
|
getPropertyArrayElementValue: () => getPropertyArrayElementValue,
|
|
996
942
|
getPropertyAssignmentAliasLikeExpression: () => getPropertyAssignmentAliasLikeExpression,
|
|
997
943
|
getPropertyNameForPropertyNameNode: () => getPropertyNameForPropertyNameNode,
|
|
998
|
-
getPropertyNameForUniqueESSymbol: () => getPropertyNameForUniqueESSymbol,
|
|
999
944
|
getPropertyNameFromType: () => getPropertyNameFromType,
|
|
1000
945
|
getPropertyNameOfBindingOrAssignmentElement: () => getPropertyNameOfBindingOrAssignmentElement,
|
|
1001
946
|
getPropertySymbolFromBindingElement: () => getPropertySymbolFromBindingElement,
|
|
@@ -1027,7 +972,6 @@ __export(typescript_exports, {
|
|
|
1027
972
|
getRootDeclaration: () => getRootDeclaration,
|
|
1028
973
|
getRootDirectoryOfResolutionCache: () => getRootDirectoryOfResolutionCache,
|
|
1029
974
|
getRootLength: () => getRootLength,
|
|
1030
|
-
getRootPathSplitLength: () => getRootPathSplitLength,
|
|
1031
975
|
getScriptKind: () => getScriptKind,
|
|
1032
976
|
getScriptKindFromFileName: () => getScriptKindFromFileName,
|
|
1033
977
|
getScriptTargetFeatures: () => getScriptTargetFeatures,
|
|
@@ -1039,14 +983,12 @@ __export(typescript_exports, {
|
|
|
1039
983
|
getSetAccessorValueParameter: () => getSetAccessorValueParameter,
|
|
1040
984
|
getSetExternalModuleIndicator: () => getSetExternalModuleIndicator,
|
|
1041
985
|
getShebang: () => getShebang,
|
|
1042
|
-
getSingleInitializerOfVariableStatementOrPropertyDeclaration: () => getSingleInitializerOfVariableStatementOrPropertyDeclaration,
|
|
1043
986
|
getSingleVariableOfVariableStatement: () => getSingleVariableOfVariableStatement,
|
|
1044
987
|
getSnapshotText: () => getSnapshotText,
|
|
1045
988
|
getSnippetElement: () => getSnippetElement,
|
|
1046
989
|
getSourceFileOfModule: () => getSourceFileOfModule,
|
|
1047
990
|
getSourceFileOfNode: () => getSourceFileOfNode,
|
|
1048
991
|
getSourceFilePathInNewDir: () => getSourceFilePathInNewDir,
|
|
1049
|
-
getSourceFilePathInNewDirWorker: () => getSourceFilePathInNewDirWorker,
|
|
1050
992
|
getSourceFileVersionAsHashFromText: () => getSourceFileVersionAsHashFromText,
|
|
1051
993
|
getSourceFilesToEmit: () => getSourceFilesToEmit,
|
|
1052
994
|
getSourceMapRange: () => getSourceMapRange,
|
|
@@ -1069,7 +1011,6 @@ __export(typescript_exports, {
|
|
|
1069
1011
|
getSwitchedType: () => getSwitchedType,
|
|
1070
1012
|
getSymbolId: () => getSymbolId,
|
|
1071
1013
|
getSymbolNameForPrivateIdentifier: () => getSymbolNameForPrivateIdentifier,
|
|
1072
|
-
getSymbolParentOrFail: () => getSymbolParentOrFail,
|
|
1073
1014
|
getSymbolTarget: () => getSymbolTarget,
|
|
1074
1015
|
getSyntacticClassifications: () => getSyntacticClassifications,
|
|
1075
1016
|
getSyntacticModifierFlags: () => getSyntacticModifierFlags,
|
|
@@ -1100,7 +1041,6 @@ __export(typescript_exports, {
|
|
|
1100
1041
|
getTouchingToken: () => getTouchingToken,
|
|
1101
1042
|
getTrailingCommentRanges: () => getTrailingCommentRanges,
|
|
1102
1043
|
getTrailingSemicolonDeferringWriter: () => getTrailingSemicolonDeferringWriter,
|
|
1103
|
-
getTransformFlagsSubtreeExclusions: () => getTransformFlagsSubtreeExclusions,
|
|
1104
1044
|
getTransformers: () => getTransformers,
|
|
1105
1045
|
getTsBuildInfoEmitOutputFilePath: () => getTsBuildInfoEmitOutputFilePath,
|
|
1106
1046
|
getTsConfigObjectLiteralExpression: () => getTsConfigObjectLiteralExpression,
|
|
@@ -1128,7 +1068,6 @@ __export(typescript_exports, {
|
|
|
1128
1068
|
hasAccessorModifier: () => hasAccessorModifier,
|
|
1129
1069
|
hasAmbientModifier: () => hasAmbientModifier,
|
|
1130
1070
|
hasChangesInResolutions: () => hasChangesInResolutions,
|
|
1131
|
-
hasChildOfKind: () => hasChildOfKind,
|
|
1132
1071
|
hasContextSensitiveParameters: () => hasContextSensitiveParameters,
|
|
1133
1072
|
hasDecorators: () => hasDecorators,
|
|
1134
1073
|
hasDocComment: () => hasDocComment,
|
|
@@ -1164,7 +1103,6 @@ __export(typescript_exports, {
|
|
|
1164
1103
|
hasType: () => hasType,
|
|
1165
1104
|
hasTypeArguments: () => hasTypeArguments,
|
|
1166
1105
|
hasZeroOrOneAsteriskCharacter: () => hasZeroOrOneAsteriskCharacter,
|
|
1167
|
-
helperString: () => helperString,
|
|
1168
1106
|
hostGetCanonicalFileName: () => hostGetCanonicalFileName,
|
|
1169
1107
|
hostUsesCaseSensitiveFileNames: () => hostUsesCaseSensitiveFileNames,
|
|
1170
1108
|
idText: () => idText,
|
|
@@ -1174,9 +1112,7 @@ __export(typescript_exports, {
|
|
|
1174
1112
|
identitySourceMapConsumer: () => identitySourceMapConsumer,
|
|
1175
1113
|
ignoreSourceNewlines: () => ignoreSourceNewlines,
|
|
1176
1114
|
ignoredPaths: () => ignoredPaths,
|
|
1177
|
-
importDefaultHelper: () => importDefaultHelper,
|
|
1178
1115
|
importFromModuleSpecifier: () => importFromModuleSpecifier,
|
|
1179
|
-
importStarHelper: () => importStarHelper,
|
|
1180
1116
|
indexOfAnyCharCode: () => indexOfAnyCharCode,
|
|
1181
1117
|
indexOfNode: () => indexOfNode,
|
|
1182
1118
|
indicesOf: () => indicesOf,
|
|
@@ -1184,7 +1120,6 @@ __export(typescript_exports, {
|
|
|
1184
1120
|
injectClassNamedEvaluationHelperBlockIfMissing: () => injectClassNamedEvaluationHelperBlockIfMissing,
|
|
1185
1121
|
injectClassThisAssignmentIfMissing: () => injectClassThisAssignmentIfMissing,
|
|
1186
1122
|
insertImports: () => insertImports,
|
|
1187
|
-
insertLeadingStatement: () => insertLeadingStatement,
|
|
1188
1123
|
insertSorted: () => insertSorted,
|
|
1189
1124
|
insertStatementAfterCustomPrologue: () => insertStatementAfterCustomPrologue,
|
|
1190
1125
|
insertStatementAfterStandardPrologue: () => insertStatementAfterStandardPrologue,
|
|
@@ -1200,11 +1135,9 @@ __export(typescript_exports, {
|
|
|
1200
1135
|
isAccessibilityModifier: () => isAccessibilityModifier,
|
|
1201
1136
|
isAccessor: () => isAccessor,
|
|
1202
1137
|
isAccessorModifier: () => isAccessorModifier,
|
|
1203
|
-
isAliasSymbolDeclaration: () => isAliasSymbolDeclaration,
|
|
1204
1138
|
isAliasableExpression: () => isAliasableExpression,
|
|
1205
1139
|
isAmbientModule: () => isAmbientModule,
|
|
1206
1140
|
isAmbientPropertyDeclaration: () => isAmbientPropertyDeclaration,
|
|
1207
|
-
isAnonymousFunctionDefinition: () => isAnonymousFunctionDefinition,
|
|
1208
1141
|
isAnyDirectorySeparator: () => isAnyDirectorySeparator,
|
|
1209
1142
|
isAnyImportOrBareOrAccessedRequire: () => isAnyImportOrBareOrAccessedRequire,
|
|
1210
1143
|
isAnyImportOrReExport: () => isAnyImportOrReExport,
|
|
@@ -1280,7 +1213,6 @@ __export(typescript_exports, {
|
|
|
1280
1213
|
isCatchClauseVariableDeclaration: () => isCatchClauseVariableDeclaration,
|
|
1281
1214
|
isCatchClauseVariableDeclarationOrBindingElement: () => isCatchClauseVariableDeclarationOrBindingElement,
|
|
1282
1215
|
isCheckJsEnabledForFile: () => isCheckJsEnabledForFile,
|
|
1283
|
-
isChildOfNodeWithKind: () => isChildOfNodeWithKind,
|
|
1284
1216
|
isCircularBuildOrder: () => isCircularBuildOrder,
|
|
1285
1217
|
isClassDeclaration: () => isClassDeclaration,
|
|
1286
1218
|
isClassElement: () => isClassElement,
|
|
@@ -1292,7 +1224,6 @@ __export(typescript_exports, {
|
|
|
1292
1224
|
isClassOrTypeElement: () => isClassOrTypeElement,
|
|
1293
1225
|
isClassStaticBlockDeclaration: () => isClassStaticBlockDeclaration,
|
|
1294
1226
|
isClassThisAssignmentBlock: () => isClassThisAssignmentBlock,
|
|
1295
|
-
isCollapsedRange: () => isCollapsedRange,
|
|
1296
1227
|
isColonToken: () => isColonToken,
|
|
1297
1228
|
isCommaExpression: () => isCommaExpression,
|
|
1298
1229
|
isCommaListExpression: () => isCommaListExpression,
|
|
@@ -1335,16 +1266,13 @@ __export(typescript_exports, {
|
|
|
1335
1266
|
isDeleteTarget: () => isDeleteTarget,
|
|
1336
1267
|
isDeprecatedDeclaration: () => isDeprecatedDeclaration,
|
|
1337
1268
|
isDestructuringAssignment: () => isDestructuringAssignment,
|
|
1338
|
-
isDiagnosticWithLocation: () => isDiagnosticWithLocation,
|
|
1339
1269
|
isDiskPathRoot: () => isDiskPathRoot,
|
|
1340
1270
|
isDoStatement: () => isDoStatement,
|
|
1341
1271
|
isDocumentRegistryEntry: () => isDocumentRegistryEntry,
|
|
1342
1272
|
isDotDotDotToken: () => isDotDotDotToken,
|
|
1343
1273
|
isDottedName: () => isDottedName,
|
|
1344
1274
|
isDynamicName: () => isDynamicName,
|
|
1345
|
-
isESSymbolIdentifier: () => isESSymbolIdentifier,
|
|
1346
1275
|
isEffectiveExternalModule: () => isEffectiveExternalModule,
|
|
1347
|
-
isEffectiveModuleDeclaration: () => isEffectiveModuleDeclaration,
|
|
1348
1276
|
isEffectiveStrictModeSourceFile: () => isEffectiveStrictModeSourceFile,
|
|
1349
1277
|
isElementAccessChain: () => isElementAccessChain,
|
|
1350
1278
|
isElementAccessExpression: () => isElementAccessExpression,
|
|
@@ -1414,13 +1342,11 @@ __export(typescript_exports, {
|
|
|
1414
1342
|
isFunctionOrModuleBlock: () => isFunctionOrModuleBlock,
|
|
1415
1343
|
isFunctionSymbol: () => isFunctionSymbol,
|
|
1416
1344
|
isFunctionTypeNode: () => isFunctionTypeNode,
|
|
1417
|
-
isFutureReservedKeyword: () => isFutureReservedKeyword,
|
|
1418
1345
|
isGeneratedIdentifier: () => isGeneratedIdentifier,
|
|
1419
1346
|
isGeneratedPrivateIdentifier: () => isGeneratedPrivateIdentifier,
|
|
1420
1347
|
isGetAccessor: () => isGetAccessor,
|
|
1421
1348
|
isGetAccessorDeclaration: () => isGetAccessorDeclaration,
|
|
1422
1349
|
isGetOrSetAccessorDeclaration: () => isGetOrSetAccessorDeclaration,
|
|
1423
|
-
isGlobalDeclaration: () => isGlobalDeclaration,
|
|
1424
1350
|
isGlobalScopeAugmentation: () => isGlobalScopeAugmentation,
|
|
1425
1351
|
isGlobalSourceFile: () => isGlobalSourceFile,
|
|
1426
1352
|
isGrammarError: () => isGrammarError,
|
|
@@ -1576,7 +1502,6 @@ __export(typescript_exports, {
|
|
|
1576
1502
|
isLabeledStatement: () => isLabeledStatement,
|
|
1577
1503
|
isLateVisibilityPaintedStatement: () => isLateVisibilityPaintedStatement,
|
|
1578
1504
|
isLeftHandSideExpression: () => isLeftHandSideExpression,
|
|
1579
|
-
isLeftHandSideOfAssignment: () => isLeftHandSideOfAssignment,
|
|
1580
1505
|
isLet: () => isLet,
|
|
1581
1506
|
isLineBreak: () => isLineBreak,
|
|
1582
1507
|
isLiteralComputedPropertyDeclarationName: () => isLiteralComputedPropertyDeclarationName,
|
|
@@ -1584,10 +1509,7 @@ __export(typescript_exports, {
|
|
|
1584
1509
|
isLiteralExpressionOfObject: () => isLiteralExpressionOfObject,
|
|
1585
1510
|
isLiteralImportTypeNode: () => isLiteralImportTypeNode,
|
|
1586
1511
|
isLiteralKind: () => isLiteralKind,
|
|
1587
|
-
isLiteralLikeAccess: () => isLiteralLikeAccess,
|
|
1588
|
-
isLiteralLikeElementAccess: () => isLiteralLikeElementAccess,
|
|
1589
1512
|
isLiteralNameOfPropertyDeclarationOrIndexAccess: () => isLiteralNameOfPropertyDeclarationOrIndexAccess,
|
|
1590
|
-
isLiteralTypeLikeExpression: () => isLiteralTypeLikeExpression,
|
|
1591
1513
|
isLiteralTypeLiteral: () => isLiteralTypeLiteral,
|
|
1592
1514
|
isLiteralTypeNode: () => isLiteralTypeNode,
|
|
1593
1515
|
isLocalName: () => isLocalName,
|
|
@@ -1622,7 +1544,6 @@ __export(typescript_exports, {
|
|
|
1622
1544
|
isModuleWithStringLiteralName: () => isModuleWithStringLiteralName,
|
|
1623
1545
|
isNameOfFunctionDeclaration: () => isNameOfFunctionDeclaration,
|
|
1624
1546
|
isNameOfModuleDeclaration: () => isNameOfModuleDeclaration,
|
|
1625
|
-
isNamedClassElement: () => isNamedClassElement,
|
|
1626
1547
|
isNamedDeclaration: () => isNamedDeclaration,
|
|
1627
1548
|
isNamedEvaluation: () => isNamedEvaluation,
|
|
1628
1549
|
isNamedEvaluationSource: () => isNamedEvaluationSource,
|
|
@@ -1640,7 +1561,6 @@ __export(typescript_exports, {
|
|
|
1640
1561
|
isNewExpression: () => isNewExpression,
|
|
1641
1562
|
isNewExpressionTarget: () => isNewExpressionTarget,
|
|
1642
1563
|
isNoSubstitutionTemplateLiteral: () => isNoSubstitutionTemplateLiteral,
|
|
1643
|
-
isNode: () => isNode,
|
|
1644
1564
|
isNodeArray: () => isNodeArray,
|
|
1645
1565
|
isNodeArrayMultiLine: () => isNodeArrayMultiLine,
|
|
1646
1566
|
isNodeDescendantOf: () => isNodeDescendantOf,
|
|
@@ -1649,15 +1569,11 @@ __export(typescript_exports, {
|
|
|
1649
1569
|
isNodeModulesDirectory: () => isNodeModulesDirectory,
|
|
1650
1570
|
isNodeWithPossibleHoistedDeclaration: () => isNodeWithPossibleHoistedDeclaration,
|
|
1651
1571
|
isNonContextualKeyword: () => isNonContextualKeyword,
|
|
1652
|
-
isNonExportDefaultModifier: () => isNonExportDefaultModifier,
|
|
1653
1572
|
isNonGlobalAmbientModule: () => isNonGlobalAmbientModule,
|
|
1654
|
-
isNonGlobalDeclaration: () => isNonGlobalDeclaration,
|
|
1655
|
-
isNonIncrementalBuildInfo: () => isNonIncrementalBuildInfo,
|
|
1656
1573
|
isNonNullAccess: () => isNonNullAccess,
|
|
1657
1574
|
isNonNullChain: () => isNonNullChain,
|
|
1658
1575
|
isNonNullExpression: () => isNonNullExpression,
|
|
1659
1576
|
isNonStaticMethodOrAccessorWithPrivateName: () => isNonStaticMethodOrAccessorWithPrivateName,
|
|
1660
|
-
isNotEmittedOrPartiallyEmittedNode: () => isNotEmittedOrPartiallyEmittedNode,
|
|
1661
1577
|
isNotEmittedStatement: () => isNotEmittedStatement,
|
|
1662
1578
|
isNullishCoalesce: () => isNullishCoalesce,
|
|
1663
1579
|
isNumber: () => isNumber,
|
|
@@ -1673,7 +1589,6 @@ __export(typescript_exports, {
|
|
|
1673
1589
|
isObjectLiteralMethod: () => isObjectLiteralMethod,
|
|
1674
1590
|
isObjectLiteralOrClassExpressionMethodOrAccessor: () => isObjectLiteralOrClassExpressionMethodOrAccessor,
|
|
1675
1591
|
isObjectTypeDeclaration: () => isObjectTypeDeclaration,
|
|
1676
|
-
isOctalDigit: () => isOctalDigit,
|
|
1677
1592
|
isOmittedExpression: () => isOmittedExpression,
|
|
1678
1593
|
isOptionalChain: () => isOptionalChain,
|
|
1679
1594
|
isOptionalChainRoot: () => isOptionalChainRoot,
|
|
@@ -1719,7 +1634,6 @@ __export(typescript_exports, {
|
|
|
1719
1634
|
isPropertyName: () => isPropertyName,
|
|
1720
1635
|
isPropertyNameLiteral: () => isPropertyNameLiteral,
|
|
1721
1636
|
isPropertySignature: () => isPropertySignature,
|
|
1722
|
-
isProtoSetter: () => isProtoSetter,
|
|
1723
1637
|
isPrototypeAccess: () => isPrototypeAccess,
|
|
1724
1638
|
isPrototypePropertyAssignment: () => isPrototypePropertyAssignment,
|
|
1725
1639
|
isPunctuation: () => isPunctuation,
|
|
@@ -1729,7 +1643,6 @@ __export(typescript_exports, {
|
|
|
1729
1643
|
isQuestionOrExclamationToken: () => isQuestionOrExclamationToken,
|
|
1730
1644
|
isQuestionOrPlusOrMinusToken: () => isQuestionOrPlusOrMinusToken,
|
|
1731
1645
|
isQuestionToken: () => isQuestionToken,
|
|
1732
|
-
isRawSourceMap: () => isRawSourceMap,
|
|
1733
1646
|
isReadonlyKeyword: () => isReadonlyKeyword,
|
|
1734
1647
|
isReadonlyKeywordOrPlusOrMinusToken: () => isReadonlyKeywordOrPlusOrMinusToken,
|
|
1735
1648
|
isRecognizedTripleSlashComment: () => isRecognizedTripleSlashComment,
|
|
@@ -1751,25 +1664,21 @@ __export(typescript_exports, {
|
|
|
1751
1664
|
isRootedDiskPath: () => isRootedDiskPath,
|
|
1752
1665
|
isSameEntityName: () => isSameEntityName,
|
|
1753
1666
|
isSatisfiesExpression: () => isSatisfiesExpression,
|
|
1754
|
-
isScopeMarker: () => isScopeMarker,
|
|
1755
1667
|
isSemicolonClassElement: () => isSemicolonClassElement,
|
|
1756
1668
|
isSetAccessor: () => isSetAccessor,
|
|
1757
1669
|
isSetAccessorDeclaration: () => isSetAccessorDeclaration,
|
|
1758
|
-
isShebangTrivia: () => isShebangTrivia,
|
|
1759
1670
|
isShiftOperatorOrHigher: () => isShiftOperatorOrHigher,
|
|
1760
1671
|
isShorthandAmbientModuleSymbol: () => isShorthandAmbientModuleSymbol,
|
|
1761
1672
|
isShorthandPropertyAssignment: () => isShorthandPropertyAssignment,
|
|
1762
1673
|
isSignedNumericLiteral: () => isSignedNumericLiteral,
|
|
1763
1674
|
isSimpleCopiableExpression: () => isSimpleCopiableExpression,
|
|
1764
1675
|
isSimpleInlineableExpression: () => isSimpleInlineableExpression,
|
|
1765
|
-
isSimpleParameter: () => isSimpleParameter,
|
|
1766
1676
|
isSimpleParameterList: () => isSimpleParameterList,
|
|
1767
1677
|
isSingleOrDoubleQuote: () => isSingleOrDoubleQuote,
|
|
1768
1678
|
isSourceElement: () => isSourceElement,
|
|
1769
1679
|
isSourceFile: () => isSourceFile,
|
|
1770
1680
|
isSourceFileFromLibrary: () => isSourceFileFromLibrary,
|
|
1771
1681
|
isSourceFileJS: () => isSourceFileJS,
|
|
1772
|
-
isSourceFileNotJS: () => isSourceFileNotJS,
|
|
1773
1682
|
isSourceFileNotJson: () => isSourceFileNotJson,
|
|
1774
1683
|
isSourceMapping: () => isSourceMapping,
|
|
1775
1684
|
isSpecialPropertyDeclaration: () => isSpecialPropertyDeclaration,
|
|
@@ -1782,7 +1691,6 @@ __export(typescript_exports, {
|
|
|
1782
1691
|
isStatic: () => isStatic,
|
|
1783
1692
|
isStaticModifier: () => isStaticModifier,
|
|
1784
1693
|
isString: () => isString,
|
|
1785
|
-
isStringAKeyword: () => isStringAKeyword,
|
|
1786
1694
|
isStringANonContextualKeyword: () => isStringANonContextualKeyword,
|
|
1787
1695
|
isStringAndEmptyAnonymousObjectIntersection: () => isStringAndEmptyAnonymousObjectIntersection,
|
|
1788
1696
|
isStringDoubleQuoted: () => isStringDoubleQuoted,
|
|
@@ -1795,7 +1703,6 @@ __export(typescript_exports, {
|
|
|
1795
1703
|
isStringTextContainingNode: () => isStringTextContainingNode,
|
|
1796
1704
|
isSuperCall: () => isSuperCall,
|
|
1797
1705
|
isSuperKeyword: () => isSuperKeyword,
|
|
1798
|
-
isSuperOrSuperProperty: () => isSuperOrSuperProperty,
|
|
1799
1706
|
isSuperProperty: () => isSuperProperty,
|
|
1800
1707
|
isSupportedSourceFileName: () => isSupportedSourceFileName,
|
|
1801
1708
|
isSwitchStatement: () => isSwitchStatement,
|
|
@@ -1841,7 +1748,6 @@ __export(typescript_exports, {
|
|
|
1841
1748
|
isTypeDeclaration: () => isTypeDeclaration,
|
|
1842
1749
|
isTypeElement: () => isTypeElement,
|
|
1843
1750
|
isTypeKeyword: () => isTypeKeyword,
|
|
1844
|
-
isTypeKeywordToken: () => isTypeKeywordToken,
|
|
1845
1751
|
isTypeKeywordTokenOrIdentifier: () => isTypeKeywordTokenOrIdentifier,
|
|
1846
1752
|
isTypeLiteralNode: () => isTypeLiteralNode,
|
|
1847
1753
|
isTypeNode: () => isTypeNode,
|
|
@@ -1896,9 +1802,6 @@ __export(typescript_exports, {
|
|
|
1896
1802
|
libMap: () => libMap,
|
|
1897
1803
|
libs: () => libs,
|
|
1898
1804
|
lineBreakPart: () => lineBreakPart,
|
|
1899
|
-
linkNamePart: () => linkNamePart,
|
|
1900
|
-
linkPart: () => linkPart,
|
|
1901
|
-
linkTextPart: () => linkTextPart,
|
|
1902
1805
|
loadModuleFromGlobalCache: () => loadModuleFromGlobalCache,
|
|
1903
1806
|
loadWithModeAwareCache: () => loadWithModeAwareCache,
|
|
1904
1807
|
makeIdentifierFromModuleName: () => makeIdentifierFromModuleName,
|
|
@@ -1921,10 +1824,7 @@ __export(typescript_exports, {
|
|
|
1921
1824
|
maybeBind: () => maybeBind,
|
|
1922
1825
|
maybeSetLocalizedDiagnosticMessages: () => maybeSetLocalizedDiagnosticMessages,
|
|
1923
1826
|
memoize: () => memoize,
|
|
1924
|
-
memoizeCached: () => memoizeCached,
|
|
1925
1827
|
memoizeOne: () => memoizeOne,
|
|
1926
|
-
memoizeWeak: () => memoizeWeak,
|
|
1927
|
-
metadataHelper: () => metadataHelper,
|
|
1928
1828
|
min: () => min,
|
|
1929
1829
|
minAndMax: () => minAndMax,
|
|
1930
1830
|
missingFileModifiedTime: () => missingFileModifiedTime,
|
|
@@ -1972,7 +1872,6 @@ __export(typescript_exports, {
|
|
|
1972
1872
|
nodePosToString: () => nodePosToString,
|
|
1973
1873
|
nodeSeenTracker: () => nodeSeenTracker,
|
|
1974
1874
|
nodeStartsNewLexicalEnvironment: () => nodeStartsNewLexicalEnvironment,
|
|
1975
|
-
nodeToDisplayParts: () => nodeToDisplayParts,
|
|
1976
1875
|
noop: () => noop,
|
|
1977
1876
|
noopFileWatcher: () => noopFileWatcher,
|
|
1978
1877
|
normalizePath: () => normalizePath,
|
|
@@ -1992,13 +1891,11 @@ __export(typescript_exports, {
|
|
|
1992
1891
|
optionsForBuild: () => optionsForBuild,
|
|
1993
1892
|
optionsForWatch: () => optionsForWatch,
|
|
1994
1893
|
optionsHaveChanges: () => optionsHaveChanges,
|
|
1995
|
-
optionsHaveModuleResolutionChanges: () => optionsHaveModuleResolutionChanges,
|
|
1996
1894
|
or: () => or,
|
|
1997
1895
|
orderedRemoveItem: () => orderedRemoveItem,
|
|
1998
1896
|
orderedRemoveItemAt: () => orderedRemoveItemAt,
|
|
1999
1897
|
packageIdToPackageName: () => packageIdToPackageName,
|
|
2000
1898
|
packageIdToString: () => packageIdToString,
|
|
2001
|
-
paramHelper: () => paramHelper,
|
|
2002
1899
|
parameterIsThisKeyword: () => parameterIsThisKeyword,
|
|
2003
1900
|
parameterNamePart: () => parameterNamePart,
|
|
2004
1901
|
parseBaseNodeFactory: () => parseBaseNodeFactory,
|
|
@@ -2031,7 +1928,6 @@ __export(typescript_exports, {
|
|
|
2031
1928
|
patternText: () => patternText,
|
|
2032
1929
|
performIncrementalCompilation: () => performIncrementalCompilation,
|
|
2033
1930
|
performance: () => ts_performance_exports,
|
|
2034
|
-
plainJSErrors: () => plainJSErrors,
|
|
2035
1931
|
positionBelongsToNode: () => positionBelongsToNode,
|
|
2036
1932
|
positionIsASICandidate: () => positionIsASICandidate,
|
|
2037
1933
|
positionIsSynthesized: () => positionIsSynthesized,
|
|
@@ -2044,7 +1940,6 @@ __export(typescript_exports, {
|
|
|
2044
1940
|
programContainsEsModules: () => programContainsEsModules,
|
|
2045
1941
|
programContainsModules: () => programContainsModules,
|
|
2046
1942
|
projectReferenceIsEqualTo: () => projectReferenceIsEqualTo,
|
|
2047
|
-
propKeyHelper: () => propKeyHelper,
|
|
2048
1943
|
propertyNamePart: () => propertyNamePart,
|
|
2049
1944
|
pseudoBigIntToString: () => pseudoBigIntToString,
|
|
2050
1945
|
punctuationPart: () => punctuationPart,
|
|
@@ -2067,7 +1962,6 @@ __export(typescript_exports, {
|
|
|
2067
1962
|
rangeStartPositionsAreOnSameLine: () => rangeStartPositionsAreOnSameLine,
|
|
2068
1963
|
readBuilderProgram: () => readBuilderProgram,
|
|
2069
1964
|
readConfigFile: () => readConfigFile,
|
|
2070
|
-
readHelper: () => readHelper,
|
|
2071
1965
|
readJson: () => readJson,
|
|
2072
1966
|
readJsonConfigFile: () => readJsonConfigFile,
|
|
2073
1967
|
readJsonOrUndefined: () => readJsonOrUndefined,
|
|
@@ -2086,7 +1980,6 @@ __export(typescript_exports, {
|
|
|
2086
1980
|
removeFileExtension: () => removeFileExtension,
|
|
2087
1981
|
removeIgnoredPath: () => removeIgnoredPath,
|
|
2088
1982
|
removeMinAndVersionNumbers: () => removeMinAndVersionNumbers,
|
|
2089
|
-
removeOptionality: () => removeOptionality,
|
|
2090
1983
|
removePrefix: () => removePrefix,
|
|
2091
1984
|
removeSuffix: () => removeSuffix,
|
|
2092
1985
|
removeTrailingDirectorySeparator: () => removeTrailingDirectorySeparator,
|
|
@@ -2105,20 +1998,16 @@ __export(typescript_exports, {
|
|
|
2105
1998
|
resolveTripleslashReference: () => resolveTripleslashReference,
|
|
2106
1999
|
resolveTypeReferenceDirective: () => resolveTypeReferenceDirective,
|
|
2107
2000
|
resolvingEmptyArray: () => resolvingEmptyArray,
|
|
2108
|
-
restHelper: () => restHelper,
|
|
2109
2001
|
returnFalse: () => returnFalse,
|
|
2110
2002
|
returnNoopFileWatcher: () => returnNoopFileWatcher,
|
|
2111
2003
|
returnTrue: () => returnTrue,
|
|
2112
2004
|
returnUndefined: () => returnUndefined,
|
|
2113
2005
|
returnsPromise: () => returnsPromise,
|
|
2114
|
-
runInitializersHelper: () => runInitializersHelper,
|
|
2115
2006
|
sameFlatMap: () => sameFlatMap,
|
|
2116
2007
|
sameMap: () => sameMap,
|
|
2117
2008
|
sameMapping: () => sameMapping,
|
|
2118
|
-
scanShebangTrivia: () => scanShebangTrivia,
|
|
2119
2009
|
scanTokenAtPosition: () => scanTokenAtPosition,
|
|
2120
2010
|
scanner: () => scanner,
|
|
2121
|
-
screenStartingMessageCodes: () => screenStartingMessageCodes,
|
|
2122
2011
|
semanticDiagnosticsOptionDeclarations: () => semanticDiagnosticsOptionDeclarations,
|
|
2123
2012
|
serializeCompilerOptions: () => serializeCompilerOptions,
|
|
2124
2013
|
server: () => ts_server_exports4,
|
|
@@ -2126,16 +2015,13 @@ __export(typescript_exports, {
|
|
|
2126
2015
|
setCommentRange: () => setCommentRange,
|
|
2127
2016
|
setConfigFileInOptions: () => setConfigFileInOptions,
|
|
2128
2017
|
setConstantValue: () => setConstantValue,
|
|
2129
|
-
setEachParent: () => setEachParent,
|
|
2130
2018
|
setEmitFlags: () => setEmitFlags,
|
|
2131
|
-
setFunctionNameHelper: () => setFunctionNameHelper,
|
|
2132
2019
|
setGetSourceFileAsHashVersioned: () => setGetSourceFileAsHashVersioned,
|
|
2133
2020
|
setIdentifierAutoGenerate: () => setIdentifierAutoGenerate,
|
|
2134
2021
|
setIdentifierGeneratedImportReference: () => setIdentifierGeneratedImportReference,
|
|
2135
2022
|
setIdentifierTypeArguments: () => setIdentifierTypeArguments,
|
|
2136
2023
|
setInternalEmitFlags: () => setInternalEmitFlags,
|
|
2137
2024
|
setLocalizedDiagnosticMessages: () => setLocalizedDiagnosticMessages,
|
|
2138
|
-
setModuleDefaultHelper: () => setModuleDefaultHelper,
|
|
2139
2025
|
setNodeChildren: () => setNodeChildren,
|
|
2140
2026
|
setNodeFlags: () => setNodeFlags,
|
|
2141
2027
|
setObjectAllocator: () => setObjectAllocator,
|
|
@@ -2164,7 +2050,6 @@ __export(typescript_exports, {
|
|
|
2164
2050
|
shouldPreserveConstEnums: () => shouldPreserveConstEnums,
|
|
2165
2051
|
shouldUseUriStyleNodeCoreModules: () => shouldUseUriStyleNodeCoreModules,
|
|
2166
2052
|
showModuleSpecifier: () => showModuleSpecifier,
|
|
2167
|
-
signatureHasLiteralTypes: () => signatureHasLiteralTypes,
|
|
2168
2053
|
signatureHasRestParameter: () => signatureHasRestParameter,
|
|
2169
2054
|
signatureToDisplayParts: () => signatureToDisplayParts,
|
|
2170
2055
|
single: () => single,
|
|
@@ -2173,7 +2058,6 @@ __export(typescript_exports, {
|
|
|
2173
2058
|
singleOrMany: () => singleOrMany,
|
|
2174
2059
|
singleOrUndefined: () => singleOrUndefined,
|
|
2175
2060
|
skipAlias: () => skipAlias,
|
|
2176
|
-
skipAssertions: () => skipAssertions,
|
|
2177
2061
|
skipConstraint: () => skipConstraint,
|
|
2178
2062
|
skipOuterExpressions: () => skipOuterExpressions,
|
|
2179
2063
|
skipParentheses: () => skipParentheses,
|
|
@@ -2194,7 +2078,6 @@ __export(typescript_exports, {
|
|
|
2194
2078
|
sourceMapCommentRegExpDontCareLineStart: () => sourceMapCommentRegExpDontCareLineStart,
|
|
2195
2079
|
spacePart: () => spacePart,
|
|
2196
2080
|
spanMap: () => spanMap,
|
|
2197
|
-
spreadArrayHelper: () => spreadArrayHelper,
|
|
2198
2081
|
stableSort: () => stableSort,
|
|
2199
2082
|
startEndContainsRange: () => startEndContainsRange,
|
|
2200
2083
|
startEndOverlapsWithStartEnd: () => startEndOverlapsWithStartEnd,
|
|
@@ -2208,10 +2091,8 @@ __export(typescript_exports, {
|
|
|
2208
2091
|
stringToToken: () => stringToToken,
|
|
2209
2092
|
stripQuotes: () => stripQuotes,
|
|
2210
2093
|
supportedDeclarationExtensions: () => supportedDeclarationExtensions,
|
|
2211
|
-
supportedJSExtensions: () => supportedJSExtensions,
|
|
2212
2094
|
supportedJSExtensionsFlat: () => supportedJSExtensionsFlat,
|
|
2213
2095
|
supportedLocaleDirectories: () => supportedLocaleDirectories,
|
|
2214
|
-
supportedTSExtensions: () => supportedTSExtensions,
|
|
2215
2096
|
supportedTSExtensionsFlat: () => supportedTSExtensionsFlat,
|
|
2216
2097
|
supportedTSImplementationExtensions: () => supportedTSImplementationExtensions,
|
|
2217
2098
|
suppressLeadingAndTrailingTrivia: () => suppressLeadingAndTrailingTrivia,
|
|
@@ -2220,16 +2101,12 @@ __export(typescript_exports, {
|
|
|
2220
2101
|
symbolEscapedNameNoDefault: () => symbolEscapedNameNoDefault,
|
|
2221
2102
|
symbolName: () => symbolName,
|
|
2222
2103
|
symbolNameNoDefault: () => symbolNameNoDefault,
|
|
2223
|
-
symbolPart: () => symbolPart,
|
|
2224
2104
|
symbolToDisplayParts: () => symbolToDisplayParts,
|
|
2225
|
-
syntaxMayBeASICandidate: () => syntaxMayBeASICandidate,
|
|
2226
|
-
syntaxRequiresTrailingSemicolonOrASI: () => syntaxRequiresTrailingSemicolonOrASI,
|
|
2227
2105
|
sys: () => sys,
|
|
2228
2106
|
sysLog: () => sysLog,
|
|
2229
2107
|
tagNamesAreEquivalent: () => tagNamesAreEquivalent,
|
|
2230
2108
|
takeWhile: () => takeWhile,
|
|
2231
2109
|
targetOptionDeclaration: () => targetOptionDeclaration,
|
|
2232
|
-
templateObjectHelper: () => templateObjectHelper,
|
|
2233
2110
|
testFormatSettings: () => testFormatSettings,
|
|
2234
2111
|
textChangeRangeIsUnchanged: () => textChangeRangeIsUnchanged,
|
|
2235
2112
|
textChangeRangeNewSpan: () => textChangeRangeNewSpan,
|
|
@@ -2258,7 +2135,6 @@ __export(typescript_exports, {
|
|
|
2258
2135
|
toBuilderStateFileInfoForMultiEmit: () => toBuilderStateFileInfoForMultiEmit,
|
|
2259
2136
|
toEditorSettings: () => toEditorSettings,
|
|
2260
2137
|
toFileNameLowerCase: () => toFileNameLowerCase,
|
|
2261
|
-
toLowerCase: () => toLowerCase,
|
|
2262
2138
|
toPath: () => toPath,
|
|
2263
2139
|
toProgramEmitPending: () => toProgramEmitPending,
|
|
2264
2140
|
tokenIsIdentifierOrKeyword: () => tokenIsIdentifierOrKeyword,
|
|
@@ -2312,7 +2188,6 @@ __export(typescript_exports, {
|
|
|
2312
2188
|
tryGetPropertyNameOfBindingOrAssignmentElement: () => tryGetPropertyNameOfBindingOrAssignmentElement,
|
|
2313
2189
|
tryGetSourceMappingURL: () => tryGetSourceMappingURL,
|
|
2314
2190
|
tryGetTextOfPropertyName: () => tryGetTextOfPropertyName,
|
|
2315
|
-
tryIOAndConsumeErrors: () => tryIOAndConsumeErrors,
|
|
2316
2191
|
tryParseJson: () => tryParseJson,
|
|
2317
2192
|
tryParsePattern: () => tryParsePattern,
|
|
2318
2193
|
tryParsePatterns: () => tryParsePatterns,
|
|
@@ -2334,7 +2209,6 @@ __export(typescript_exports, {
|
|
|
2334
2209
|
unescapeLeadingUnderscores: () => unescapeLeadingUnderscores,
|
|
2335
2210
|
unmangleScopedPackageName: () => unmangleScopedPackageName,
|
|
2336
2211
|
unorderedRemoveItem: () => unorderedRemoveItem,
|
|
2337
|
-
unorderedRemoveItemAt: () => unorderedRemoveItemAt,
|
|
2338
2212
|
unreachableCodeIsError: () => unreachableCodeIsError,
|
|
2339
2213
|
unsetNodeChildren: () => unsetNodeChildren,
|
|
2340
2214
|
unusedLabelIsError: () => unusedLabelIsError,
|
|
@@ -2347,11 +2221,9 @@ __export(typescript_exports, {
|
|
|
2347
2221
|
updateSharedExtendedConfigFileWatcher: () => updateSharedExtendedConfigFileWatcher,
|
|
2348
2222
|
updateSourceFile: () => updateSourceFile,
|
|
2349
2223
|
updateWatchingWildcardDirectories: () => updateWatchingWildcardDirectories,
|
|
2350
|
-
usesExtensionsOnImports: () => usesExtensionsOnImports,
|
|
2351
2224
|
usingSingleLineStringWriter: () => usingSingleLineStringWriter,
|
|
2352
2225
|
utf16EncodeAsString: () => utf16EncodeAsString,
|
|
2353
2226
|
validateLocaleAndSetLanguage: () => validateLocaleAndSetLanguage,
|
|
2354
|
-
valuesHelper: () => valuesHelper,
|
|
2355
2227
|
version: () => version,
|
|
2356
2228
|
versionMajorMinor: () => versionMajorMinor,
|
|
2357
2229
|
visitArray: () => visitArray,
|
|
@@ -2364,7 +2236,6 @@ __export(typescript_exports, {
|
|
|
2364
2236
|
visitNodes: () => visitNodes2,
|
|
2365
2237
|
visitParameterList: () => visitParameterList,
|
|
2366
2238
|
walkUpBindingElementsAndPatterns: () => walkUpBindingElementsAndPatterns,
|
|
2367
|
-
walkUpLexicalEnvironments: () => walkUpLexicalEnvironments,
|
|
2368
2239
|
walkUpOuterExpressions: () => walkUpOuterExpressions,
|
|
2369
2240
|
walkUpParenthesizedExpressions: () => walkUpParenthesizedExpressions,
|
|
2370
2241
|
walkUpParenthesizedTypes: () => walkUpParenthesizedTypes,
|
|
@@ -2379,7 +2250,7 @@ module.exports = __toCommonJS(typescript_exports);
|
|
|
2379
2250
|
|
|
2380
2251
|
// src/compiler/corePublic.ts
|
|
2381
2252
|
var versionMajorMinor = "5.6";
|
|
2382
|
-
var version = `${versionMajorMinor}.0-dev.
|
|
2253
|
+
var version = `${versionMajorMinor}.0-dev.20240628`;
|
|
2383
2254
|
var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
|
2384
2255
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
|
2385
2256
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
|
@@ -2390,7 +2261,6 @@ var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
|
|
2390
2261
|
// src/compiler/core.ts
|
|
2391
2262
|
var emptyArray = [];
|
|
2392
2263
|
var emptyMap = /* @__PURE__ */ new Map();
|
|
2393
|
-
var emptySet = /* @__PURE__ */ new Set();
|
|
2394
2264
|
function length(array) {
|
|
2395
2265
|
return array !== void 0 ? array.length : 0;
|
|
2396
2266
|
}
|
|
@@ -2515,15 +2385,6 @@ function findLastIndex(array, predicate, startIndex) {
|
|
|
2515
2385
|
}
|
|
2516
2386
|
return -1;
|
|
2517
2387
|
}
|
|
2518
|
-
function findMap(array, callback) {
|
|
2519
|
-
for (let i = 0; i < array.length; i++) {
|
|
2520
|
-
const result = callback(array[i], i);
|
|
2521
|
-
if (result) {
|
|
2522
|
-
return result;
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
return Debug.fail();
|
|
2526
|
-
}
|
|
2527
2388
|
function contains(array, value, equalityComparer = equateValues) {
|
|
2528
2389
|
if (array !== void 0) {
|
|
2529
2390
|
for (let i = 0; i < array.length; i++) {
|
|
@@ -2899,15 +2760,6 @@ function insertSorted(array, insert, compare, equalityComparer, allowDuplicates)
|
|
|
2899
2760
|
function sortAndDeduplicate(array, comparer, equalityComparer) {
|
|
2900
2761
|
return deduplicateSorted(sort(array, comparer), equalityComparer ?? comparer ?? compareStringsCaseSensitive);
|
|
2901
2762
|
}
|
|
2902
|
-
function arrayIsSorted(array, comparer) {
|
|
2903
|
-
if (array.length < 2) return true;
|
|
2904
|
-
for (let i = 1, len = array.length; i < len; i++) {
|
|
2905
|
-
if (comparer(array[i - 1], array[i]) === 1 /* GreaterThan */) {
|
|
2906
|
-
return false;
|
|
2907
|
-
}
|
|
2908
|
-
}
|
|
2909
|
-
return true;
|
|
2910
|
-
}
|
|
2911
2763
|
function arrayIsEqualTo(array1, array2, equalityComparer = equateValues) {
|
|
2912
2764
|
if (array1 === void 0 || array2 === void 0) {
|
|
2913
2765
|
return array1 === array2;
|
|
@@ -3510,46 +3362,6 @@ function memoizeOne(callback) {
|
|
|
3510
3362
|
return value;
|
|
3511
3363
|
};
|
|
3512
3364
|
}
|
|
3513
|
-
function memoizeWeak(callback) {
|
|
3514
|
-
const map2 = /* @__PURE__ */ new WeakMap();
|
|
3515
|
-
return (arg) => {
|
|
3516
|
-
let value = map2.get(arg);
|
|
3517
|
-
if (value === void 0 && !map2.has(arg)) {
|
|
3518
|
-
value = callback(arg);
|
|
3519
|
-
map2.set(arg, value);
|
|
3520
|
-
}
|
|
3521
|
-
return value;
|
|
3522
|
-
};
|
|
3523
|
-
}
|
|
3524
|
-
function memoizeCached(callback, cache) {
|
|
3525
|
-
return (...args) => {
|
|
3526
|
-
let value = cache.get(args);
|
|
3527
|
-
if (value === void 0 && !cache.has(args)) {
|
|
3528
|
-
value = callback(...args);
|
|
3529
|
-
cache.set(args, value);
|
|
3530
|
-
}
|
|
3531
|
-
return value;
|
|
3532
|
-
};
|
|
3533
|
-
}
|
|
3534
|
-
function compose(a, b, c, d, e) {
|
|
3535
|
-
if (!!e) {
|
|
3536
|
-
const args = [];
|
|
3537
|
-
for (let i = 0; i < arguments.length; i++) {
|
|
3538
|
-
args[i] = arguments[i];
|
|
3539
|
-
}
|
|
3540
|
-
return (t) => reduceLeft(args, (u, f) => f(u), t);
|
|
3541
|
-
} else if (d) {
|
|
3542
|
-
return (t) => d(c(b(a(t))));
|
|
3543
|
-
} else if (c) {
|
|
3544
|
-
return (t) => c(b(a(t)));
|
|
3545
|
-
} else if (b) {
|
|
3546
|
-
return (t) => b(a(t));
|
|
3547
|
-
} else if (a) {
|
|
3548
|
-
return (t) => a(t);
|
|
3549
|
-
} else {
|
|
3550
|
-
return (t) => t;
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
3365
|
var AssertionLevel = /* @__PURE__ */ ((AssertionLevel2) => {
|
|
3554
3366
|
AssertionLevel2[AssertionLevel2["None"] = 0] = "None";
|
|
3555
3367
|
AssertionLevel2[AssertionLevel2["Normal"] = 1] = "Normal";
|
|
@@ -6393,11 +6205,6 @@ var SymbolAccessibility = /* @__PURE__ */ ((SymbolAccessibility2) => {
|
|
|
6393
6205
|
SymbolAccessibility2[SymbolAccessibility2["NotResolved"] = 3] = "NotResolved";
|
|
6394
6206
|
return SymbolAccessibility2;
|
|
6395
6207
|
})(SymbolAccessibility || {});
|
|
6396
|
-
var SyntheticSymbolKind = /* @__PURE__ */ ((SyntheticSymbolKind2) => {
|
|
6397
|
-
SyntheticSymbolKind2[SyntheticSymbolKind2["UnionOrIntersection"] = 0] = "UnionOrIntersection";
|
|
6398
|
-
SyntheticSymbolKind2[SyntheticSymbolKind2["Spread"] = 1] = "Spread";
|
|
6399
|
-
return SyntheticSymbolKind2;
|
|
6400
|
-
})(SyntheticSymbolKind || {});
|
|
6401
6208
|
var TypePredicateKind = /* @__PURE__ */ ((TypePredicateKind2) => {
|
|
6402
6209
|
TypePredicateKind2[TypePredicateKind2["This"] = 0] = "This";
|
|
6403
6210
|
TypePredicateKind2[TypePredicateKind2["Identifier"] = 1] = "Identifier";
|
|
@@ -8454,6 +8261,7 @@ var sys = (() => {
|
|
|
8454
8261
|
writeFile: writeFile2,
|
|
8455
8262
|
watchFile: watchFile2,
|
|
8456
8263
|
watchDirectory,
|
|
8264
|
+
preferNonRecursiveWatch: !fsSupportsRecursiveFsWatch,
|
|
8457
8265
|
resolvePath: (path) => _path.resolve(path),
|
|
8458
8266
|
fileExists,
|
|
8459
8267
|
directoryExists,
|
|
@@ -15289,13 +15097,6 @@ function getJSDocTags(node) {
|
|
|
15289
15097
|
false
|
|
15290
15098
|
);
|
|
15291
15099
|
}
|
|
15292
|
-
function getJSDocTagsNoCache(node) {
|
|
15293
|
-
return getJSDocTagsWorker(
|
|
15294
|
-
node,
|
|
15295
|
-
/*noCache*/
|
|
15296
|
-
true
|
|
15297
|
-
);
|
|
15298
|
-
}
|
|
15299
15100
|
function getFirstJSDocTag(node, predicate, noCache) {
|
|
15300
15101
|
return find(getJSDocTagsWorker(node, noCache), predicate);
|
|
15301
15102
|
}
|
|
@@ -15398,9 +15199,6 @@ function isNamedExportBindings(node) {
|
|
|
15398
15199
|
function isJSDocPropertyLikeTag(node) {
|
|
15399
15200
|
return node.kind === 348 /* JSDocPropertyTag */ || node.kind === 341 /* JSDocParameterTag */;
|
|
15400
15201
|
}
|
|
15401
|
-
function isNode(node) {
|
|
15402
|
-
return isNodeKind(node.kind);
|
|
15403
|
-
}
|
|
15404
15202
|
function isNodeKind(kind) {
|
|
15405
15203
|
return kind >= 166 /* FirstNode */;
|
|
15406
15204
|
}
|
|
@@ -15612,17 +15410,6 @@ function isMethodOrAccessor(node) {
|
|
|
15612
15410
|
return false;
|
|
15613
15411
|
}
|
|
15614
15412
|
}
|
|
15615
|
-
function isNamedClassElement(node) {
|
|
15616
|
-
switch (node.kind) {
|
|
15617
|
-
case 174 /* MethodDeclaration */:
|
|
15618
|
-
case 177 /* GetAccessor */:
|
|
15619
|
-
case 178 /* SetAccessor */:
|
|
15620
|
-
case 172 /* PropertyDeclaration */:
|
|
15621
|
-
return true;
|
|
15622
|
-
default:
|
|
15623
|
-
return false;
|
|
15624
|
-
}
|
|
15625
|
-
}
|
|
15626
15413
|
function isModifierLike(node) {
|
|
15627
15414
|
return isModifier(node) || isDecorator(node);
|
|
15628
15415
|
}
|
|
@@ -15856,9 +15643,6 @@ function isAssertionExpression(node) {
|
|
|
15856
15643
|
const kind = node.kind;
|
|
15857
15644
|
return kind === 216 /* TypeAssertionExpression */ || kind === 234 /* AsExpression */;
|
|
15858
15645
|
}
|
|
15859
|
-
function isNotEmittedOrPartiallyEmittedNode(node) {
|
|
15860
|
-
return isNotEmittedStatement(node) || isPartiallyEmittedExpression(node);
|
|
15861
|
-
}
|
|
15862
15646
|
function isIterationStatement(node, lookInLabeledStatements) {
|
|
15863
15647
|
switch (node.kind) {
|
|
15864
15648
|
case 248 /* ForStatement */:
|
|
@@ -17780,15 +17564,6 @@ function isPartOfTypeNode(node) {
|
|
|
17780
17564
|
function isPartOfTypeExpressionWithTypeArguments(node) {
|
|
17781
17565
|
return isJSDocImplementsTag(node.parent) || isJSDocAugmentsTag(node.parent) || isHeritageClause(node.parent) && !isExpressionWithTypeArgumentsInClassExtendsClause(node);
|
|
17782
17566
|
}
|
|
17783
|
-
function isChildOfNodeWithKind(node, kind) {
|
|
17784
|
-
while (node) {
|
|
17785
|
-
if (node.kind === kind) {
|
|
17786
|
-
return true;
|
|
17787
|
-
}
|
|
17788
|
-
node = node.parent;
|
|
17789
|
-
}
|
|
17790
|
-
return false;
|
|
17791
|
-
}
|
|
17792
17567
|
function forEachReturnStatement(body, visitor) {
|
|
17793
17568
|
return traverse(body);
|
|
17794
17569
|
function traverse(node) {
|
|
@@ -18125,9 +17900,6 @@ function getImmediatelyInvokedFunctionExpression(func) {
|
|
|
18125
17900
|
}
|
|
18126
17901
|
}
|
|
18127
17902
|
}
|
|
18128
|
-
function isSuperOrSuperProperty(node) {
|
|
18129
|
-
return node.kind === 108 /* SuperKeyword */ || isSuperProperty(node);
|
|
18130
|
-
}
|
|
18131
17903
|
function isSuperProperty(node) {
|
|
18132
17904
|
const kind = node.kind;
|
|
18133
17905
|
return (kind === 211 /* PropertyAccessExpression */ || kind === 212 /* ElementAccessExpression */) && node.expression.kind === 108 /* SuperKeyword */;
|
|
@@ -18401,9 +18173,6 @@ function isFullSourceFile(sourceFile) {
|
|
|
18401
18173
|
function isSourceFileJS(file) {
|
|
18402
18174
|
return isInJSFile(file);
|
|
18403
18175
|
}
|
|
18404
|
-
function isSourceFileNotJS(file) {
|
|
18405
|
-
return !isInJSFile(file);
|
|
18406
|
-
}
|
|
18407
18176
|
function isInJSFile(node) {
|
|
18408
18177
|
return !!node && !!(node.flags & 524288 /* JavaScriptFile */);
|
|
18409
18178
|
}
|
|
@@ -19259,12 +19028,6 @@ function isIdentifierName(node) {
|
|
|
19259
19028
|
}
|
|
19260
19029
|
return false;
|
|
19261
19030
|
}
|
|
19262
|
-
function isAliasSymbolDeclaration(node) {
|
|
19263
|
-
if (node.kind === 271 /* ImportEqualsDeclaration */ || node.kind === 270 /* NamespaceExportDeclaration */ || node.kind === 273 /* ImportClause */ && !!node.name || node.kind === 274 /* NamespaceImport */ || node.kind === 280 /* NamespaceExport */ || node.kind === 276 /* ImportSpecifier */ || node.kind === 281 /* ExportSpecifier */ || node.kind === 277 /* ExportAssignment */ && exportAssignmentIsAlias(node)) {
|
|
19264
|
-
return true;
|
|
19265
|
-
}
|
|
19266
|
-
return isInJSFile(node) && (isBinaryExpression(node) && getAssignmentDeclarationKind(node) === 2 /* ModuleExports */ && exportAssignmentIsAlias(node) || isPropertyAccessExpression(node) && isBinaryExpression(node.parent) && node.parent.left === node && node.parent.operatorToken.kind === 64 /* EqualsToken */ && isAliasableExpression(node.parent.right));
|
|
19267
|
-
}
|
|
19268
19031
|
function getAliasDeclarationFromName(node) {
|
|
19269
19032
|
switch (node.parent.kind) {
|
|
19270
19033
|
case 273 /* ImportClause */:
|
|
@@ -19358,17 +19121,10 @@ function isContextualKeyword(token) {
|
|
|
19358
19121
|
function isNonContextualKeyword(token) {
|
|
19359
19122
|
return isKeyword(token) && !isContextualKeyword(token);
|
|
19360
19123
|
}
|
|
19361
|
-
function isFutureReservedKeyword(token) {
|
|
19362
|
-
return 119 /* FirstFutureReservedWord */ <= token && token <= 127 /* LastFutureReservedWord */;
|
|
19363
|
-
}
|
|
19364
19124
|
function isStringANonContextualKeyword(name) {
|
|
19365
19125
|
const token = stringToToken(name);
|
|
19366
19126
|
return token !== void 0 && isNonContextualKeyword(token);
|
|
19367
19127
|
}
|
|
19368
|
-
function isStringAKeyword(name) {
|
|
19369
|
-
const token = stringToToken(name);
|
|
19370
|
-
return token !== void 0 && isKeyword(token);
|
|
19371
|
-
}
|
|
19372
19128
|
function isIdentifierANonContextualKeyword(node) {
|
|
19373
19129
|
const originalKeywordKind = identifierToKeywordKind(node);
|
|
19374
19130
|
return !!originalKeywordKind && !isContextualKeyword(originalKeywordKind);
|
|
@@ -19477,9 +19233,6 @@ function getTextOfIdentifierOrLiteral(node) {
|
|
|
19477
19233
|
function getEscapedTextOfIdentifierOrLiteral(node) {
|
|
19478
19234
|
return isMemberName(node) ? node.escapedText : isJsxNamespacedName(node) ? getEscapedTextOfJsxNamespacedName(node) : escapeLeadingUnderscores(node.text);
|
|
19479
19235
|
}
|
|
19480
|
-
function getPropertyNameForUniqueESSymbol(symbol) {
|
|
19481
|
-
return `__@${getSymbolId(symbol)}@${symbol.escapedName}`;
|
|
19482
|
-
}
|
|
19483
19236
|
function getSymbolNameForPrivateIdentifier(containingClassSymbol, description3) {
|
|
19484
19237
|
return `__#${getSymbolId(containingClassSymbol)}@${description3}`;
|
|
19485
19238
|
}
|
|
@@ -19489,9 +19242,6 @@ function isKnownSymbol(symbol) {
|
|
|
19489
19242
|
function isPrivateIdentifierSymbol(symbol) {
|
|
19490
19243
|
return startsWith(symbol.escapedName, "__#");
|
|
19491
19244
|
}
|
|
19492
|
-
function isESSymbolIdentifier(node) {
|
|
19493
|
-
return node.kind === 80 /* Identifier */ && node.escapedText === "Symbol";
|
|
19494
|
-
}
|
|
19495
19245
|
function isProtoSetter(node) {
|
|
19496
19246
|
return isIdentifier(node) ? idText(node) === "__proto__" : isStringLiteral(node) && node.text === "__proto__";
|
|
19497
19247
|
}
|
|
@@ -19581,9 +19331,6 @@ function nodeStartsNewLexicalEnvironment(node) {
|
|
|
19581
19331
|
function nodeIsSynthesized(range) {
|
|
19582
19332
|
return positionIsSynthesized(range.pos) || positionIsSynthesized(range.end);
|
|
19583
19333
|
}
|
|
19584
|
-
function getOriginalSourceFile(sourceFile) {
|
|
19585
|
-
return getParseTreeNode(sourceFile, isSourceFile) || sourceFile;
|
|
19586
|
-
}
|
|
19587
19334
|
var Associativity = /* @__PURE__ */ ((Associativity2) => {
|
|
19588
19335
|
Associativity2[Associativity2["Left"] = 0] = "Left";
|
|
19589
19336
|
Associativity2[Associativity2["Right"] = 1] = "Right";
|
|
@@ -20743,9 +20490,6 @@ function tryGetClassImplementingOrExtendingExpressionWithTypeArguments(node) {
|
|
|
20743
20490
|
function isAssignmentExpression(node, excludeCompoundAssignment) {
|
|
20744
20491
|
return isBinaryExpression(node) && (excludeCompoundAssignment ? node.operatorToken.kind === 64 /* EqualsToken */ : isAssignmentOperator(node.operatorToken.kind)) && isLeftHandSideExpression(node.left);
|
|
20745
20492
|
}
|
|
20746
|
-
function isLeftHandSideOfAssignment(node) {
|
|
20747
|
-
return isAssignmentExpression(node.parent) && node.parent.left === node;
|
|
20748
|
-
}
|
|
20749
20493
|
function isDestructuringAssignment(node) {
|
|
20750
20494
|
if (isAssignmentExpression(
|
|
20751
20495
|
node,
|
|
@@ -20999,9 +20743,6 @@ function moveRangePastModifiers(node) {
|
|
|
20999
20743
|
const lastModifier = canHaveModifiers(node) ? lastOrUndefined(node.modifiers) : void 0;
|
|
21000
20744
|
return lastModifier && !positionIsSynthesized(lastModifier.end) ? moveRangePos(node, lastModifier.end) : moveRangePastDecorators(node);
|
|
21001
20745
|
}
|
|
21002
|
-
function isCollapsedRange(range) {
|
|
21003
|
-
return range.pos === range.end;
|
|
21004
|
-
}
|
|
21005
20746
|
function createTokenRange(pos, token) {
|
|
21006
20747
|
return createRange(pos, pos + tokenToString(token).length);
|
|
21007
20748
|
}
|
|
@@ -21243,9 +20984,6 @@ function getClassLikeDeclarationOfSymbol(symbol) {
|
|
|
21243
20984
|
function getObjectFlags(type) {
|
|
21244
20985
|
return type.flags & 3899393 /* ObjectFlagsType */ ? type.objectFlags : 0;
|
|
21245
20986
|
}
|
|
21246
|
-
function forSomeAncestorDirectory(directory, callback) {
|
|
21247
|
-
return !!forEachAncestorDirectory(directory, (d) => callback(d) ? true : void 0);
|
|
21248
|
-
}
|
|
21249
20987
|
function isUMDExportSymbol(symbol) {
|
|
21250
20988
|
return !!symbol && !!symbol.declarations && !!symbol.declarations[0] && isNamespaceExportDeclaration(symbol.declarations[0]);
|
|
21251
20989
|
}
|
|
@@ -22780,14 +22518,6 @@ function setParent(child, parent2) {
|
|
|
22780
22518
|
}
|
|
22781
22519
|
return child;
|
|
22782
22520
|
}
|
|
22783
|
-
function setEachParent(children, parent2) {
|
|
22784
|
-
if (children) {
|
|
22785
|
-
for (const child of children) {
|
|
22786
|
-
setParent(child, parent2);
|
|
22787
|
-
}
|
|
22788
|
-
}
|
|
22789
|
-
return children;
|
|
22790
|
-
}
|
|
22791
22521
|
function setParentRecursive(rootNode, incremental) {
|
|
22792
22522
|
if (!rootNode) return rootNode;
|
|
22793
22523
|
forEachChildRecursively(rootNode, isJSDocNode(rootNode) ? bindParentToChildIgnoringJSDoc : bindParentToChild);
|
|
@@ -22990,10 +22720,6 @@ function getNodeModulePathParts(fullPath) {
|
|
|
22990
22720
|
fileNameIndex = partStart;
|
|
22991
22721
|
return state > 1 /* NodeModules */ ? { topLevelNodeModulesIndex, topLevelPackageNameIndex, packageRootIndex, fileNameIndex } : void 0;
|
|
22992
22722
|
}
|
|
22993
|
-
function getParameterTypeNode(parameter) {
|
|
22994
|
-
var _a;
|
|
22995
|
-
return parameter.kind === 341 /* JSDocParameterTag */ ? (_a = parameter.typeExpression) == null ? void 0 : _a.type : parameter.type;
|
|
22996
|
-
}
|
|
22997
22723
|
function isTypeDeclaration(node) {
|
|
22998
22724
|
switch (node.kind) {
|
|
22999
22725
|
case 168 /* TypeParameter */:
|
|
@@ -30930,17 +30656,6 @@ function createForOfBindingStatement(factory2, node, boundValue) {
|
|
|
30930
30656
|
);
|
|
30931
30657
|
}
|
|
30932
30658
|
}
|
|
30933
|
-
function insertLeadingStatement(factory2, dest, source) {
|
|
30934
|
-
if (isBlock(dest)) {
|
|
30935
|
-
return factory2.updateBlock(dest, setTextRange(factory2.createNodeArray([source, ...dest.statements]), dest.statements));
|
|
30936
|
-
} else {
|
|
30937
|
-
return factory2.createBlock(
|
|
30938
|
-
factory2.createNodeArray([dest, source]),
|
|
30939
|
-
/*multiLine*/
|
|
30940
|
-
true
|
|
30941
|
-
);
|
|
30942
|
-
}
|
|
30943
|
-
}
|
|
30944
30659
|
function createExpressionFromEntityName(factory2, node) {
|
|
30945
30660
|
if (isQualifiedName(node)) {
|
|
30946
30661
|
const left = createExpressionFromEntityName(factory2, node.left);
|
|
@@ -31205,9 +30920,6 @@ function walkUpOuterExpressions(node, kinds = 15 /* All */) {
|
|
|
31205
30920
|
}
|
|
31206
30921
|
return parent2;
|
|
31207
30922
|
}
|
|
31208
|
-
function skipAssertions(node) {
|
|
31209
|
-
return skipOuterExpressions(node, 6 /* Assertions */);
|
|
31210
|
-
}
|
|
31211
30923
|
function startOnNewLine(node) {
|
|
31212
30924
|
return setStartsOnNewLine(
|
|
31213
30925
|
node,
|
|
@@ -31513,10 +31225,6 @@ function isQuestionOrPlusOrMinusToken(node) {
|
|
|
31513
31225
|
function isModuleName(node) {
|
|
31514
31226
|
return isIdentifier(node) || isStringLiteral(node);
|
|
31515
31227
|
}
|
|
31516
|
-
function isLiteralTypeLikeExpression(node) {
|
|
31517
|
-
const kind = node.kind;
|
|
31518
|
-
return kind === 106 /* NullKeyword */ || kind === 112 /* TrueKeyword */ || kind === 97 /* FalseKeyword */ || isLiteralExpression(node) || isPrefixUnaryExpression(node);
|
|
31519
|
-
}
|
|
31520
31228
|
function isExponentiationOperator(kind) {
|
|
31521
31229
|
return kind === 43 /* AsteriskAsteriskToken */;
|
|
31522
31230
|
}
|
|
@@ -31702,10 +31410,6 @@ function isExportOrDefaultModifier(node) {
|
|
|
31702
31410
|
const kind = node.kind;
|
|
31703
31411
|
return isExportOrDefaultKeywordKind(kind);
|
|
31704
31412
|
}
|
|
31705
|
-
function isNonExportDefaultModifier(node) {
|
|
31706
|
-
const kind = node.kind;
|
|
31707
|
-
return isModifierKind(kind) && !isExportOrDefaultKeywordKind(kind);
|
|
31708
|
-
}
|
|
31709
31413
|
function elideNodes(factory2, nodes) {
|
|
31710
31414
|
if (nodes === void 0) return void 0;
|
|
31711
31415
|
if (nodes.length === 0) return nodes;
|
|
@@ -52058,9 +51762,9 @@ function createTypeChecker(host) {
|
|
|
52058
51762
|
}
|
|
52059
51763
|
}
|
|
52060
51764
|
function getDeclarationOfAliasSymbol(symbol) {
|
|
52061
|
-
return symbol.declarations && findLast(symbol.declarations,
|
|
51765
|
+
return symbol.declarations && findLast(symbol.declarations, isAliasSymbolDeclaration);
|
|
52062
51766
|
}
|
|
52063
|
-
function
|
|
51767
|
+
function isAliasSymbolDeclaration(node) {
|
|
52064
51768
|
return node.kind === 271 /* ImportEqualsDeclaration */ || node.kind === 270 /* NamespaceExportDeclaration */ || node.kind === 273 /* ImportClause */ && !!node.name || node.kind === 274 /* NamespaceImport */ || node.kind === 280 /* NamespaceExport */ || node.kind === 276 /* ImportSpecifier */ || node.kind === 281 /* ExportSpecifier */ || node.kind === 277 /* ExportAssignment */ && exportAssignmentIsAlias(node) || isBinaryExpression(node) && getAssignmentDeclarationKind(node) === 2 /* ModuleExports */ && exportAssignmentIsAlias(node) || isAccessExpression(node) && isBinaryExpression(node.parent) && node.parent.left === node && node.parent.operatorToken.kind === 64 /* EqualsToken */ && isAliasableOrJsExpression(node.parent.right) || node.kind === 304 /* ShorthandPropertyAssignment */ || node.kind === 303 /* PropertyAssignment */ && isAliasableOrJsExpression(node.initializer) || node.kind === 260 /* VariableDeclaration */ && isVariableDeclarationInitializedToBareOrAccessedRequire(node) || node.kind === 208 /* BindingElement */ && isVariableDeclarationInitializedToBareOrAccessedRequire(node.parent.parent);
|
|
52065
51769
|
}
|
|
52066
51770
|
function isAliasableOrJsExpression(e) {
|
|
@@ -57798,7 +57502,7 @@ function createTypeChecker(host) {
|
|
|
57798
57502
|
return idText(expression.name);
|
|
57799
57503
|
}
|
|
57800
57504
|
}
|
|
57801
|
-
if (
|
|
57505
|
+
if (isAliasSymbolDeclaration(d)) {
|
|
57802
57506
|
const name = getNameOfDeclaration(d);
|
|
57803
57507
|
if (name && isIdentifier(name)) {
|
|
57804
57508
|
return idText(name);
|
|
@@ -74727,7 +74431,7 @@ function createTypeChecker(host) {
|
|
|
74727
74431
|
markAliasSymbolAsReferenced(rootSymbol);
|
|
74728
74432
|
} else if (forDecoratorMetadata && getIsolatedModules(compilerOptions) && getEmitModuleKind(compilerOptions) >= 5 /* ES2015 */ && !symbolIsValue(rootSymbol) && !some(rootSymbol.declarations, isTypeOnlyImportOrExportDeclaration)) {
|
|
74729
74433
|
const diag2 = error2(typeName, Diagnostics.A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_when_isolatedModules_and_emitDecoratorMetadata_are_enabled);
|
|
74730
|
-
const aliasDeclaration = find(rootSymbol.declarations || emptyArray,
|
|
74434
|
+
const aliasDeclaration = find(rootSymbol.declarations || emptyArray, isAliasSymbolDeclaration);
|
|
74731
74435
|
if (aliasDeclaration) {
|
|
74732
74436
|
addRelatedInfo(diag2, createDiagnosticForNode(aliasDeclaration, Diagnostics._0_was_imported_here, idText(rootName)));
|
|
74733
74437
|
}
|
|
@@ -90078,7 +89782,7 @@ function createTypeChecker(host) {
|
|
|
90078
89782
|
}
|
|
90079
89783
|
function isReferencedAliasDeclaration(node, checkChildren) {
|
|
90080
89784
|
Debug.assert(canCollectSymbolAliasAccessabilityData);
|
|
90081
|
-
if (
|
|
89785
|
+
if (isAliasSymbolDeclaration(node)) {
|
|
90082
89786
|
const symbol = getSymbolOfDeclaration(node);
|
|
90083
89787
|
const links = symbol && getSymbolLinks(symbol);
|
|
90084
89788
|
if (links == null ? void 0 : links.referenced) {
|
|
@@ -129485,7 +129189,7 @@ function canWatchAffectedPackageJsonOrNodeModulesOfAtTypes(fileOrDirPath) {
|
|
|
129485
129189
|
function canWatchAffectingLocation(filePath) {
|
|
129486
129190
|
return canWatchAffectedPackageJsonOrNodeModulesOfAtTypes(filePath);
|
|
129487
129191
|
}
|
|
129488
|
-
function getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPath, rootDir, rootPath, rootPathComponents, getCurrentDirectory) {
|
|
129192
|
+
function getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPath, rootDir, rootPath, rootPathComponents, getCurrentDirectory, preferNonRecursiveWatch) {
|
|
129489
129193
|
const failedLookupPathComponents = getPathComponents(failedLookupLocationPath);
|
|
129490
129194
|
failedLookupLocation = isRootedDiskPath(failedLookupLocation) ? normalizePath(failedLookupLocation) : getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory());
|
|
129491
129195
|
const failedLookupComponents = getPathComponents(failedLookupLocation);
|
|
@@ -129517,10 +129221,11 @@ function getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLoo
|
|
|
129517
129221
|
perceivedOsRootLength,
|
|
129518
129222
|
nodeModulesIndex,
|
|
129519
129223
|
rootPathComponents,
|
|
129520
|
-
lastNodeModulesIndex
|
|
129224
|
+
lastNodeModulesIndex,
|
|
129225
|
+
preferNonRecursiveWatch
|
|
129521
129226
|
);
|
|
129522
129227
|
}
|
|
129523
|
-
function getDirectoryToWatchFromFailedLookupLocationDirectory(dirComponents, dirPathComponents, dirPathComponentsLength, perceivedOsRootLength, nodeModulesIndex, rootPathComponents, lastNodeModulesIndex) {
|
|
129228
|
+
function getDirectoryToWatchFromFailedLookupLocationDirectory(dirComponents, dirPathComponents, dirPathComponentsLength, perceivedOsRootLength, nodeModulesIndex, rootPathComponents, lastNodeModulesIndex, preferNonRecursiveWatch) {
|
|
129524
129229
|
if (nodeModulesIndex !== -1) {
|
|
129525
129230
|
return getDirectoryOfFailedLookupWatch(
|
|
129526
129231
|
dirComponents,
|
|
@@ -129531,11 +129236,13 @@ function getDirectoryToWatchFromFailedLookupLocationDirectory(dirComponents, dir
|
|
|
129531
129236
|
}
|
|
129532
129237
|
let nonRecursive = true;
|
|
129533
129238
|
let length2 = dirPathComponentsLength;
|
|
129534
|
-
|
|
129535
|
-
|
|
129536
|
-
|
|
129537
|
-
|
|
129538
|
-
|
|
129239
|
+
if (!preferNonRecursiveWatch) {
|
|
129240
|
+
for (let i = 0; i < dirPathComponentsLength; i++) {
|
|
129241
|
+
if (dirPathComponents[i] !== rootPathComponents[i]) {
|
|
129242
|
+
nonRecursive = false;
|
|
129243
|
+
length2 = Math.max(i + 1, perceivedOsRootLength + 1);
|
|
129244
|
+
break;
|
|
129245
|
+
}
|
|
129539
129246
|
}
|
|
129540
129247
|
}
|
|
129541
129248
|
return getDirectoryOfFailedLookupWatch(
|
|
@@ -129563,7 +129270,7 @@ function getDirectoryOfFailedLookupWatch(dirComponents, dirPathComponents, lengt
|
|
|
129563
129270
|
packageDirPath: packageDirLength !== void 0 ? getPathFromPathComponents(dirPathComponents, packageDirLength) : void 0
|
|
129564
129271
|
};
|
|
129565
129272
|
}
|
|
129566
|
-
function getDirectoryToWatchFailedLookupLocationFromTypeRoot(typeRoot, typeRootPath, rootPath, rootPathComponents, getCurrentDirectory, filterCustomPath) {
|
|
129273
|
+
function getDirectoryToWatchFailedLookupLocationFromTypeRoot(typeRoot, typeRootPath, rootPath, rootPathComponents, getCurrentDirectory, preferNonRecursiveWatch, filterCustomPath) {
|
|
129567
129274
|
const typeRootPathComponents = getPathComponents(typeRootPath);
|
|
129568
129275
|
if (isInDirectoryPath(rootPathComponents, typeRootPathComponents)) {
|
|
129569
129276
|
return rootPath;
|
|
@@ -129576,7 +129283,8 @@ function getDirectoryToWatchFailedLookupLocationFromTypeRoot(typeRoot, typeRootP
|
|
|
129576
129283
|
perceivedOsRootLengthForWatching(typeRootPathComponents, typeRootPathComponents.length),
|
|
129577
129284
|
typeRootPathComponents.indexOf("node_modules"),
|
|
129578
129285
|
rootPathComponents,
|
|
129579
|
-
typeRootPathComponents.lastIndexOf("node_modules")
|
|
129286
|
+
typeRootPathComponents.lastIndexOf("node_modules"),
|
|
129287
|
+
preferNonRecursiveWatch
|
|
129580
129288
|
);
|
|
129581
129289
|
return toWatch && filterCustomPath(toWatch.dirPath) ? toWatch.dirPath : void 0;
|
|
129582
129290
|
}
|
|
@@ -129584,9 +129292,6 @@ function getRootDirectoryOfResolutionCache(rootDirForResolution, getCurrentDirec
|
|
|
129584
129292
|
const normalized = getNormalizedAbsolutePath(rootDirForResolution, getCurrentDirectory());
|
|
129585
129293
|
return !isDiskPathRoot(normalized) ? removeTrailingDirectorySeparator(normalized) : normalized;
|
|
129586
129294
|
}
|
|
129587
|
-
function getRootPathSplitLength(rootPath) {
|
|
129588
|
-
return rootPath.split(directorySeparator).length - (hasTrailingDirectorySeparator(rootPath) ? 1 : 0);
|
|
129589
|
-
}
|
|
129590
129295
|
function getModuleResolutionHost(resolutionHost) {
|
|
129591
129296
|
var _a;
|
|
129592
129297
|
return ((_a = resolutionHost.getCompilerHost) == null ? void 0 : _a.call(resolutionHost)) || resolutionHost;
|
|
@@ -130088,7 +129793,8 @@ function createResolutionCache(resolutionHost, rootDirForResolution, logChangesW
|
|
|
130088
129793
|
rootDir,
|
|
130089
129794
|
rootPath,
|
|
130090
129795
|
rootPathComponents,
|
|
130091
|
-
getCurrentDirectory
|
|
129796
|
+
getCurrentDirectory,
|
|
129797
|
+
resolutionHost.preferNonRecursiveWatch
|
|
130092
129798
|
);
|
|
130093
129799
|
if (toWatch) {
|
|
130094
129800
|
const { dir, dirPath, nonRecursive, packageDir, packageDirPath } = toWatch;
|
|
@@ -130287,7 +129993,8 @@ function createResolutionCache(resolutionHost, rootDirForResolution, logChangesW
|
|
|
130287
129993
|
rootDir,
|
|
130288
129994
|
rootPath,
|
|
130289
129995
|
rootPathComponents,
|
|
130290
|
-
getCurrentDirectory
|
|
129996
|
+
getCurrentDirectory,
|
|
129997
|
+
resolutionHost.preferNonRecursiveWatch
|
|
130291
129998
|
);
|
|
130292
129999
|
if (toWatch) {
|
|
130293
130000
|
const { dirPath, packageDirPath } = toWatch;
|
|
@@ -130515,6 +130222,7 @@ function createResolutionCache(resolutionHost, rootDirForResolution, logChangesW
|
|
|
130515
130222
|
rootPath,
|
|
130516
130223
|
rootPathComponents,
|
|
130517
130224
|
getCurrentDirectory,
|
|
130225
|
+
resolutionHost.preferNonRecursiveWatch,
|
|
130518
130226
|
(dirPath2) => directoryWatchesOfFailedLookups.has(dirPath2) || dirPathToSymlinkPackageRefCount.has(dirPath2)
|
|
130519
130227
|
);
|
|
130520
130228
|
if (dirPath) {
|
|
@@ -130983,7 +130691,8 @@ function createWatchHost(system = sys, reportWatchStatus2) {
|
|
|
130983
130691
|
watchFile: maybeBind(system, system.watchFile) || returnNoopFileWatcher,
|
|
130984
130692
|
watchDirectory: maybeBind(system, system.watchDirectory) || returnNoopFileWatcher,
|
|
130985
130693
|
setTimeout: maybeBind(system, system.setTimeout) || noop,
|
|
130986
|
-
clearTimeout: maybeBind(system, system.clearTimeout) || noop
|
|
130694
|
+
clearTimeout: maybeBind(system, system.clearTimeout) || noop,
|
|
130695
|
+
preferNonRecursiveWatch: system.preferNonRecursiveWatch
|
|
130987
130696
|
};
|
|
130988
130697
|
}
|
|
130989
130698
|
var WatchType = {
|
|
@@ -131314,6 +131023,7 @@ function createWatchProgram(host) {
|
|
|
131314
131023
|
compilerHost.toPath = toPath3;
|
|
131315
131024
|
compilerHost.getCompilationSettings = () => compilerOptions;
|
|
131316
131025
|
compilerHost.useSourceOfProjectReferenceRedirect = maybeBind(host, host.useSourceOfProjectReferenceRedirect);
|
|
131026
|
+
compilerHost.preferNonRecursiveWatch = host.preferNonRecursiveWatch;
|
|
131317
131027
|
compilerHost.watchDirectoryOfFailedLookupLocation = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.FailedLookupLocations);
|
|
131318
131028
|
compilerHost.watchAffectingFileLocation = (file, cb) => watchFile2(file, cb, 2e3 /* High */, watchOptions, WatchType.AffectingFileLocation);
|
|
131319
131029
|
compilerHost.watchTypeRootsDirectory = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.TypeRoots);
|
|
@@ -135165,7 +134875,6 @@ __export(ts_JsTyping_exports, {
|
|
|
135165
134875
|
nodeCoreModuleList: () => nodeCoreModuleList,
|
|
135166
134876
|
nodeCoreModules: () => nodeCoreModules,
|
|
135167
134877
|
nonRelativeModuleNameForTypingCache: () => nonRelativeModuleNameForTypingCache,
|
|
135168
|
-
prefixedNodeCoreModuleList: () => prefixedNodeCoreModuleList,
|
|
135169
134878
|
renderPackageNameValidationFailure: () => renderPackageNameValidationFailure,
|
|
135170
134879
|
validatePackageName: () => validatePackageName
|
|
135171
134880
|
});
|
|
@@ -137725,13 +137434,6 @@ function signatureToDisplayParts(typechecker, signature, enclosingDeclaration, f
|
|
|
137725
137434
|
);
|
|
137726
137435
|
});
|
|
137727
137436
|
}
|
|
137728
|
-
function nodeToDisplayParts(node, enclosingDeclaration) {
|
|
137729
|
-
const file = enclosingDeclaration.getSourceFile();
|
|
137730
|
-
return mapToDisplayParts((writer) => {
|
|
137731
|
-
const printer = createPrinterWithRemoveCommentsOmitTrailingSemicolon();
|
|
137732
|
-
printer.writeNode(4 /* Unspecified */, node, file, writer);
|
|
137733
|
-
});
|
|
137734
|
-
}
|
|
137735
137437
|
function isImportOrExportSpecifierName(location) {
|
|
137736
137438
|
return !!location.parent && isImportOrExportSpecifier(location.parent) && location.parent.propertyName === location;
|
|
137737
137439
|
}
|
|
@@ -138464,16 +138166,6 @@ function stringContainsAt(haystack, needle, startIndex) {
|
|
|
138464
138166
|
function startsWithUnderscore(name) {
|
|
138465
138167
|
return name.charCodeAt(0) === 95 /* _ */;
|
|
138466
138168
|
}
|
|
138467
|
-
function isGlobalDeclaration(declaration) {
|
|
138468
|
-
return !isNonGlobalDeclaration(declaration);
|
|
138469
|
-
}
|
|
138470
|
-
function isNonGlobalDeclaration(declaration) {
|
|
138471
|
-
const sourceFile = declaration.getSourceFile();
|
|
138472
|
-
if (!sourceFile.externalModuleIndicator && !sourceFile.commonJsModuleIndicator) {
|
|
138473
|
-
return false;
|
|
138474
|
-
}
|
|
138475
|
-
return isInJSFile(declaration) || !findAncestor(declaration, (d) => isModuleDeclaration(d) && isGlobalScopeAugmentation(d));
|
|
138476
|
-
}
|
|
138477
138169
|
function isDeprecatedDeclaration(decl) {
|
|
138478
138170
|
return !!(getCombinedNodeFlagsAlwaysIncludeJSDoc(decl) & 65536 /* Deprecated */);
|
|
138479
138171
|
}
|
|
@@ -142810,7 +142502,6 @@ function cleanText(text) {
|
|
|
142810
142502
|
// src/services/_namespaces/ts.refactor.ts
|
|
142811
142503
|
var ts_refactor_exports = {};
|
|
142812
142504
|
__export(ts_refactor_exports, {
|
|
142813
|
-
addExportToChanges: () => addExportToChanges,
|
|
142814
142505
|
addExportsInOldFile: () => addExportsInOldFile,
|
|
142815
142506
|
addImportsForMovedSymbols: () => addImportsForMovedSymbols,
|
|
142816
142507
|
addNewFileToTsconfig: () => addNewFileToTsconfig,
|
|
@@ -142822,13 +142513,8 @@ __export(ts_refactor_exports, {
|
|
|
142822
142513
|
convertStringOrTemplateLiteral: () => ts_refactor_convertStringOrTemplateLiteral_exports,
|
|
142823
142514
|
convertToOptionalChainExpression: () => ts_refactor_convertToOptionalChainExpression_exports,
|
|
142824
142515
|
createNewFileName: () => createNewFileName,
|
|
142825
|
-
deleteMovedStatements: () => deleteMovedStatements,
|
|
142826
|
-
deleteUnusedImports: () => deleteUnusedImports,
|
|
142827
|
-
deleteUnusedOldImports: () => deleteUnusedOldImports,
|
|
142828
142516
|
doChangeNamedToNamespaceOrDefault: () => doChangeNamedToNamespaceOrDefault,
|
|
142829
142517
|
extractSymbol: () => ts_refactor_extractSymbol_exports,
|
|
142830
|
-
filterImport: () => filterImport,
|
|
142831
|
-
forEachImportInStatement: () => forEachImportInStatement,
|
|
142832
142518
|
generateGetAccessorAndSetAccessor: () => ts_refactor_generateGetAccessorAndSetAccessor_exports,
|
|
142833
142519
|
getApplicableRefactors: () => getApplicableRefactors,
|
|
142834
142520
|
getEditsForRefactor: () => getEditsForRefactor,
|
|
@@ -142836,16 +142522,11 @@ __export(ts_refactor_exports, {
|
|
|
142836
142522
|
getIdentifierForNode: () => getIdentifierForNode,
|
|
142837
142523
|
getNewStatementsAndRemoveFromOldFile: () => getNewStatementsAndRemoveFromOldFile,
|
|
142838
142524
|
getStatementsToMove: () => getStatementsToMove,
|
|
142839
|
-
getTopLevelDeclarationStatement: () => getTopLevelDeclarationStatement,
|
|
142840
142525
|
getUsageInfo: () => getUsageInfo,
|
|
142841
142526
|
inferFunctionReturnType: () => ts_refactor_inferFunctionReturnType_exports,
|
|
142842
142527
|
isRefactorErrorInfo: () => isRefactorErrorInfo,
|
|
142843
|
-
isTopLevelDeclaration: () => isTopLevelDeclaration,
|
|
142844
|
-
moduleSpecifierFromImport: () => moduleSpecifierFromImport,
|
|
142845
|
-
nameOfTopLevelDeclaration: () => nameOfTopLevelDeclaration,
|
|
142846
142528
|
refactorKindBeginsWith: () => refactorKindBeginsWith,
|
|
142847
|
-
registerRefactor: () => registerRefactor
|
|
142848
|
-
updateImportsInOtherFiles: () => updateImportsInOtherFiles
|
|
142529
|
+
registerRefactor: () => registerRefactor
|
|
142849
142530
|
});
|
|
142850
142531
|
|
|
142851
142532
|
// src/services/refactorProvider.ts
|
|
@@ -151507,19 +151188,16 @@ __export(ts_codefix_exports, {
|
|
|
151507
151188
|
createFileTextChanges: () => createFileTextChanges,
|
|
151508
151189
|
createImportAdder: () => createImportAdder,
|
|
151509
151190
|
createImportSpecifierResolver: () => createImportSpecifierResolver,
|
|
151510
|
-
createJsonPropertyAssignment: () => createJsonPropertyAssignment,
|
|
151511
151191
|
createMissingMemberNodes: () => createMissingMemberNodes,
|
|
151512
151192
|
createSignatureDeclarationFromCallExpression: () => createSignatureDeclarationFromCallExpression,
|
|
151513
151193
|
createSignatureDeclarationFromSignature: () => createSignatureDeclarationFromSignature,
|
|
151514
151194
|
createStubbedBody: () => createStubbedBody,
|
|
151515
151195
|
eachDiagnostic: () => eachDiagnostic,
|
|
151516
151196
|
findAncestorMatchingSpan: () => findAncestorMatchingSpan,
|
|
151517
|
-
findJsonProperty: () => findJsonProperty,
|
|
151518
151197
|
generateAccessorFromProperty: () => generateAccessorFromProperty,
|
|
151519
151198
|
getAccessorConvertiblePropertyAtPosition: () => getAccessorConvertiblePropertyAtPosition,
|
|
151520
151199
|
getAllFixes: () => getAllFixes,
|
|
151521
151200
|
getAllSupers: () => getAllSupers,
|
|
151522
|
-
getArgumentTypesAndTypeParameters: () => getArgumentTypesAndTypeParameters,
|
|
151523
151201
|
getFixes: () => getFixes,
|
|
151524
151202
|
getImportCompletionAction: () => getImportCompletionAction,
|
|
151525
151203
|
getImportKind: () => getImportKind,
|
|
@@ -167594,11 +167272,9 @@ __export(ts_FindAllReferences_exports, {
|
|
|
167594
167272
|
getImplementationsAtPosition: () => getImplementationsAtPosition,
|
|
167595
167273
|
getImportOrExportSymbol: () => getImportOrExportSymbol,
|
|
167596
167274
|
getReferenceEntriesForNode: () => getReferenceEntriesForNode,
|
|
167597
|
-
getTextSpanOfEntry: () => getTextSpanOfEntry,
|
|
167598
167275
|
isContextWithStartAndEndNode: () => isContextWithStartAndEndNode,
|
|
167599
167276
|
isDeclarationOfSymbol: () => isDeclarationOfSymbol,
|
|
167600
167277
|
isWriteAccessForReference: () => isWriteAccessForReference,
|
|
167601
|
-
nodeEntry: () => nodeEntry,
|
|
167602
167278
|
toContextSpan: () => toContextSpan,
|
|
167603
167279
|
toHighlightSpan: () => toHighlightSpan,
|
|
167604
167280
|
toReferenceEntry: () => toReferenceEntry,
|
|
@@ -170020,7 +169696,6 @@ var Core;
|
|
|
170020
169696
|
var ts_GoToDefinition_exports = {};
|
|
170021
169697
|
__export(ts_GoToDefinition_exports, {
|
|
170022
169698
|
createDefinitionInfo: () => createDefinitionInfo,
|
|
170023
|
-
findReferenceInPosition: () => findReferenceInPosition,
|
|
170024
169699
|
getDefinitionAndBoundSpan: () => getDefinitionAndBoundSpan,
|
|
170025
169700
|
getDefinitionAtPosition: () => getDefinitionAtPosition,
|
|
170026
169701
|
getReferenceAtPosition: () => getReferenceAtPosition,
|
|
@@ -171937,7 +171612,6 @@ var ts_OrganizeImports_exports = {};
|
|
|
171937
171612
|
__export(ts_OrganizeImports_exports, {
|
|
171938
171613
|
compareImportsOrRequireStatements: () => compareImportsOrRequireStatements,
|
|
171939
171614
|
compareModuleSpecifiers: () => compareModuleSpecifiers2,
|
|
171940
|
-
getDetectionLists: () => getDetectionLists,
|
|
171941
171615
|
getImportDeclarationInsertionIndex: () => getImportDeclarationInsertionIndex,
|
|
171942
171616
|
getImportSpecifierInsertionIndex: () => getImportSpecifierInsertionIndex,
|
|
171943
171617
|
getNamedImportSpecifierComparerWithDetection: () => getNamedImportSpecifierComparerWithDetection,
|
|
@@ -178694,7 +178368,6 @@ __export(ts_exports2, {
|
|
|
178694
178368
|
GoToDefinition: () => ts_GoToDefinition_exports,
|
|
178695
178369
|
HighlightSpanKind: () => HighlightSpanKind,
|
|
178696
178370
|
IdentifierNameMap: () => IdentifierNameMap,
|
|
178697
|
-
IdentifierNameMultiMap: () => IdentifierNameMultiMap,
|
|
178698
178371
|
ImportKind: () => ImportKind,
|
|
178699
178372
|
ImportsNotUsedAsValues: () => ImportsNotUsedAsValues,
|
|
178700
178373
|
IndentStyle: () => IndentStyle,
|
|
@@ -178781,7 +178454,6 @@ __export(ts_exports2, {
|
|
|
178781
178454
|
SymbolFlags: () => SymbolFlags,
|
|
178782
178455
|
SymbolFormatFlags: () => SymbolFormatFlags,
|
|
178783
178456
|
SyntaxKind: () => SyntaxKind,
|
|
178784
|
-
SyntheticSymbolKind: () => SyntheticSymbolKind,
|
|
178785
178457
|
Ternary: () => Ternary,
|
|
178786
178458
|
ThrottledCancellationToken: () => ThrottledCancellationToken,
|
|
178787
178459
|
TokenClass: () => TokenClass,
|
|
@@ -178804,7 +178476,6 @@ __export(ts_exports2, {
|
|
|
178804
178476
|
WatchLogLevel: () => WatchLogLevel,
|
|
178805
178477
|
WatchType: () => WatchType,
|
|
178806
178478
|
accessPrivateIdentifier: () => accessPrivateIdentifier,
|
|
178807
|
-
addDisposableResourceHelper: () => addDisposableResourceHelper,
|
|
178808
178479
|
addEmitFlags: () => addEmitFlags,
|
|
178809
178480
|
addEmitHelper: () => addEmitHelper,
|
|
178810
178481
|
addEmitHelpers: () => addEmitHelpers,
|
|
@@ -178827,7 +178498,6 @@ __export(ts_exports2, {
|
|
|
178827
178498
|
arrayFrom: () => arrayFrom,
|
|
178828
178499
|
arrayIsEqualTo: () => arrayIsEqualTo,
|
|
178829
178500
|
arrayIsHomogeneous: () => arrayIsHomogeneous,
|
|
178830
|
-
arrayIsSorted: () => arrayIsSorted,
|
|
178831
178501
|
arrayOf: () => arrayOf,
|
|
178832
178502
|
arrayReverseIterator: () => arrayReverseIterator,
|
|
178833
178503
|
arrayToMap: () => arrayToMap,
|
|
@@ -178835,14 +178505,8 @@ __export(ts_exports2, {
|
|
|
178835
178505
|
arrayToNumericMap: () => arrayToNumericMap,
|
|
178836
178506
|
assertType: () => assertType,
|
|
178837
178507
|
assign: () => assign,
|
|
178838
|
-
assignHelper: () => assignHelper,
|
|
178839
|
-
asyncDelegator: () => asyncDelegator,
|
|
178840
|
-
asyncGeneratorHelper: () => asyncGeneratorHelper,
|
|
178841
178508
|
asyncSuperHelper: () => asyncSuperHelper,
|
|
178842
|
-
asyncValues: () => asyncValues,
|
|
178843
178509
|
attachFileToDiagnostics: () => attachFileToDiagnostics,
|
|
178844
|
-
awaitHelper: () => awaitHelper,
|
|
178845
|
-
awaiterHelper: () => awaiterHelper,
|
|
178846
178510
|
base64decode: () => base64decode,
|
|
178847
178511
|
base64encode: () => base64encode,
|
|
178848
178512
|
binarySearch: () => binarySearch,
|
|
@@ -178891,9 +178555,6 @@ __export(ts_exports2, {
|
|
|
178891
178555
|
classHasDeclaredOrExplicitlyAssignedName: () => classHasDeclaredOrExplicitlyAssignedName,
|
|
178892
178556
|
classHasExplicitlyAssignedName: () => classHasExplicitlyAssignedName,
|
|
178893
178557
|
classOrConstructorParameterIsDecorated: () => classOrConstructorParameterIsDecorated,
|
|
178894
|
-
classPrivateFieldGetHelper: () => classPrivateFieldGetHelper,
|
|
178895
|
-
classPrivateFieldInHelper: () => classPrivateFieldInHelper,
|
|
178896
|
-
classPrivateFieldSetHelper: () => classPrivateFieldSetHelper,
|
|
178897
178558
|
classicNameResolver: () => classicNameResolver,
|
|
178898
178559
|
classifier: () => ts_classifier_exports,
|
|
178899
178560
|
cleanExtendedConfigCache: () => cleanExtendedConfigCache,
|
|
@@ -178901,7 +178562,6 @@ __export(ts_exports2, {
|
|
|
178901
178562
|
clearMap: () => clearMap,
|
|
178902
178563
|
clearSharedExtendedConfigFileWatcher: () => clearSharedExtendedConfigFileWatcher,
|
|
178903
178564
|
climbPastPropertyAccess: () => climbPastPropertyAccess,
|
|
178904
|
-
climbPastPropertyOrElementAccess: () => climbPastPropertyOrElementAccess,
|
|
178905
178565
|
clone: () => clone,
|
|
178906
178566
|
cloneCompilerOptions: () => cloneCompilerOptions,
|
|
178907
178567
|
closeFileWatcher: () => closeFileWatcher,
|
|
@@ -178914,12 +178574,10 @@ __export(ts_exports2, {
|
|
|
178914
178574
|
commandLineOptionOfCustomType: () => commandLineOptionOfCustomType,
|
|
178915
178575
|
commentPragmas: () => commentPragmas,
|
|
178916
178576
|
commonOptionsWithBuild: () => commonOptionsWithBuild,
|
|
178917
|
-
commonPackageFolders: () => commonPackageFolders,
|
|
178918
178577
|
compact: () => compact,
|
|
178919
178578
|
compareBooleans: () => compareBooleans,
|
|
178920
178579
|
compareDataObjects: () => compareDataObjects,
|
|
178921
178580
|
compareDiagnostics: () => compareDiagnostics,
|
|
178922
|
-
compareDiagnosticsSkipRelatedInformation: () => compareDiagnosticsSkipRelatedInformation,
|
|
178923
178581
|
compareEmitHelpers: () => compareEmitHelpers,
|
|
178924
178582
|
compareNumberOfDirectorySeparators: () => compareNumberOfDirectorySeparators,
|
|
178925
178583
|
comparePaths: () => comparePaths,
|
|
@@ -178933,26 +178591,21 @@ __export(ts_exports2, {
|
|
|
178933
178591
|
compareStringsCaseSensitiveUI: () => compareStringsCaseSensitiveUI,
|
|
178934
178592
|
compareTextSpans: () => compareTextSpans,
|
|
178935
178593
|
compareValues: () => compareValues,
|
|
178936
|
-
compileOnSaveCommandLineOption: () => compileOnSaveCommandLineOption,
|
|
178937
178594
|
compilerOptionsAffectDeclarationPath: () => compilerOptionsAffectDeclarationPath,
|
|
178938
178595
|
compilerOptionsAffectEmit: () => compilerOptionsAffectEmit,
|
|
178939
178596
|
compilerOptionsAffectSemanticDiagnostics: () => compilerOptionsAffectSemanticDiagnostics,
|
|
178940
178597
|
compilerOptionsDidYouMeanDiagnostics: () => compilerOptionsDidYouMeanDiagnostics,
|
|
178941
178598
|
compilerOptionsIndicateEsModules: () => compilerOptionsIndicateEsModules,
|
|
178942
|
-
compose: () => compose,
|
|
178943
178599
|
computeCommonSourceDirectoryOfFilenames: () => computeCommonSourceDirectoryOfFilenames,
|
|
178944
178600
|
computeLineAndCharacterOfPosition: () => computeLineAndCharacterOfPosition,
|
|
178945
178601
|
computeLineOfPosition: () => computeLineOfPosition,
|
|
178946
178602
|
computeLineStarts: () => computeLineStarts,
|
|
178947
178603
|
computePositionOfLineAndCharacter: () => computePositionOfLineAndCharacter,
|
|
178948
|
-
computeSignature: () => computeSignature,
|
|
178949
178604
|
computeSignatureWithDiagnostics: () => computeSignatureWithDiagnostics,
|
|
178950
178605
|
computeSuggestionDiagnostics: () => computeSuggestionDiagnostics,
|
|
178951
178606
|
computedOptions: () => computedOptions,
|
|
178952
178607
|
concatenate: () => concatenate,
|
|
178953
178608
|
concatenateDiagnosticMessageChains: () => concatenateDiagnosticMessageChains,
|
|
178954
|
-
configDirTemplateSubstitutionOptions: () => configDirTemplateSubstitutionOptions,
|
|
178955
|
-
configDirTemplateSubstitutionWatchOptions: () => configDirTemplateSubstitutionWatchOptions,
|
|
178956
178609
|
consumesNodeCoreModules: () => consumesNodeCoreModules,
|
|
178957
178610
|
contains: () => contains,
|
|
178958
178611
|
containsIgnoredPath: () => containsIgnoredPath,
|
|
@@ -178983,15 +178636,11 @@ __export(ts_exports2, {
|
|
|
178983
178636
|
createAccessorPropertySetRedirector: () => createAccessorPropertySetRedirector,
|
|
178984
178637
|
createBaseNodeFactory: () => createBaseNodeFactory,
|
|
178985
178638
|
createBinaryExpressionTrampoline: () => createBinaryExpressionTrampoline,
|
|
178986
|
-
createBindingHelper: () => createBindingHelper,
|
|
178987
178639
|
createBuilderProgram: () => createBuilderProgram,
|
|
178988
178640
|
createBuilderProgramUsingIncrementalBuildInfo: () => createBuilderProgramUsingIncrementalBuildInfo,
|
|
178989
178641
|
createBuilderStatusReporter: () => createBuilderStatusReporter,
|
|
178990
|
-
createCacheWithRedirects: () => createCacheWithRedirects,
|
|
178991
178642
|
createCacheableExportInfoMap: () => createCacheableExportInfoMap,
|
|
178992
178643
|
createCachedDirectoryStructureHost: () => createCachedDirectoryStructureHost,
|
|
178993
|
-
createClassNamedEvaluationHelperBlock: () => createClassNamedEvaluationHelperBlock,
|
|
178994
|
-
createClassThisAssignmentBlock: () => createClassThisAssignmentBlock,
|
|
178995
178644
|
createClassifier: () => createClassifier,
|
|
178996
178645
|
createCommentDirectivesMap: () => createCommentDirectivesMap,
|
|
178997
178646
|
createCompilerDiagnostic: () => createCompilerDiagnostic,
|
|
@@ -179113,10 +178762,7 @@ __export(ts_exports2, {
|
|
|
179113
178762
|
declarationNameToString: () => declarationNameToString,
|
|
179114
178763
|
decodeMappings: () => decodeMappings,
|
|
179115
178764
|
decodedTextSpanIntersectsWith: () => decodedTextSpanIntersectsWith,
|
|
179116
|
-
decorateHelper: () => decorateHelper,
|
|
179117
178765
|
deduplicate: () => deduplicate,
|
|
179118
|
-
defaultIncludeSpec: () => defaultIncludeSpec,
|
|
179119
|
-
defaultInitCompilerOptions: () => defaultInitCompilerOptions,
|
|
179120
178766
|
defaultMaximumTruncationLength: () => defaultMaximumTruncationLength,
|
|
179121
178767
|
diagnosticCategoryName: () => diagnosticCategoryName,
|
|
179122
178768
|
diagnosticToString: () => diagnosticToString,
|
|
@@ -179126,27 +178772,22 @@ __export(ts_exports2, {
|
|
|
179126
178772
|
displayPart: () => displayPart,
|
|
179127
178773
|
displayPartsToString: () => displayPartsToString,
|
|
179128
178774
|
disposeEmitNodes: () => disposeEmitNodes,
|
|
179129
|
-
disposeResourcesHelper: () => disposeResourcesHelper,
|
|
179130
178775
|
documentSpansEqual: () => documentSpansEqual,
|
|
179131
178776
|
dumpTracingLegend: () => dumpTracingLegend,
|
|
179132
178777
|
elementAt: () => elementAt,
|
|
179133
178778
|
elideNodes: () => elideNodes,
|
|
179134
|
-
emitComments: () => emitComments,
|
|
179135
178779
|
emitDetachedComments: () => emitDetachedComments,
|
|
179136
178780
|
emitFiles: () => emitFiles,
|
|
179137
178781
|
emitFilesAndReportErrors: () => emitFilesAndReportErrors,
|
|
179138
178782
|
emitFilesAndReportErrorsAndGetExitStatus: () => emitFilesAndReportErrorsAndGetExitStatus,
|
|
179139
178783
|
emitModuleKindIsNonNodeESM: () => emitModuleKindIsNonNodeESM,
|
|
179140
178784
|
emitNewLineBeforeLeadingCommentOfPosition: () => emitNewLineBeforeLeadingCommentOfPosition,
|
|
179141
|
-
emitNewLineBeforeLeadingComments: () => emitNewLineBeforeLeadingComments,
|
|
179142
|
-
emitNewLineBeforeLeadingCommentsOfPosition: () => emitNewLineBeforeLeadingCommentsOfPosition,
|
|
179143
178785
|
emitResolverSkipsTypeChecking: () => emitResolverSkipsTypeChecking,
|
|
179144
178786
|
emitSkippedWithNoDiagnostics: () => emitSkippedWithNoDiagnostics,
|
|
179145
178787
|
emptyArray: () => emptyArray,
|
|
179146
178788
|
emptyFileSystemEntries: () => emptyFileSystemEntries,
|
|
179147
178789
|
emptyMap: () => emptyMap,
|
|
179148
178790
|
emptyOptions: () => emptyOptions,
|
|
179149
|
-
emptySet: () => emptySet,
|
|
179150
178791
|
endsWith: () => endsWith,
|
|
179151
178792
|
ensurePathIsNonModuleName: () => ensurePathIsNonModuleName,
|
|
179152
178793
|
ensureScriptKind: () => ensureScriptKind,
|
|
@@ -179157,7 +178798,6 @@ __export(ts_exports2, {
|
|
|
179157
178798
|
equateStringsCaseInsensitive: () => equateStringsCaseInsensitive,
|
|
179158
178799
|
equateStringsCaseSensitive: () => equateStringsCaseSensitive,
|
|
179159
178800
|
equateValues: () => equateValues,
|
|
179160
|
-
esDecorateHelper: () => esDecorateHelper,
|
|
179161
178801
|
escapeJsxAttributeString: () => escapeJsxAttributeString,
|
|
179162
178802
|
escapeLeadingUnderscores: () => escapeLeadingUnderscores,
|
|
179163
178803
|
escapeNonAsciiString: () => escapeNonAsciiString,
|
|
@@ -179171,10 +178811,8 @@ __export(ts_exports2, {
|
|
|
179171
178811
|
explainFiles: () => explainFiles,
|
|
179172
178812
|
explainIfFileIsRedirectAndImpliedFormat: () => explainIfFileIsRedirectAndImpliedFormat,
|
|
179173
178813
|
exportAssignmentIsAlias: () => exportAssignmentIsAlias,
|
|
179174
|
-
exportStarHelper: () => exportStarHelper,
|
|
179175
178814
|
expressionResultIsUnused: () => expressionResultIsUnused,
|
|
179176
178815
|
extend: () => extend,
|
|
179177
|
-
extendsHelper: () => extendsHelper,
|
|
179178
178816
|
extensionFromPath: () => extensionFromPath,
|
|
179179
178817
|
extensionIsTS: () => extensionIsTS,
|
|
179180
178818
|
extensionsNotSupportingExtensionlessResolution: () => extensionsNotSupportingExtensionlessResolution,
|
|
@@ -179201,7 +178839,6 @@ __export(ts_exports2, {
|
|
|
179201
178839
|
findLast: () => findLast,
|
|
179202
178840
|
findLastIndex: () => findLastIndex,
|
|
179203
178841
|
findListItemInfo: () => findListItemInfo,
|
|
179204
|
-
findMap: () => findMap,
|
|
179205
178842
|
findModifier: () => findModifier,
|
|
179206
178843
|
findNextToken: () => findNextToken,
|
|
179207
178844
|
findPackageJson: () => findPackageJson,
|
|
@@ -179249,7 +178886,6 @@ __export(ts_exports2, {
|
|
|
179249
178886
|
forEachTsConfigPropArray: () => forEachTsConfigPropArray,
|
|
179250
178887
|
forEachUnique: () => forEachUnique,
|
|
179251
178888
|
forEachYieldExpression: () => forEachYieldExpression,
|
|
179252
|
-
forSomeAncestorDirectory: () => forSomeAncestorDirectory,
|
|
179253
178889
|
formatColorAndReset: () => formatColorAndReset,
|
|
179254
178890
|
formatDiagnostic: () => formatDiagnostic,
|
|
179255
178891
|
formatDiagnostics: () => formatDiagnostics,
|
|
@@ -179260,11 +178896,8 @@ __export(ts_exports2, {
|
|
|
179260
178896
|
formatMessage: () => formatMessage,
|
|
179261
178897
|
formatStringFromArgs: () => formatStringFromArgs,
|
|
179262
178898
|
formatting: () => ts_formatting_exports,
|
|
179263
|
-
fullTripleSlashAMDReferencePathRegEx: () => fullTripleSlashAMDReferencePathRegEx,
|
|
179264
|
-
fullTripleSlashReferencePathRegEx: () => fullTripleSlashReferencePathRegEx,
|
|
179265
178899
|
generateDjb2Hash: () => generateDjb2Hash,
|
|
179266
178900
|
generateTSConfig: () => generateTSConfig,
|
|
179267
|
-
generatorHelper: () => generatorHelper,
|
|
179268
178901
|
getAdjustedReferenceLocation: () => getAdjustedReferenceLocation,
|
|
179269
178902
|
getAdjustedRenameLocation: () => getAdjustedRenameLocation,
|
|
179270
178903
|
getAliasDeclarationFromName: () => getAliasDeclarationFromName,
|
|
@@ -179283,7 +178916,6 @@ __export(ts_exports2, {
|
|
|
179283
178916
|
getAreDeclarationMapsEnabled: () => getAreDeclarationMapsEnabled,
|
|
179284
178917
|
getAssignedExpandoInitializer: () => getAssignedExpandoInitializer,
|
|
179285
178918
|
getAssignedName: () => getAssignedName,
|
|
179286
|
-
getAssignedNameOfIdentifier: () => getAssignedNameOfIdentifier,
|
|
179287
178919
|
getAssignmentDeclarationKind: () => getAssignmentDeclarationKind,
|
|
179288
178920
|
getAssignmentDeclarationPropertyAccessKind: () => getAssignmentDeclarationPropertyAccessKind,
|
|
179289
178921
|
getAssignmentTargetKind: () => getAssignmentTargetKind,
|
|
@@ -179324,7 +178956,6 @@ __export(ts_exports2, {
|
|
|
179324
178956
|
getContainingObjectLiteralElement: () => getContainingObjectLiteralElement,
|
|
179325
178957
|
getContextualTypeFromParent: () => getContextualTypeFromParent,
|
|
179326
178958
|
getContextualTypeFromParentOrAncestorTypeNode: () => getContextualTypeFromParentOrAncestorTypeNode,
|
|
179327
|
-
getCurrentTime: () => getCurrentTime,
|
|
179328
178959
|
getDeclarationDiagnostics: () => getDeclarationDiagnostics,
|
|
179329
178960
|
getDeclarationEmitExtensionForPath: () => getDeclarationEmitExtensionForPath,
|
|
179330
178961
|
getDeclarationEmitOutputFilePath: () => getDeclarationEmitOutputFilePath,
|
|
@@ -179426,7 +179057,6 @@ __export(ts_exports2, {
|
|
|
179426
179057
|
getImpliedNodeFormatForFileWorker: () => getImpliedNodeFormatForFileWorker,
|
|
179427
179058
|
getImportNeedsImportDefaultHelper: () => getImportNeedsImportDefaultHelper,
|
|
179428
179059
|
getImportNeedsImportStarHelper: () => getImportNeedsImportStarHelper,
|
|
179429
|
-
getIndentSize: () => getIndentSize,
|
|
179430
179060
|
getIndentString: () => getIndentString,
|
|
179431
179061
|
getInferredLibraryNameResolveFrom: () => getInferredLibraryNameResolveFrom,
|
|
179432
179062
|
getInitializedVariables: () => getInitializedVariables,
|
|
@@ -179464,7 +179094,6 @@ __export(ts_exports2, {
|
|
|
179464
179094
|
getJSDocSatisfiesExpressionType: () => getJSDocSatisfiesExpressionType,
|
|
179465
179095
|
getJSDocSatisfiesTag: () => getJSDocSatisfiesTag,
|
|
179466
179096
|
getJSDocTags: () => getJSDocTags,
|
|
179467
|
-
getJSDocTagsNoCache: () => getJSDocTagsNoCache,
|
|
179468
179097
|
getJSDocTemplateTag: () => getJSDocTemplateTag,
|
|
179469
179098
|
getJSDocThisTag: () => getJSDocThisTag,
|
|
179470
179099
|
getJSDocType: () => getJSDocType,
|
|
@@ -179488,7 +179117,6 @@ __export(ts_exports2, {
|
|
|
179488
179117
|
getLineAndCharacterOfPosition: () => getLineAndCharacterOfPosition,
|
|
179489
179118
|
getLineInfo: () => getLineInfo,
|
|
179490
179119
|
getLineOfLocalPosition: () => getLineOfLocalPosition,
|
|
179491
|
-
getLineOfLocalPositionFromLineMap: () => getLineOfLocalPositionFromLineMap,
|
|
179492
179120
|
getLineStartPositionForPosition: () => getLineStartPositionForPosition,
|
|
179493
179121
|
getLineStarts: () => getLineStarts,
|
|
179494
179122
|
getLinesBetweenPositionAndNextNonWhitespaceCharacter: () => getLinesBetweenPositionAndNextNonWhitespaceCharacter,
|
|
@@ -179552,40 +179180,32 @@ __export(ts_exports2, {
|
|
|
179552
179180
|
getNormalizedAbsolutePathWithoutRoot: () => getNormalizedAbsolutePathWithoutRoot,
|
|
179553
179181
|
getNormalizedPathComponents: () => getNormalizedPathComponents,
|
|
179554
179182
|
getObjectFlags: () => getObjectFlags,
|
|
179555
|
-
getOperator: () => getOperator,
|
|
179556
179183
|
getOperatorAssociativity: () => getOperatorAssociativity,
|
|
179557
179184
|
getOperatorPrecedence: () => getOperatorPrecedence,
|
|
179558
179185
|
getOptionFromName: () => getOptionFromName,
|
|
179559
179186
|
getOptionsForLibraryResolution: () => getOptionsForLibraryResolution,
|
|
179560
179187
|
getOptionsNameMap: () => getOptionsNameMap,
|
|
179561
179188
|
getOrCreateEmitNode: () => getOrCreateEmitNode,
|
|
179562
|
-
getOrCreateExternalHelpersModuleNameIfNeeded: () => getOrCreateExternalHelpersModuleNameIfNeeded,
|
|
179563
179189
|
getOrUpdate: () => getOrUpdate,
|
|
179564
179190
|
getOriginalNode: () => getOriginalNode,
|
|
179565
179191
|
getOriginalNodeId: () => getOriginalNodeId,
|
|
179566
|
-
getOriginalSourceFile: () => getOriginalSourceFile,
|
|
179567
179192
|
getOutputDeclarationFileName: () => getOutputDeclarationFileName,
|
|
179568
179193
|
getOutputDeclarationFileNameWorker: () => getOutputDeclarationFileNameWorker,
|
|
179569
179194
|
getOutputExtension: () => getOutputExtension,
|
|
179570
179195
|
getOutputFileNames: () => getOutputFileNames,
|
|
179571
179196
|
getOutputJSFileNameWorker: () => getOutputJSFileNameWorker,
|
|
179572
179197
|
getOutputPathsFor: () => getOutputPathsFor,
|
|
179573
|
-
getOutputPathsForBundle: () => getOutputPathsForBundle,
|
|
179574
179198
|
getOwnEmitOutputFilePath: () => getOwnEmitOutputFilePath,
|
|
179575
179199
|
getOwnKeys: () => getOwnKeys,
|
|
179576
179200
|
getOwnValues: () => getOwnValues,
|
|
179577
|
-
getPackageJsonInfo: () => getPackageJsonInfo,
|
|
179578
179201
|
getPackageJsonTypesVersionsPaths: () => getPackageJsonTypesVersionsPaths,
|
|
179579
|
-
getPackageJsonsVisibleToFile: () => getPackageJsonsVisibleToFile,
|
|
179580
179202
|
getPackageNameFromTypesPackageName: () => getPackageNameFromTypesPackageName,
|
|
179581
179203
|
getPackageScopeForPath: () => getPackageScopeForPath,
|
|
179582
179204
|
getParameterSymbolFromJSDoc: () => getParameterSymbolFromJSDoc,
|
|
179583
|
-
getParameterTypeNode: () => getParameterTypeNode,
|
|
179584
179205
|
getParentNodeInSpan: () => getParentNodeInSpan,
|
|
179585
179206
|
getParseTreeNode: () => getParseTreeNode,
|
|
179586
179207
|
getParsedCommandLineOfConfigFile: () => getParsedCommandLineOfConfigFile,
|
|
179587
179208
|
getPathComponents: () => getPathComponents,
|
|
179588
|
-
getPathComponentsRelativeTo: () => getPathComponentsRelativeTo,
|
|
179589
179209
|
getPathFromPathComponents: () => getPathFromPathComponents,
|
|
179590
179210
|
getPathUpdater: () => getPathUpdater,
|
|
179591
179211
|
getPathsBasePath: () => getPathsBasePath,
|
|
@@ -179603,7 +179223,6 @@ __export(ts_exports2, {
|
|
|
179603
179223
|
getPropertyArrayElementValue: () => getPropertyArrayElementValue,
|
|
179604
179224
|
getPropertyAssignmentAliasLikeExpression: () => getPropertyAssignmentAliasLikeExpression,
|
|
179605
179225
|
getPropertyNameForPropertyNameNode: () => getPropertyNameForPropertyNameNode,
|
|
179606
|
-
getPropertyNameForUniqueESSymbol: () => getPropertyNameForUniqueESSymbol,
|
|
179607
179226
|
getPropertyNameFromType: () => getPropertyNameFromType,
|
|
179608
179227
|
getPropertyNameOfBindingOrAssignmentElement: () => getPropertyNameOfBindingOrAssignmentElement,
|
|
179609
179228
|
getPropertySymbolFromBindingElement: () => getPropertySymbolFromBindingElement,
|
|
@@ -179635,7 +179254,6 @@ __export(ts_exports2, {
|
|
|
179635
179254
|
getRootDeclaration: () => getRootDeclaration,
|
|
179636
179255
|
getRootDirectoryOfResolutionCache: () => getRootDirectoryOfResolutionCache,
|
|
179637
179256
|
getRootLength: () => getRootLength,
|
|
179638
|
-
getRootPathSplitLength: () => getRootPathSplitLength,
|
|
179639
179257
|
getScriptKind: () => getScriptKind,
|
|
179640
179258
|
getScriptKindFromFileName: () => getScriptKindFromFileName,
|
|
179641
179259
|
getScriptTargetFeatures: () => getScriptTargetFeatures,
|
|
@@ -179647,14 +179265,12 @@ __export(ts_exports2, {
|
|
|
179647
179265
|
getSetAccessorValueParameter: () => getSetAccessorValueParameter,
|
|
179648
179266
|
getSetExternalModuleIndicator: () => getSetExternalModuleIndicator,
|
|
179649
179267
|
getShebang: () => getShebang,
|
|
179650
|
-
getSingleInitializerOfVariableStatementOrPropertyDeclaration: () => getSingleInitializerOfVariableStatementOrPropertyDeclaration,
|
|
179651
179268
|
getSingleVariableOfVariableStatement: () => getSingleVariableOfVariableStatement,
|
|
179652
179269
|
getSnapshotText: () => getSnapshotText,
|
|
179653
179270
|
getSnippetElement: () => getSnippetElement,
|
|
179654
179271
|
getSourceFileOfModule: () => getSourceFileOfModule,
|
|
179655
179272
|
getSourceFileOfNode: () => getSourceFileOfNode,
|
|
179656
179273
|
getSourceFilePathInNewDir: () => getSourceFilePathInNewDir,
|
|
179657
|
-
getSourceFilePathInNewDirWorker: () => getSourceFilePathInNewDirWorker,
|
|
179658
179274
|
getSourceFileVersionAsHashFromText: () => getSourceFileVersionAsHashFromText,
|
|
179659
179275
|
getSourceFilesToEmit: () => getSourceFilesToEmit,
|
|
179660
179276
|
getSourceMapRange: () => getSourceMapRange,
|
|
@@ -179677,7 +179293,6 @@ __export(ts_exports2, {
|
|
|
179677
179293
|
getSwitchedType: () => getSwitchedType,
|
|
179678
179294
|
getSymbolId: () => getSymbolId,
|
|
179679
179295
|
getSymbolNameForPrivateIdentifier: () => getSymbolNameForPrivateIdentifier,
|
|
179680
|
-
getSymbolParentOrFail: () => getSymbolParentOrFail,
|
|
179681
179296
|
getSymbolTarget: () => getSymbolTarget,
|
|
179682
179297
|
getSyntacticClassifications: () => getSyntacticClassifications,
|
|
179683
179298
|
getSyntacticModifierFlags: () => getSyntacticModifierFlags,
|
|
@@ -179708,7 +179323,6 @@ __export(ts_exports2, {
|
|
|
179708
179323
|
getTouchingToken: () => getTouchingToken,
|
|
179709
179324
|
getTrailingCommentRanges: () => getTrailingCommentRanges,
|
|
179710
179325
|
getTrailingSemicolonDeferringWriter: () => getTrailingSemicolonDeferringWriter,
|
|
179711
|
-
getTransformFlagsSubtreeExclusions: () => getTransformFlagsSubtreeExclusions,
|
|
179712
179326
|
getTransformers: () => getTransformers,
|
|
179713
179327
|
getTsBuildInfoEmitOutputFilePath: () => getTsBuildInfoEmitOutputFilePath,
|
|
179714
179328
|
getTsConfigObjectLiteralExpression: () => getTsConfigObjectLiteralExpression,
|
|
@@ -179736,7 +179350,6 @@ __export(ts_exports2, {
|
|
|
179736
179350
|
hasAccessorModifier: () => hasAccessorModifier,
|
|
179737
179351
|
hasAmbientModifier: () => hasAmbientModifier,
|
|
179738
179352
|
hasChangesInResolutions: () => hasChangesInResolutions,
|
|
179739
|
-
hasChildOfKind: () => hasChildOfKind,
|
|
179740
179353
|
hasContextSensitiveParameters: () => hasContextSensitiveParameters,
|
|
179741
179354
|
hasDecorators: () => hasDecorators,
|
|
179742
179355
|
hasDocComment: () => hasDocComment,
|
|
@@ -179772,7 +179385,6 @@ __export(ts_exports2, {
|
|
|
179772
179385
|
hasType: () => hasType,
|
|
179773
179386
|
hasTypeArguments: () => hasTypeArguments,
|
|
179774
179387
|
hasZeroOrOneAsteriskCharacter: () => hasZeroOrOneAsteriskCharacter,
|
|
179775
|
-
helperString: () => helperString,
|
|
179776
179388
|
hostGetCanonicalFileName: () => hostGetCanonicalFileName,
|
|
179777
179389
|
hostUsesCaseSensitiveFileNames: () => hostUsesCaseSensitiveFileNames,
|
|
179778
179390
|
idText: () => idText,
|
|
@@ -179782,9 +179394,7 @@ __export(ts_exports2, {
|
|
|
179782
179394
|
identitySourceMapConsumer: () => identitySourceMapConsumer,
|
|
179783
179395
|
ignoreSourceNewlines: () => ignoreSourceNewlines,
|
|
179784
179396
|
ignoredPaths: () => ignoredPaths,
|
|
179785
|
-
importDefaultHelper: () => importDefaultHelper,
|
|
179786
179397
|
importFromModuleSpecifier: () => importFromModuleSpecifier,
|
|
179787
|
-
importStarHelper: () => importStarHelper,
|
|
179788
179398
|
indexOfAnyCharCode: () => indexOfAnyCharCode,
|
|
179789
179399
|
indexOfNode: () => indexOfNode,
|
|
179790
179400
|
indicesOf: () => indicesOf,
|
|
@@ -179792,7 +179402,6 @@ __export(ts_exports2, {
|
|
|
179792
179402
|
injectClassNamedEvaluationHelperBlockIfMissing: () => injectClassNamedEvaluationHelperBlockIfMissing,
|
|
179793
179403
|
injectClassThisAssignmentIfMissing: () => injectClassThisAssignmentIfMissing,
|
|
179794
179404
|
insertImports: () => insertImports,
|
|
179795
|
-
insertLeadingStatement: () => insertLeadingStatement,
|
|
179796
179405
|
insertSorted: () => insertSorted,
|
|
179797
179406
|
insertStatementAfterCustomPrologue: () => insertStatementAfterCustomPrologue,
|
|
179798
179407
|
insertStatementAfterStandardPrologue: () => insertStatementAfterStandardPrologue,
|
|
@@ -179808,11 +179417,9 @@ __export(ts_exports2, {
|
|
|
179808
179417
|
isAccessibilityModifier: () => isAccessibilityModifier,
|
|
179809
179418
|
isAccessor: () => isAccessor,
|
|
179810
179419
|
isAccessorModifier: () => isAccessorModifier,
|
|
179811
|
-
isAliasSymbolDeclaration: () => isAliasSymbolDeclaration,
|
|
179812
179420
|
isAliasableExpression: () => isAliasableExpression,
|
|
179813
179421
|
isAmbientModule: () => isAmbientModule,
|
|
179814
179422
|
isAmbientPropertyDeclaration: () => isAmbientPropertyDeclaration,
|
|
179815
|
-
isAnonymousFunctionDefinition: () => isAnonymousFunctionDefinition,
|
|
179816
179423
|
isAnyDirectorySeparator: () => isAnyDirectorySeparator,
|
|
179817
179424
|
isAnyImportOrBareOrAccessedRequire: () => isAnyImportOrBareOrAccessedRequire,
|
|
179818
179425
|
isAnyImportOrReExport: () => isAnyImportOrReExport,
|
|
@@ -179888,7 +179495,6 @@ __export(ts_exports2, {
|
|
|
179888
179495
|
isCatchClauseVariableDeclaration: () => isCatchClauseVariableDeclaration,
|
|
179889
179496
|
isCatchClauseVariableDeclarationOrBindingElement: () => isCatchClauseVariableDeclarationOrBindingElement,
|
|
179890
179497
|
isCheckJsEnabledForFile: () => isCheckJsEnabledForFile,
|
|
179891
|
-
isChildOfNodeWithKind: () => isChildOfNodeWithKind,
|
|
179892
179498
|
isCircularBuildOrder: () => isCircularBuildOrder,
|
|
179893
179499
|
isClassDeclaration: () => isClassDeclaration,
|
|
179894
179500
|
isClassElement: () => isClassElement,
|
|
@@ -179900,7 +179506,6 @@ __export(ts_exports2, {
|
|
|
179900
179506
|
isClassOrTypeElement: () => isClassOrTypeElement,
|
|
179901
179507
|
isClassStaticBlockDeclaration: () => isClassStaticBlockDeclaration,
|
|
179902
179508
|
isClassThisAssignmentBlock: () => isClassThisAssignmentBlock,
|
|
179903
|
-
isCollapsedRange: () => isCollapsedRange,
|
|
179904
179509
|
isColonToken: () => isColonToken,
|
|
179905
179510
|
isCommaExpression: () => isCommaExpression,
|
|
179906
179511
|
isCommaListExpression: () => isCommaListExpression,
|
|
@@ -179943,16 +179548,13 @@ __export(ts_exports2, {
|
|
|
179943
179548
|
isDeleteTarget: () => isDeleteTarget,
|
|
179944
179549
|
isDeprecatedDeclaration: () => isDeprecatedDeclaration,
|
|
179945
179550
|
isDestructuringAssignment: () => isDestructuringAssignment,
|
|
179946
|
-
isDiagnosticWithLocation: () => isDiagnosticWithLocation,
|
|
179947
179551
|
isDiskPathRoot: () => isDiskPathRoot,
|
|
179948
179552
|
isDoStatement: () => isDoStatement,
|
|
179949
179553
|
isDocumentRegistryEntry: () => isDocumentRegistryEntry,
|
|
179950
179554
|
isDotDotDotToken: () => isDotDotDotToken,
|
|
179951
179555
|
isDottedName: () => isDottedName,
|
|
179952
179556
|
isDynamicName: () => isDynamicName,
|
|
179953
|
-
isESSymbolIdentifier: () => isESSymbolIdentifier,
|
|
179954
179557
|
isEffectiveExternalModule: () => isEffectiveExternalModule,
|
|
179955
|
-
isEffectiveModuleDeclaration: () => isEffectiveModuleDeclaration,
|
|
179956
179558
|
isEffectiveStrictModeSourceFile: () => isEffectiveStrictModeSourceFile,
|
|
179957
179559
|
isElementAccessChain: () => isElementAccessChain,
|
|
179958
179560
|
isElementAccessExpression: () => isElementAccessExpression,
|
|
@@ -180022,13 +179624,11 @@ __export(ts_exports2, {
|
|
|
180022
179624
|
isFunctionOrModuleBlock: () => isFunctionOrModuleBlock,
|
|
180023
179625
|
isFunctionSymbol: () => isFunctionSymbol,
|
|
180024
179626
|
isFunctionTypeNode: () => isFunctionTypeNode,
|
|
180025
|
-
isFutureReservedKeyword: () => isFutureReservedKeyword,
|
|
180026
179627
|
isGeneratedIdentifier: () => isGeneratedIdentifier,
|
|
180027
179628
|
isGeneratedPrivateIdentifier: () => isGeneratedPrivateIdentifier,
|
|
180028
179629
|
isGetAccessor: () => isGetAccessor,
|
|
180029
179630
|
isGetAccessorDeclaration: () => isGetAccessorDeclaration,
|
|
180030
179631
|
isGetOrSetAccessorDeclaration: () => isGetOrSetAccessorDeclaration,
|
|
180031
|
-
isGlobalDeclaration: () => isGlobalDeclaration,
|
|
180032
179632
|
isGlobalScopeAugmentation: () => isGlobalScopeAugmentation,
|
|
180033
179633
|
isGlobalSourceFile: () => isGlobalSourceFile,
|
|
180034
179634
|
isGrammarError: () => isGrammarError,
|
|
@@ -180184,7 +179784,6 @@ __export(ts_exports2, {
|
|
|
180184
179784
|
isLabeledStatement: () => isLabeledStatement,
|
|
180185
179785
|
isLateVisibilityPaintedStatement: () => isLateVisibilityPaintedStatement,
|
|
180186
179786
|
isLeftHandSideExpression: () => isLeftHandSideExpression,
|
|
180187
|
-
isLeftHandSideOfAssignment: () => isLeftHandSideOfAssignment,
|
|
180188
179787
|
isLet: () => isLet,
|
|
180189
179788
|
isLineBreak: () => isLineBreak,
|
|
180190
179789
|
isLiteralComputedPropertyDeclarationName: () => isLiteralComputedPropertyDeclarationName,
|
|
@@ -180192,10 +179791,7 @@ __export(ts_exports2, {
|
|
|
180192
179791
|
isLiteralExpressionOfObject: () => isLiteralExpressionOfObject,
|
|
180193
179792
|
isLiteralImportTypeNode: () => isLiteralImportTypeNode,
|
|
180194
179793
|
isLiteralKind: () => isLiteralKind,
|
|
180195
|
-
isLiteralLikeAccess: () => isLiteralLikeAccess,
|
|
180196
|
-
isLiteralLikeElementAccess: () => isLiteralLikeElementAccess,
|
|
180197
179794
|
isLiteralNameOfPropertyDeclarationOrIndexAccess: () => isLiteralNameOfPropertyDeclarationOrIndexAccess,
|
|
180198
|
-
isLiteralTypeLikeExpression: () => isLiteralTypeLikeExpression,
|
|
180199
179795
|
isLiteralTypeLiteral: () => isLiteralTypeLiteral,
|
|
180200
179796
|
isLiteralTypeNode: () => isLiteralTypeNode,
|
|
180201
179797
|
isLocalName: () => isLocalName,
|
|
@@ -180230,7 +179826,6 @@ __export(ts_exports2, {
|
|
|
180230
179826
|
isModuleWithStringLiteralName: () => isModuleWithStringLiteralName,
|
|
180231
179827
|
isNameOfFunctionDeclaration: () => isNameOfFunctionDeclaration,
|
|
180232
179828
|
isNameOfModuleDeclaration: () => isNameOfModuleDeclaration,
|
|
180233
|
-
isNamedClassElement: () => isNamedClassElement,
|
|
180234
179829
|
isNamedDeclaration: () => isNamedDeclaration,
|
|
180235
179830
|
isNamedEvaluation: () => isNamedEvaluation,
|
|
180236
179831
|
isNamedEvaluationSource: () => isNamedEvaluationSource,
|
|
@@ -180248,7 +179843,6 @@ __export(ts_exports2, {
|
|
|
180248
179843
|
isNewExpression: () => isNewExpression,
|
|
180249
179844
|
isNewExpressionTarget: () => isNewExpressionTarget,
|
|
180250
179845
|
isNoSubstitutionTemplateLiteral: () => isNoSubstitutionTemplateLiteral,
|
|
180251
|
-
isNode: () => isNode,
|
|
180252
179846
|
isNodeArray: () => isNodeArray,
|
|
180253
179847
|
isNodeArrayMultiLine: () => isNodeArrayMultiLine,
|
|
180254
179848
|
isNodeDescendantOf: () => isNodeDescendantOf,
|
|
@@ -180257,15 +179851,11 @@ __export(ts_exports2, {
|
|
|
180257
179851
|
isNodeModulesDirectory: () => isNodeModulesDirectory,
|
|
180258
179852
|
isNodeWithPossibleHoistedDeclaration: () => isNodeWithPossibleHoistedDeclaration,
|
|
180259
179853
|
isNonContextualKeyword: () => isNonContextualKeyword,
|
|
180260
|
-
isNonExportDefaultModifier: () => isNonExportDefaultModifier,
|
|
180261
179854
|
isNonGlobalAmbientModule: () => isNonGlobalAmbientModule,
|
|
180262
|
-
isNonGlobalDeclaration: () => isNonGlobalDeclaration,
|
|
180263
|
-
isNonIncrementalBuildInfo: () => isNonIncrementalBuildInfo,
|
|
180264
179855
|
isNonNullAccess: () => isNonNullAccess,
|
|
180265
179856
|
isNonNullChain: () => isNonNullChain,
|
|
180266
179857
|
isNonNullExpression: () => isNonNullExpression,
|
|
180267
179858
|
isNonStaticMethodOrAccessorWithPrivateName: () => isNonStaticMethodOrAccessorWithPrivateName,
|
|
180268
|
-
isNotEmittedOrPartiallyEmittedNode: () => isNotEmittedOrPartiallyEmittedNode,
|
|
180269
179859
|
isNotEmittedStatement: () => isNotEmittedStatement,
|
|
180270
179860
|
isNullishCoalesce: () => isNullishCoalesce,
|
|
180271
179861
|
isNumber: () => isNumber,
|
|
@@ -180281,7 +179871,6 @@ __export(ts_exports2, {
|
|
|
180281
179871
|
isObjectLiteralMethod: () => isObjectLiteralMethod,
|
|
180282
179872
|
isObjectLiteralOrClassExpressionMethodOrAccessor: () => isObjectLiteralOrClassExpressionMethodOrAccessor,
|
|
180283
179873
|
isObjectTypeDeclaration: () => isObjectTypeDeclaration,
|
|
180284
|
-
isOctalDigit: () => isOctalDigit,
|
|
180285
179874
|
isOmittedExpression: () => isOmittedExpression,
|
|
180286
179875
|
isOptionalChain: () => isOptionalChain,
|
|
180287
179876
|
isOptionalChainRoot: () => isOptionalChainRoot,
|
|
@@ -180327,7 +179916,6 @@ __export(ts_exports2, {
|
|
|
180327
179916
|
isPropertyName: () => isPropertyName,
|
|
180328
179917
|
isPropertyNameLiteral: () => isPropertyNameLiteral,
|
|
180329
179918
|
isPropertySignature: () => isPropertySignature,
|
|
180330
|
-
isProtoSetter: () => isProtoSetter,
|
|
180331
179919
|
isPrototypeAccess: () => isPrototypeAccess,
|
|
180332
179920
|
isPrototypePropertyAssignment: () => isPrototypePropertyAssignment,
|
|
180333
179921
|
isPunctuation: () => isPunctuation,
|
|
@@ -180337,7 +179925,6 @@ __export(ts_exports2, {
|
|
|
180337
179925
|
isQuestionOrExclamationToken: () => isQuestionOrExclamationToken,
|
|
180338
179926
|
isQuestionOrPlusOrMinusToken: () => isQuestionOrPlusOrMinusToken,
|
|
180339
179927
|
isQuestionToken: () => isQuestionToken,
|
|
180340
|
-
isRawSourceMap: () => isRawSourceMap,
|
|
180341
179928
|
isReadonlyKeyword: () => isReadonlyKeyword,
|
|
180342
179929
|
isReadonlyKeywordOrPlusOrMinusToken: () => isReadonlyKeywordOrPlusOrMinusToken,
|
|
180343
179930
|
isRecognizedTripleSlashComment: () => isRecognizedTripleSlashComment,
|
|
@@ -180359,25 +179946,21 @@ __export(ts_exports2, {
|
|
|
180359
179946
|
isRootedDiskPath: () => isRootedDiskPath,
|
|
180360
179947
|
isSameEntityName: () => isSameEntityName,
|
|
180361
179948
|
isSatisfiesExpression: () => isSatisfiesExpression,
|
|
180362
|
-
isScopeMarker: () => isScopeMarker,
|
|
180363
179949
|
isSemicolonClassElement: () => isSemicolonClassElement,
|
|
180364
179950
|
isSetAccessor: () => isSetAccessor,
|
|
180365
179951
|
isSetAccessorDeclaration: () => isSetAccessorDeclaration,
|
|
180366
|
-
isShebangTrivia: () => isShebangTrivia,
|
|
180367
179952
|
isShiftOperatorOrHigher: () => isShiftOperatorOrHigher,
|
|
180368
179953
|
isShorthandAmbientModuleSymbol: () => isShorthandAmbientModuleSymbol,
|
|
180369
179954
|
isShorthandPropertyAssignment: () => isShorthandPropertyAssignment,
|
|
180370
179955
|
isSignedNumericLiteral: () => isSignedNumericLiteral,
|
|
180371
179956
|
isSimpleCopiableExpression: () => isSimpleCopiableExpression,
|
|
180372
179957
|
isSimpleInlineableExpression: () => isSimpleInlineableExpression,
|
|
180373
|
-
isSimpleParameter: () => isSimpleParameter,
|
|
180374
179958
|
isSimpleParameterList: () => isSimpleParameterList,
|
|
180375
179959
|
isSingleOrDoubleQuote: () => isSingleOrDoubleQuote,
|
|
180376
179960
|
isSourceElement: () => isSourceElement,
|
|
180377
179961
|
isSourceFile: () => isSourceFile,
|
|
180378
179962
|
isSourceFileFromLibrary: () => isSourceFileFromLibrary,
|
|
180379
179963
|
isSourceFileJS: () => isSourceFileJS,
|
|
180380
|
-
isSourceFileNotJS: () => isSourceFileNotJS,
|
|
180381
179964
|
isSourceFileNotJson: () => isSourceFileNotJson,
|
|
180382
179965
|
isSourceMapping: () => isSourceMapping,
|
|
180383
179966
|
isSpecialPropertyDeclaration: () => isSpecialPropertyDeclaration,
|
|
@@ -180390,7 +179973,6 @@ __export(ts_exports2, {
|
|
|
180390
179973
|
isStatic: () => isStatic,
|
|
180391
179974
|
isStaticModifier: () => isStaticModifier,
|
|
180392
179975
|
isString: () => isString,
|
|
180393
|
-
isStringAKeyword: () => isStringAKeyword,
|
|
180394
179976
|
isStringANonContextualKeyword: () => isStringANonContextualKeyword,
|
|
180395
179977
|
isStringAndEmptyAnonymousObjectIntersection: () => isStringAndEmptyAnonymousObjectIntersection,
|
|
180396
179978
|
isStringDoubleQuoted: () => isStringDoubleQuoted,
|
|
@@ -180403,7 +179985,6 @@ __export(ts_exports2, {
|
|
|
180403
179985
|
isStringTextContainingNode: () => isStringTextContainingNode,
|
|
180404
179986
|
isSuperCall: () => isSuperCall,
|
|
180405
179987
|
isSuperKeyword: () => isSuperKeyword,
|
|
180406
|
-
isSuperOrSuperProperty: () => isSuperOrSuperProperty,
|
|
180407
179988
|
isSuperProperty: () => isSuperProperty,
|
|
180408
179989
|
isSupportedSourceFileName: () => isSupportedSourceFileName,
|
|
180409
179990
|
isSwitchStatement: () => isSwitchStatement,
|
|
@@ -180449,7 +180030,6 @@ __export(ts_exports2, {
|
|
|
180449
180030
|
isTypeDeclaration: () => isTypeDeclaration,
|
|
180450
180031
|
isTypeElement: () => isTypeElement,
|
|
180451
180032
|
isTypeKeyword: () => isTypeKeyword,
|
|
180452
|
-
isTypeKeywordToken: () => isTypeKeywordToken,
|
|
180453
180033
|
isTypeKeywordTokenOrIdentifier: () => isTypeKeywordTokenOrIdentifier,
|
|
180454
180034
|
isTypeLiteralNode: () => isTypeLiteralNode,
|
|
180455
180035
|
isTypeNode: () => isTypeNode,
|
|
@@ -180504,9 +180084,6 @@ __export(ts_exports2, {
|
|
|
180504
180084
|
libMap: () => libMap,
|
|
180505
180085
|
libs: () => libs,
|
|
180506
180086
|
lineBreakPart: () => lineBreakPart,
|
|
180507
|
-
linkNamePart: () => linkNamePart,
|
|
180508
|
-
linkPart: () => linkPart,
|
|
180509
|
-
linkTextPart: () => linkTextPart,
|
|
180510
180087
|
loadModuleFromGlobalCache: () => loadModuleFromGlobalCache,
|
|
180511
180088
|
loadWithModeAwareCache: () => loadWithModeAwareCache,
|
|
180512
180089
|
makeIdentifierFromModuleName: () => makeIdentifierFromModuleName,
|
|
@@ -180529,10 +180106,7 @@ __export(ts_exports2, {
|
|
|
180529
180106
|
maybeBind: () => maybeBind,
|
|
180530
180107
|
maybeSetLocalizedDiagnosticMessages: () => maybeSetLocalizedDiagnosticMessages,
|
|
180531
180108
|
memoize: () => memoize,
|
|
180532
|
-
memoizeCached: () => memoizeCached,
|
|
180533
180109
|
memoizeOne: () => memoizeOne,
|
|
180534
|
-
memoizeWeak: () => memoizeWeak,
|
|
180535
|
-
metadataHelper: () => metadataHelper,
|
|
180536
180110
|
min: () => min,
|
|
180537
180111
|
minAndMax: () => minAndMax,
|
|
180538
180112
|
missingFileModifiedTime: () => missingFileModifiedTime,
|
|
@@ -180580,7 +180154,6 @@ __export(ts_exports2, {
|
|
|
180580
180154
|
nodePosToString: () => nodePosToString,
|
|
180581
180155
|
nodeSeenTracker: () => nodeSeenTracker,
|
|
180582
180156
|
nodeStartsNewLexicalEnvironment: () => nodeStartsNewLexicalEnvironment,
|
|
180583
|
-
nodeToDisplayParts: () => nodeToDisplayParts,
|
|
180584
180157
|
noop: () => noop,
|
|
180585
180158
|
noopFileWatcher: () => noopFileWatcher,
|
|
180586
180159
|
normalizePath: () => normalizePath,
|
|
@@ -180600,13 +180173,11 @@ __export(ts_exports2, {
|
|
|
180600
180173
|
optionsForBuild: () => optionsForBuild,
|
|
180601
180174
|
optionsForWatch: () => optionsForWatch,
|
|
180602
180175
|
optionsHaveChanges: () => optionsHaveChanges,
|
|
180603
|
-
optionsHaveModuleResolutionChanges: () => optionsHaveModuleResolutionChanges,
|
|
180604
180176
|
or: () => or,
|
|
180605
180177
|
orderedRemoveItem: () => orderedRemoveItem,
|
|
180606
180178
|
orderedRemoveItemAt: () => orderedRemoveItemAt,
|
|
180607
180179
|
packageIdToPackageName: () => packageIdToPackageName,
|
|
180608
180180
|
packageIdToString: () => packageIdToString,
|
|
180609
|
-
paramHelper: () => paramHelper,
|
|
180610
180181
|
parameterIsThisKeyword: () => parameterIsThisKeyword,
|
|
180611
180182
|
parameterNamePart: () => parameterNamePart,
|
|
180612
180183
|
parseBaseNodeFactory: () => parseBaseNodeFactory,
|
|
@@ -180639,7 +180210,6 @@ __export(ts_exports2, {
|
|
|
180639
180210
|
patternText: () => patternText,
|
|
180640
180211
|
performIncrementalCompilation: () => performIncrementalCompilation,
|
|
180641
180212
|
performance: () => ts_performance_exports,
|
|
180642
|
-
plainJSErrors: () => plainJSErrors,
|
|
180643
180213
|
positionBelongsToNode: () => positionBelongsToNode,
|
|
180644
180214
|
positionIsASICandidate: () => positionIsASICandidate,
|
|
180645
180215
|
positionIsSynthesized: () => positionIsSynthesized,
|
|
@@ -180652,7 +180222,6 @@ __export(ts_exports2, {
|
|
|
180652
180222
|
programContainsEsModules: () => programContainsEsModules,
|
|
180653
180223
|
programContainsModules: () => programContainsModules,
|
|
180654
180224
|
projectReferenceIsEqualTo: () => projectReferenceIsEqualTo,
|
|
180655
|
-
propKeyHelper: () => propKeyHelper,
|
|
180656
180225
|
propertyNamePart: () => propertyNamePart,
|
|
180657
180226
|
pseudoBigIntToString: () => pseudoBigIntToString,
|
|
180658
180227
|
punctuationPart: () => punctuationPart,
|
|
@@ -180675,7 +180244,6 @@ __export(ts_exports2, {
|
|
|
180675
180244
|
rangeStartPositionsAreOnSameLine: () => rangeStartPositionsAreOnSameLine,
|
|
180676
180245
|
readBuilderProgram: () => readBuilderProgram,
|
|
180677
180246
|
readConfigFile: () => readConfigFile,
|
|
180678
|
-
readHelper: () => readHelper,
|
|
180679
180247
|
readJson: () => readJson,
|
|
180680
180248
|
readJsonConfigFile: () => readJsonConfigFile,
|
|
180681
180249
|
readJsonOrUndefined: () => readJsonOrUndefined,
|
|
@@ -180694,7 +180262,6 @@ __export(ts_exports2, {
|
|
|
180694
180262
|
removeFileExtension: () => removeFileExtension,
|
|
180695
180263
|
removeIgnoredPath: () => removeIgnoredPath,
|
|
180696
180264
|
removeMinAndVersionNumbers: () => removeMinAndVersionNumbers,
|
|
180697
|
-
removeOptionality: () => removeOptionality,
|
|
180698
180265
|
removePrefix: () => removePrefix,
|
|
180699
180266
|
removeSuffix: () => removeSuffix,
|
|
180700
180267
|
removeTrailingDirectorySeparator: () => removeTrailingDirectorySeparator,
|
|
@@ -180713,20 +180280,16 @@ __export(ts_exports2, {
|
|
|
180713
180280
|
resolveTripleslashReference: () => resolveTripleslashReference,
|
|
180714
180281
|
resolveTypeReferenceDirective: () => resolveTypeReferenceDirective,
|
|
180715
180282
|
resolvingEmptyArray: () => resolvingEmptyArray,
|
|
180716
|
-
restHelper: () => restHelper,
|
|
180717
180283
|
returnFalse: () => returnFalse,
|
|
180718
180284
|
returnNoopFileWatcher: () => returnNoopFileWatcher,
|
|
180719
180285
|
returnTrue: () => returnTrue,
|
|
180720
180286
|
returnUndefined: () => returnUndefined,
|
|
180721
180287
|
returnsPromise: () => returnsPromise,
|
|
180722
|
-
runInitializersHelper: () => runInitializersHelper,
|
|
180723
180288
|
sameFlatMap: () => sameFlatMap,
|
|
180724
180289
|
sameMap: () => sameMap,
|
|
180725
180290
|
sameMapping: () => sameMapping,
|
|
180726
|
-
scanShebangTrivia: () => scanShebangTrivia,
|
|
180727
180291
|
scanTokenAtPosition: () => scanTokenAtPosition,
|
|
180728
180292
|
scanner: () => scanner,
|
|
180729
|
-
screenStartingMessageCodes: () => screenStartingMessageCodes,
|
|
180730
180293
|
semanticDiagnosticsOptionDeclarations: () => semanticDiagnosticsOptionDeclarations,
|
|
180731
180294
|
serializeCompilerOptions: () => serializeCompilerOptions,
|
|
180732
180295
|
server: () => ts_server_exports3,
|
|
@@ -180734,16 +180297,13 @@ __export(ts_exports2, {
|
|
|
180734
180297
|
setCommentRange: () => setCommentRange,
|
|
180735
180298
|
setConfigFileInOptions: () => setConfigFileInOptions,
|
|
180736
180299
|
setConstantValue: () => setConstantValue,
|
|
180737
|
-
setEachParent: () => setEachParent,
|
|
180738
180300
|
setEmitFlags: () => setEmitFlags,
|
|
180739
|
-
setFunctionNameHelper: () => setFunctionNameHelper,
|
|
180740
180301
|
setGetSourceFileAsHashVersioned: () => setGetSourceFileAsHashVersioned,
|
|
180741
180302
|
setIdentifierAutoGenerate: () => setIdentifierAutoGenerate,
|
|
180742
180303
|
setIdentifierGeneratedImportReference: () => setIdentifierGeneratedImportReference,
|
|
180743
180304
|
setIdentifierTypeArguments: () => setIdentifierTypeArguments,
|
|
180744
180305
|
setInternalEmitFlags: () => setInternalEmitFlags,
|
|
180745
180306
|
setLocalizedDiagnosticMessages: () => setLocalizedDiagnosticMessages,
|
|
180746
|
-
setModuleDefaultHelper: () => setModuleDefaultHelper,
|
|
180747
180307
|
setNodeChildren: () => setNodeChildren,
|
|
180748
180308
|
setNodeFlags: () => setNodeFlags,
|
|
180749
180309
|
setObjectAllocator: () => setObjectAllocator,
|
|
@@ -180772,7 +180332,6 @@ __export(ts_exports2, {
|
|
|
180772
180332
|
shouldPreserveConstEnums: () => shouldPreserveConstEnums,
|
|
180773
180333
|
shouldUseUriStyleNodeCoreModules: () => shouldUseUriStyleNodeCoreModules,
|
|
180774
180334
|
showModuleSpecifier: () => showModuleSpecifier,
|
|
180775
|
-
signatureHasLiteralTypes: () => signatureHasLiteralTypes,
|
|
180776
180335
|
signatureHasRestParameter: () => signatureHasRestParameter,
|
|
180777
180336
|
signatureToDisplayParts: () => signatureToDisplayParts,
|
|
180778
180337
|
single: () => single,
|
|
@@ -180781,7 +180340,6 @@ __export(ts_exports2, {
|
|
|
180781
180340
|
singleOrMany: () => singleOrMany,
|
|
180782
180341
|
singleOrUndefined: () => singleOrUndefined,
|
|
180783
180342
|
skipAlias: () => skipAlias,
|
|
180784
|
-
skipAssertions: () => skipAssertions,
|
|
180785
180343
|
skipConstraint: () => skipConstraint,
|
|
180786
180344
|
skipOuterExpressions: () => skipOuterExpressions,
|
|
180787
180345
|
skipParentheses: () => skipParentheses,
|
|
@@ -180802,7 +180360,6 @@ __export(ts_exports2, {
|
|
|
180802
180360
|
sourceMapCommentRegExpDontCareLineStart: () => sourceMapCommentRegExpDontCareLineStart,
|
|
180803
180361
|
spacePart: () => spacePart,
|
|
180804
180362
|
spanMap: () => spanMap,
|
|
180805
|
-
spreadArrayHelper: () => spreadArrayHelper,
|
|
180806
180363
|
stableSort: () => stableSort,
|
|
180807
180364
|
startEndContainsRange: () => startEndContainsRange,
|
|
180808
180365
|
startEndOverlapsWithStartEnd: () => startEndOverlapsWithStartEnd,
|
|
@@ -180816,10 +180373,8 @@ __export(ts_exports2, {
|
|
|
180816
180373
|
stringToToken: () => stringToToken,
|
|
180817
180374
|
stripQuotes: () => stripQuotes,
|
|
180818
180375
|
supportedDeclarationExtensions: () => supportedDeclarationExtensions,
|
|
180819
|
-
supportedJSExtensions: () => supportedJSExtensions,
|
|
180820
180376
|
supportedJSExtensionsFlat: () => supportedJSExtensionsFlat,
|
|
180821
180377
|
supportedLocaleDirectories: () => supportedLocaleDirectories,
|
|
180822
|
-
supportedTSExtensions: () => supportedTSExtensions,
|
|
180823
180378
|
supportedTSExtensionsFlat: () => supportedTSExtensionsFlat,
|
|
180824
180379
|
supportedTSImplementationExtensions: () => supportedTSImplementationExtensions,
|
|
180825
180380
|
suppressLeadingAndTrailingTrivia: () => suppressLeadingAndTrailingTrivia,
|
|
@@ -180828,16 +180383,12 @@ __export(ts_exports2, {
|
|
|
180828
180383
|
symbolEscapedNameNoDefault: () => symbolEscapedNameNoDefault,
|
|
180829
180384
|
symbolName: () => symbolName,
|
|
180830
180385
|
symbolNameNoDefault: () => symbolNameNoDefault,
|
|
180831
|
-
symbolPart: () => symbolPart,
|
|
180832
180386
|
symbolToDisplayParts: () => symbolToDisplayParts,
|
|
180833
|
-
syntaxMayBeASICandidate: () => syntaxMayBeASICandidate,
|
|
180834
|
-
syntaxRequiresTrailingSemicolonOrASI: () => syntaxRequiresTrailingSemicolonOrASI,
|
|
180835
180387
|
sys: () => sys,
|
|
180836
180388
|
sysLog: () => sysLog,
|
|
180837
180389
|
tagNamesAreEquivalent: () => tagNamesAreEquivalent,
|
|
180838
180390
|
takeWhile: () => takeWhile,
|
|
180839
180391
|
targetOptionDeclaration: () => targetOptionDeclaration,
|
|
180840
|
-
templateObjectHelper: () => templateObjectHelper,
|
|
180841
180392
|
testFormatSettings: () => testFormatSettings,
|
|
180842
180393
|
textChangeRangeIsUnchanged: () => textChangeRangeIsUnchanged,
|
|
180843
180394
|
textChangeRangeNewSpan: () => textChangeRangeNewSpan,
|
|
@@ -180866,7 +180417,6 @@ __export(ts_exports2, {
|
|
|
180866
180417
|
toBuilderStateFileInfoForMultiEmit: () => toBuilderStateFileInfoForMultiEmit,
|
|
180867
180418
|
toEditorSettings: () => toEditorSettings,
|
|
180868
180419
|
toFileNameLowerCase: () => toFileNameLowerCase,
|
|
180869
|
-
toLowerCase: () => toLowerCase,
|
|
180870
180420
|
toPath: () => toPath,
|
|
180871
180421
|
toProgramEmitPending: () => toProgramEmitPending,
|
|
180872
180422
|
tokenIsIdentifierOrKeyword: () => tokenIsIdentifierOrKeyword,
|
|
@@ -180920,7 +180470,6 @@ __export(ts_exports2, {
|
|
|
180920
180470
|
tryGetPropertyNameOfBindingOrAssignmentElement: () => tryGetPropertyNameOfBindingOrAssignmentElement,
|
|
180921
180471
|
tryGetSourceMappingURL: () => tryGetSourceMappingURL,
|
|
180922
180472
|
tryGetTextOfPropertyName: () => tryGetTextOfPropertyName,
|
|
180923
|
-
tryIOAndConsumeErrors: () => tryIOAndConsumeErrors,
|
|
180924
180473
|
tryParseJson: () => tryParseJson,
|
|
180925
180474
|
tryParsePattern: () => tryParsePattern,
|
|
180926
180475
|
tryParsePatterns: () => tryParsePatterns,
|
|
@@ -180942,7 +180491,6 @@ __export(ts_exports2, {
|
|
|
180942
180491
|
unescapeLeadingUnderscores: () => unescapeLeadingUnderscores,
|
|
180943
180492
|
unmangleScopedPackageName: () => unmangleScopedPackageName,
|
|
180944
180493
|
unorderedRemoveItem: () => unorderedRemoveItem,
|
|
180945
|
-
unorderedRemoveItemAt: () => unorderedRemoveItemAt,
|
|
180946
180494
|
unreachableCodeIsError: () => unreachableCodeIsError,
|
|
180947
180495
|
unsetNodeChildren: () => unsetNodeChildren,
|
|
180948
180496
|
unusedLabelIsError: () => unusedLabelIsError,
|
|
@@ -180955,11 +180503,9 @@ __export(ts_exports2, {
|
|
|
180955
180503
|
updateSharedExtendedConfigFileWatcher: () => updateSharedExtendedConfigFileWatcher,
|
|
180956
180504
|
updateSourceFile: () => updateSourceFile,
|
|
180957
180505
|
updateWatchingWildcardDirectories: () => updateWatchingWildcardDirectories,
|
|
180958
|
-
usesExtensionsOnImports: () => usesExtensionsOnImports,
|
|
180959
180506
|
usingSingleLineStringWriter: () => usingSingleLineStringWriter,
|
|
180960
180507
|
utf16EncodeAsString: () => utf16EncodeAsString,
|
|
180961
180508
|
validateLocaleAndSetLanguage: () => validateLocaleAndSetLanguage,
|
|
180962
|
-
valuesHelper: () => valuesHelper,
|
|
180963
180509
|
version: () => version,
|
|
180964
180510
|
versionMajorMinor: () => versionMajorMinor,
|
|
180965
180511
|
visitArray: () => visitArray,
|
|
@@ -180972,7 +180518,6 @@ __export(ts_exports2, {
|
|
|
180972
180518
|
visitNodes: () => visitNodes2,
|
|
180973
180519
|
visitParameterList: () => visitParameterList,
|
|
180974
180520
|
walkUpBindingElementsAndPatterns: () => walkUpBindingElementsAndPatterns,
|
|
180975
|
-
walkUpLexicalEnvironments: () => walkUpLexicalEnvironments,
|
|
180976
180521
|
walkUpOuterExpressions: () => walkUpOuterExpressions,
|
|
180977
180522
|
walkUpParenthesizedExpressions: () => walkUpParenthesizedExpressions,
|
|
180978
180523
|
walkUpParenthesizedTypes: () => walkUpParenthesizedTypes,
|
|
@@ -181156,7 +180701,6 @@ __export(ts_server_exports3, {
|
|
|
181156
180701
|
createSortedArray: () => createSortedArray2,
|
|
181157
180702
|
emptyArray: () => emptyArray2,
|
|
181158
180703
|
findArgument: () => findArgument,
|
|
181159
|
-
forEachResolvedProjectReferenceProject: () => forEachResolvedProjectReferenceProject,
|
|
181160
180704
|
formatDiagnosticToProtocol: () => formatDiagnosticToProtocol,
|
|
181161
180705
|
formatMessage: () => formatMessage2,
|
|
181162
180706
|
getBaseConfigFileName: () => getBaseConfigFileName,
|
|
@@ -181182,7 +180726,6 @@ __export(ts_server_exports3, {
|
|
|
181182
180726
|
nullCancellationToken: () => nullCancellationToken,
|
|
181183
180727
|
nullTypingsInstaller: () => nullTypingsInstaller,
|
|
181184
180728
|
protocol: () => ts_server_protocol_exports,
|
|
181185
|
-
removeSorted: () => removeSorted,
|
|
181186
180729
|
stringifyIndented: () => stringifyIndented,
|
|
181187
180730
|
toEvent: () => toEvent,
|
|
181188
180731
|
toNormalizedPath: () => toNormalizedPath,
|
|
@@ -181757,19 +181300,6 @@ function getBaseConfigFileName(configFilePath) {
|
|
|
181757
181300
|
const base = getBaseFileName(configFilePath);
|
|
181758
181301
|
return base === "tsconfig.json" || base === "jsconfig.json" ? base : void 0;
|
|
181759
181302
|
}
|
|
181760
|
-
function removeSorted(array, remove, compare) {
|
|
181761
|
-
if (!array || array.length === 0) {
|
|
181762
|
-
return;
|
|
181763
|
-
}
|
|
181764
|
-
if (array[0] === remove) {
|
|
181765
|
-
array.splice(0, 1);
|
|
181766
|
-
return;
|
|
181767
|
-
}
|
|
181768
|
-
const removeIndex = binarySearch(array, remove, identity, compare);
|
|
181769
|
-
if (removeIndex >= 0) {
|
|
181770
|
-
array.splice(removeIndex, 1);
|
|
181771
|
-
}
|
|
181772
|
-
}
|
|
181773
181303
|
|
|
181774
181304
|
// src/server/_namespaces/ts.server.protocol.ts
|
|
181775
181305
|
var ts_server_protocol_exports = {};
|
|
@@ -182680,6 +182210,7 @@ var Project2 = class _Project {
|
|
|
182680
182210
|
this.trace = (s) => host.trace(s);
|
|
182681
182211
|
}
|
|
182682
182212
|
this.realpath = maybeBind(host, host.realpath);
|
|
182213
|
+
this.preferNonRecursiveWatch = this.projectService.canUseWatchEvents || host.preferNonRecursiveWatch;
|
|
182683
182214
|
this.resolutionCache = createResolutionCache(
|
|
182684
182215
|
this,
|
|
182685
182216
|
this.currentDirectory,
|
|
@@ -185283,8 +184814,11 @@ function createProjectNameFactoryWithCounter(nameFactory) {
|
|
|
185283
184814
|
function getHostWatcherMap() {
|
|
185284
184815
|
return { idToCallbacks: /* @__PURE__ */ new Map(), pathToId: /* @__PURE__ */ new Map() };
|
|
185285
184816
|
}
|
|
184817
|
+
function getCanUseWatchEvents(service, canUseWatchEvents) {
|
|
184818
|
+
return !!canUseWatchEvents && !!service.eventHandler && !!service.session;
|
|
184819
|
+
}
|
|
185286
184820
|
function createWatchFactoryHostUsingWatchEvents(service, canUseWatchEvents) {
|
|
185287
|
-
if (!
|
|
184821
|
+
if (!getCanUseWatchEvents(service, canUseWatchEvents)) return void 0;
|
|
185288
184822
|
const watchedFiles = getHostWatcherMap();
|
|
185289
184823
|
const watchedDirectories = getHostWatcherMap();
|
|
185290
184824
|
const watchedDirectoriesRecursive = getHostWatcherMap();
|
|
@@ -185505,6 +185039,7 @@ var _ProjectService = class _ProjectService {
|
|
|
185505
185039
|
log,
|
|
185506
185040
|
getDetailWatchInfo
|
|
185507
185041
|
);
|
|
185042
|
+
this.canUseWatchEvents = getCanUseWatchEvents(this, opts.canUseWatchEvents);
|
|
185508
185043
|
(_a = opts.incrementalVerifier) == null ? void 0 : _a.call(opts, this);
|
|
185509
185044
|
}
|
|
185510
185045
|
toPath(fileName) {
|
|
@@ -193087,7 +192622,6 @@ __export(ts_server_exports4, {
|
|
|
193087
192622
|
createSortedArray: () => createSortedArray2,
|
|
193088
192623
|
emptyArray: () => emptyArray2,
|
|
193089
192624
|
findArgument: () => findArgument,
|
|
193090
|
-
forEachResolvedProjectReferenceProject: () => forEachResolvedProjectReferenceProject,
|
|
193091
192625
|
formatDiagnosticToProtocol: () => formatDiagnosticToProtocol,
|
|
193092
192626
|
formatMessage: () => formatMessage2,
|
|
193093
192627
|
getBaseConfigFileName: () => getBaseConfigFileName,
|
|
@@ -193113,7 +192647,6 @@ __export(ts_server_exports4, {
|
|
|
193113
192647
|
nullCancellationToken: () => nullCancellationToken,
|
|
193114
192648
|
nullTypingsInstaller: () => nullTypingsInstaller,
|
|
193115
192649
|
protocol: () => ts_server_protocol_exports,
|
|
193116
|
-
removeSorted: () => removeSorted,
|
|
193117
192650
|
stringifyIndented: () => stringifyIndented,
|
|
193118
192651
|
toEvent: () => toEvent,
|
|
193119
192652
|
toNormalizedPath: () => toNormalizedPath,
|
|
@@ -193191,7 +192724,6 @@ if (typeof console !== "undefined") {
|
|
|
193191
192724
|
GoToDefinition,
|
|
193192
192725
|
HighlightSpanKind,
|
|
193193
192726
|
IdentifierNameMap,
|
|
193194
|
-
IdentifierNameMultiMap,
|
|
193195
192727
|
ImportKind,
|
|
193196
192728
|
ImportsNotUsedAsValues,
|
|
193197
192729
|
IndentStyle,
|
|
@@ -193278,7 +192810,6 @@ if (typeof console !== "undefined") {
|
|
|
193278
192810
|
SymbolFlags,
|
|
193279
192811
|
SymbolFormatFlags,
|
|
193280
192812
|
SyntaxKind,
|
|
193281
|
-
SyntheticSymbolKind,
|
|
193282
192813
|
Ternary,
|
|
193283
192814
|
ThrottledCancellationToken,
|
|
193284
192815
|
TokenClass,
|
|
@@ -193301,7 +192832,6 @@ if (typeof console !== "undefined") {
|
|
|
193301
192832
|
WatchLogLevel,
|
|
193302
192833
|
WatchType,
|
|
193303
192834
|
accessPrivateIdentifier,
|
|
193304
|
-
addDisposableResourceHelper,
|
|
193305
192835
|
addEmitFlags,
|
|
193306
192836
|
addEmitHelper,
|
|
193307
192837
|
addEmitHelpers,
|
|
@@ -193324,7 +192854,6 @@ if (typeof console !== "undefined") {
|
|
|
193324
192854
|
arrayFrom,
|
|
193325
192855
|
arrayIsEqualTo,
|
|
193326
192856
|
arrayIsHomogeneous,
|
|
193327
|
-
arrayIsSorted,
|
|
193328
192857
|
arrayOf,
|
|
193329
192858
|
arrayReverseIterator,
|
|
193330
192859
|
arrayToMap,
|
|
@@ -193332,14 +192861,8 @@ if (typeof console !== "undefined") {
|
|
|
193332
192861
|
arrayToNumericMap,
|
|
193333
192862
|
assertType,
|
|
193334
192863
|
assign,
|
|
193335
|
-
assignHelper,
|
|
193336
|
-
asyncDelegator,
|
|
193337
|
-
asyncGeneratorHelper,
|
|
193338
192864
|
asyncSuperHelper,
|
|
193339
|
-
asyncValues,
|
|
193340
192865
|
attachFileToDiagnostics,
|
|
193341
|
-
awaitHelper,
|
|
193342
|
-
awaiterHelper,
|
|
193343
192866
|
base64decode,
|
|
193344
192867
|
base64encode,
|
|
193345
192868
|
binarySearch,
|
|
@@ -193388,9 +192911,6 @@ if (typeof console !== "undefined") {
|
|
|
193388
192911
|
classHasDeclaredOrExplicitlyAssignedName,
|
|
193389
192912
|
classHasExplicitlyAssignedName,
|
|
193390
192913
|
classOrConstructorParameterIsDecorated,
|
|
193391
|
-
classPrivateFieldGetHelper,
|
|
193392
|
-
classPrivateFieldInHelper,
|
|
193393
|
-
classPrivateFieldSetHelper,
|
|
193394
192914
|
classicNameResolver,
|
|
193395
192915
|
classifier,
|
|
193396
192916
|
cleanExtendedConfigCache,
|
|
@@ -193398,7 +192918,6 @@ if (typeof console !== "undefined") {
|
|
|
193398
192918
|
clearMap,
|
|
193399
192919
|
clearSharedExtendedConfigFileWatcher,
|
|
193400
192920
|
climbPastPropertyAccess,
|
|
193401
|
-
climbPastPropertyOrElementAccess,
|
|
193402
192921
|
clone,
|
|
193403
192922
|
cloneCompilerOptions,
|
|
193404
192923
|
closeFileWatcher,
|
|
@@ -193411,12 +192930,10 @@ if (typeof console !== "undefined") {
|
|
|
193411
192930
|
commandLineOptionOfCustomType,
|
|
193412
192931
|
commentPragmas,
|
|
193413
192932
|
commonOptionsWithBuild,
|
|
193414
|
-
commonPackageFolders,
|
|
193415
192933
|
compact,
|
|
193416
192934
|
compareBooleans,
|
|
193417
192935
|
compareDataObjects,
|
|
193418
192936
|
compareDiagnostics,
|
|
193419
|
-
compareDiagnosticsSkipRelatedInformation,
|
|
193420
192937
|
compareEmitHelpers,
|
|
193421
192938
|
compareNumberOfDirectorySeparators,
|
|
193422
192939
|
comparePaths,
|
|
@@ -193430,26 +192947,21 @@ if (typeof console !== "undefined") {
|
|
|
193430
192947
|
compareStringsCaseSensitiveUI,
|
|
193431
192948
|
compareTextSpans,
|
|
193432
192949
|
compareValues,
|
|
193433
|
-
compileOnSaveCommandLineOption,
|
|
193434
192950
|
compilerOptionsAffectDeclarationPath,
|
|
193435
192951
|
compilerOptionsAffectEmit,
|
|
193436
192952
|
compilerOptionsAffectSemanticDiagnostics,
|
|
193437
192953
|
compilerOptionsDidYouMeanDiagnostics,
|
|
193438
192954
|
compilerOptionsIndicateEsModules,
|
|
193439
|
-
compose,
|
|
193440
192955
|
computeCommonSourceDirectoryOfFilenames,
|
|
193441
192956
|
computeLineAndCharacterOfPosition,
|
|
193442
192957
|
computeLineOfPosition,
|
|
193443
192958
|
computeLineStarts,
|
|
193444
192959
|
computePositionOfLineAndCharacter,
|
|
193445
|
-
computeSignature,
|
|
193446
192960
|
computeSignatureWithDiagnostics,
|
|
193447
192961
|
computeSuggestionDiagnostics,
|
|
193448
192962
|
computedOptions,
|
|
193449
192963
|
concatenate,
|
|
193450
192964
|
concatenateDiagnosticMessageChains,
|
|
193451
|
-
configDirTemplateSubstitutionOptions,
|
|
193452
|
-
configDirTemplateSubstitutionWatchOptions,
|
|
193453
192965
|
consumesNodeCoreModules,
|
|
193454
192966
|
contains,
|
|
193455
192967
|
containsIgnoredPath,
|
|
@@ -193480,15 +192992,11 @@ if (typeof console !== "undefined") {
|
|
|
193480
192992
|
createAccessorPropertySetRedirector,
|
|
193481
192993
|
createBaseNodeFactory,
|
|
193482
192994
|
createBinaryExpressionTrampoline,
|
|
193483
|
-
createBindingHelper,
|
|
193484
192995
|
createBuilderProgram,
|
|
193485
192996
|
createBuilderProgramUsingIncrementalBuildInfo,
|
|
193486
192997
|
createBuilderStatusReporter,
|
|
193487
|
-
createCacheWithRedirects,
|
|
193488
192998
|
createCacheableExportInfoMap,
|
|
193489
192999
|
createCachedDirectoryStructureHost,
|
|
193490
|
-
createClassNamedEvaluationHelperBlock,
|
|
193491
|
-
createClassThisAssignmentBlock,
|
|
193492
193000
|
createClassifier,
|
|
193493
193001
|
createCommentDirectivesMap,
|
|
193494
193002
|
createCompilerDiagnostic,
|
|
@@ -193610,10 +193118,7 @@ if (typeof console !== "undefined") {
|
|
|
193610
193118
|
declarationNameToString,
|
|
193611
193119
|
decodeMappings,
|
|
193612
193120
|
decodedTextSpanIntersectsWith,
|
|
193613
|
-
decorateHelper,
|
|
193614
193121
|
deduplicate,
|
|
193615
|
-
defaultIncludeSpec,
|
|
193616
|
-
defaultInitCompilerOptions,
|
|
193617
193122
|
defaultMaximumTruncationLength,
|
|
193618
193123
|
diagnosticCategoryName,
|
|
193619
193124
|
diagnosticToString,
|
|
@@ -193623,27 +193128,22 @@ if (typeof console !== "undefined") {
|
|
|
193623
193128
|
displayPart,
|
|
193624
193129
|
displayPartsToString,
|
|
193625
193130
|
disposeEmitNodes,
|
|
193626
|
-
disposeResourcesHelper,
|
|
193627
193131
|
documentSpansEqual,
|
|
193628
193132
|
dumpTracingLegend,
|
|
193629
193133
|
elementAt,
|
|
193630
193134
|
elideNodes,
|
|
193631
|
-
emitComments,
|
|
193632
193135
|
emitDetachedComments,
|
|
193633
193136
|
emitFiles,
|
|
193634
193137
|
emitFilesAndReportErrors,
|
|
193635
193138
|
emitFilesAndReportErrorsAndGetExitStatus,
|
|
193636
193139
|
emitModuleKindIsNonNodeESM,
|
|
193637
193140
|
emitNewLineBeforeLeadingCommentOfPosition,
|
|
193638
|
-
emitNewLineBeforeLeadingComments,
|
|
193639
|
-
emitNewLineBeforeLeadingCommentsOfPosition,
|
|
193640
193141
|
emitResolverSkipsTypeChecking,
|
|
193641
193142
|
emitSkippedWithNoDiagnostics,
|
|
193642
193143
|
emptyArray,
|
|
193643
193144
|
emptyFileSystemEntries,
|
|
193644
193145
|
emptyMap,
|
|
193645
193146
|
emptyOptions,
|
|
193646
|
-
emptySet,
|
|
193647
193147
|
endsWith,
|
|
193648
193148
|
ensurePathIsNonModuleName,
|
|
193649
193149
|
ensureScriptKind,
|
|
@@ -193654,7 +193154,6 @@ if (typeof console !== "undefined") {
|
|
|
193654
193154
|
equateStringsCaseInsensitive,
|
|
193655
193155
|
equateStringsCaseSensitive,
|
|
193656
193156
|
equateValues,
|
|
193657
|
-
esDecorateHelper,
|
|
193658
193157
|
escapeJsxAttributeString,
|
|
193659
193158
|
escapeLeadingUnderscores,
|
|
193660
193159
|
escapeNonAsciiString,
|
|
@@ -193668,10 +193167,8 @@ if (typeof console !== "undefined") {
|
|
|
193668
193167
|
explainFiles,
|
|
193669
193168
|
explainIfFileIsRedirectAndImpliedFormat,
|
|
193670
193169
|
exportAssignmentIsAlias,
|
|
193671
|
-
exportStarHelper,
|
|
193672
193170
|
expressionResultIsUnused,
|
|
193673
193171
|
extend,
|
|
193674
|
-
extendsHelper,
|
|
193675
193172
|
extensionFromPath,
|
|
193676
193173
|
extensionIsTS,
|
|
193677
193174
|
extensionsNotSupportingExtensionlessResolution,
|
|
@@ -193698,7 +193195,6 @@ if (typeof console !== "undefined") {
|
|
|
193698
193195
|
findLast,
|
|
193699
193196
|
findLastIndex,
|
|
193700
193197
|
findListItemInfo,
|
|
193701
|
-
findMap,
|
|
193702
193198
|
findModifier,
|
|
193703
193199
|
findNextToken,
|
|
193704
193200
|
findPackageJson,
|
|
@@ -193746,7 +193242,6 @@ if (typeof console !== "undefined") {
|
|
|
193746
193242
|
forEachTsConfigPropArray,
|
|
193747
193243
|
forEachUnique,
|
|
193748
193244
|
forEachYieldExpression,
|
|
193749
|
-
forSomeAncestorDirectory,
|
|
193750
193245
|
formatColorAndReset,
|
|
193751
193246
|
formatDiagnostic,
|
|
193752
193247
|
formatDiagnostics,
|
|
@@ -193757,11 +193252,8 @@ if (typeof console !== "undefined") {
|
|
|
193757
193252
|
formatMessage,
|
|
193758
193253
|
formatStringFromArgs,
|
|
193759
193254
|
formatting,
|
|
193760
|
-
fullTripleSlashAMDReferencePathRegEx,
|
|
193761
|
-
fullTripleSlashReferencePathRegEx,
|
|
193762
193255
|
generateDjb2Hash,
|
|
193763
193256
|
generateTSConfig,
|
|
193764
|
-
generatorHelper,
|
|
193765
193257
|
getAdjustedReferenceLocation,
|
|
193766
193258
|
getAdjustedRenameLocation,
|
|
193767
193259
|
getAliasDeclarationFromName,
|
|
@@ -193780,7 +193272,6 @@ if (typeof console !== "undefined") {
|
|
|
193780
193272
|
getAreDeclarationMapsEnabled,
|
|
193781
193273
|
getAssignedExpandoInitializer,
|
|
193782
193274
|
getAssignedName,
|
|
193783
|
-
getAssignedNameOfIdentifier,
|
|
193784
193275
|
getAssignmentDeclarationKind,
|
|
193785
193276
|
getAssignmentDeclarationPropertyAccessKind,
|
|
193786
193277
|
getAssignmentTargetKind,
|
|
@@ -193821,7 +193312,6 @@ if (typeof console !== "undefined") {
|
|
|
193821
193312
|
getContainingObjectLiteralElement,
|
|
193822
193313
|
getContextualTypeFromParent,
|
|
193823
193314
|
getContextualTypeFromParentOrAncestorTypeNode,
|
|
193824
|
-
getCurrentTime,
|
|
193825
193315
|
getDeclarationDiagnostics,
|
|
193826
193316
|
getDeclarationEmitExtensionForPath,
|
|
193827
193317
|
getDeclarationEmitOutputFilePath,
|
|
@@ -193923,7 +193413,6 @@ if (typeof console !== "undefined") {
|
|
|
193923
193413
|
getImpliedNodeFormatForFileWorker,
|
|
193924
193414
|
getImportNeedsImportDefaultHelper,
|
|
193925
193415
|
getImportNeedsImportStarHelper,
|
|
193926
|
-
getIndentSize,
|
|
193927
193416
|
getIndentString,
|
|
193928
193417
|
getInferredLibraryNameResolveFrom,
|
|
193929
193418
|
getInitializedVariables,
|
|
@@ -193961,7 +193450,6 @@ if (typeof console !== "undefined") {
|
|
|
193961
193450
|
getJSDocSatisfiesExpressionType,
|
|
193962
193451
|
getJSDocSatisfiesTag,
|
|
193963
193452
|
getJSDocTags,
|
|
193964
|
-
getJSDocTagsNoCache,
|
|
193965
193453
|
getJSDocTemplateTag,
|
|
193966
193454
|
getJSDocThisTag,
|
|
193967
193455
|
getJSDocType,
|
|
@@ -193985,7 +193473,6 @@ if (typeof console !== "undefined") {
|
|
|
193985
193473
|
getLineAndCharacterOfPosition,
|
|
193986
193474
|
getLineInfo,
|
|
193987
193475
|
getLineOfLocalPosition,
|
|
193988
|
-
getLineOfLocalPositionFromLineMap,
|
|
193989
193476
|
getLineStartPositionForPosition,
|
|
193990
193477
|
getLineStarts,
|
|
193991
193478
|
getLinesBetweenPositionAndNextNonWhitespaceCharacter,
|
|
@@ -194049,40 +193536,32 @@ if (typeof console !== "undefined") {
|
|
|
194049
193536
|
getNormalizedAbsolutePathWithoutRoot,
|
|
194050
193537
|
getNormalizedPathComponents,
|
|
194051
193538
|
getObjectFlags,
|
|
194052
|
-
getOperator,
|
|
194053
193539
|
getOperatorAssociativity,
|
|
194054
193540
|
getOperatorPrecedence,
|
|
194055
193541
|
getOptionFromName,
|
|
194056
193542
|
getOptionsForLibraryResolution,
|
|
194057
193543
|
getOptionsNameMap,
|
|
194058
193544
|
getOrCreateEmitNode,
|
|
194059
|
-
getOrCreateExternalHelpersModuleNameIfNeeded,
|
|
194060
193545
|
getOrUpdate,
|
|
194061
193546
|
getOriginalNode,
|
|
194062
193547
|
getOriginalNodeId,
|
|
194063
|
-
getOriginalSourceFile,
|
|
194064
193548
|
getOutputDeclarationFileName,
|
|
194065
193549
|
getOutputDeclarationFileNameWorker,
|
|
194066
193550
|
getOutputExtension,
|
|
194067
193551
|
getOutputFileNames,
|
|
194068
193552
|
getOutputJSFileNameWorker,
|
|
194069
193553
|
getOutputPathsFor,
|
|
194070
|
-
getOutputPathsForBundle,
|
|
194071
193554
|
getOwnEmitOutputFilePath,
|
|
194072
193555
|
getOwnKeys,
|
|
194073
193556
|
getOwnValues,
|
|
194074
|
-
getPackageJsonInfo,
|
|
194075
193557
|
getPackageJsonTypesVersionsPaths,
|
|
194076
|
-
getPackageJsonsVisibleToFile,
|
|
194077
193558
|
getPackageNameFromTypesPackageName,
|
|
194078
193559
|
getPackageScopeForPath,
|
|
194079
193560
|
getParameterSymbolFromJSDoc,
|
|
194080
|
-
getParameterTypeNode,
|
|
194081
193561
|
getParentNodeInSpan,
|
|
194082
193562
|
getParseTreeNode,
|
|
194083
193563
|
getParsedCommandLineOfConfigFile,
|
|
194084
193564
|
getPathComponents,
|
|
194085
|
-
getPathComponentsRelativeTo,
|
|
194086
193565
|
getPathFromPathComponents,
|
|
194087
193566
|
getPathUpdater,
|
|
194088
193567
|
getPathsBasePath,
|
|
@@ -194100,7 +193579,6 @@ if (typeof console !== "undefined") {
|
|
|
194100
193579
|
getPropertyArrayElementValue,
|
|
194101
193580
|
getPropertyAssignmentAliasLikeExpression,
|
|
194102
193581
|
getPropertyNameForPropertyNameNode,
|
|
194103
|
-
getPropertyNameForUniqueESSymbol,
|
|
194104
193582
|
getPropertyNameFromType,
|
|
194105
193583
|
getPropertyNameOfBindingOrAssignmentElement,
|
|
194106
193584
|
getPropertySymbolFromBindingElement,
|
|
@@ -194132,7 +193610,6 @@ if (typeof console !== "undefined") {
|
|
|
194132
193610
|
getRootDeclaration,
|
|
194133
193611
|
getRootDirectoryOfResolutionCache,
|
|
194134
193612
|
getRootLength,
|
|
194135
|
-
getRootPathSplitLength,
|
|
194136
193613
|
getScriptKind,
|
|
194137
193614
|
getScriptKindFromFileName,
|
|
194138
193615
|
getScriptTargetFeatures,
|
|
@@ -194144,14 +193621,12 @@ if (typeof console !== "undefined") {
|
|
|
194144
193621
|
getSetAccessorValueParameter,
|
|
194145
193622
|
getSetExternalModuleIndicator,
|
|
194146
193623
|
getShebang,
|
|
194147
|
-
getSingleInitializerOfVariableStatementOrPropertyDeclaration,
|
|
194148
193624
|
getSingleVariableOfVariableStatement,
|
|
194149
193625
|
getSnapshotText,
|
|
194150
193626
|
getSnippetElement,
|
|
194151
193627
|
getSourceFileOfModule,
|
|
194152
193628
|
getSourceFileOfNode,
|
|
194153
193629
|
getSourceFilePathInNewDir,
|
|
194154
|
-
getSourceFilePathInNewDirWorker,
|
|
194155
193630
|
getSourceFileVersionAsHashFromText,
|
|
194156
193631
|
getSourceFilesToEmit,
|
|
194157
193632
|
getSourceMapRange,
|
|
@@ -194174,7 +193649,6 @@ if (typeof console !== "undefined") {
|
|
|
194174
193649
|
getSwitchedType,
|
|
194175
193650
|
getSymbolId,
|
|
194176
193651
|
getSymbolNameForPrivateIdentifier,
|
|
194177
|
-
getSymbolParentOrFail,
|
|
194178
193652
|
getSymbolTarget,
|
|
194179
193653
|
getSyntacticClassifications,
|
|
194180
193654
|
getSyntacticModifierFlags,
|
|
@@ -194205,7 +193679,6 @@ if (typeof console !== "undefined") {
|
|
|
194205
193679
|
getTouchingToken,
|
|
194206
193680
|
getTrailingCommentRanges,
|
|
194207
193681
|
getTrailingSemicolonDeferringWriter,
|
|
194208
|
-
getTransformFlagsSubtreeExclusions,
|
|
194209
193682
|
getTransformers,
|
|
194210
193683
|
getTsBuildInfoEmitOutputFilePath,
|
|
194211
193684
|
getTsConfigObjectLiteralExpression,
|
|
@@ -194233,7 +193706,6 @@ if (typeof console !== "undefined") {
|
|
|
194233
193706
|
hasAccessorModifier,
|
|
194234
193707
|
hasAmbientModifier,
|
|
194235
193708
|
hasChangesInResolutions,
|
|
194236
|
-
hasChildOfKind,
|
|
194237
193709
|
hasContextSensitiveParameters,
|
|
194238
193710
|
hasDecorators,
|
|
194239
193711
|
hasDocComment,
|
|
@@ -194269,7 +193741,6 @@ if (typeof console !== "undefined") {
|
|
|
194269
193741
|
hasType,
|
|
194270
193742
|
hasTypeArguments,
|
|
194271
193743
|
hasZeroOrOneAsteriskCharacter,
|
|
194272
|
-
helperString,
|
|
194273
193744
|
hostGetCanonicalFileName,
|
|
194274
193745
|
hostUsesCaseSensitiveFileNames,
|
|
194275
193746
|
idText,
|
|
@@ -194279,9 +193750,7 @@ if (typeof console !== "undefined") {
|
|
|
194279
193750
|
identitySourceMapConsumer,
|
|
194280
193751
|
ignoreSourceNewlines,
|
|
194281
193752
|
ignoredPaths,
|
|
194282
|
-
importDefaultHelper,
|
|
194283
193753
|
importFromModuleSpecifier,
|
|
194284
|
-
importStarHelper,
|
|
194285
193754
|
indexOfAnyCharCode,
|
|
194286
193755
|
indexOfNode,
|
|
194287
193756
|
indicesOf,
|
|
@@ -194289,7 +193758,6 @@ if (typeof console !== "undefined") {
|
|
|
194289
193758
|
injectClassNamedEvaluationHelperBlockIfMissing,
|
|
194290
193759
|
injectClassThisAssignmentIfMissing,
|
|
194291
193760
|
insertImports,
|
|
194292
|
-
insertLeadingStatement,
|
|
194293
193761
|
insertSorted,
|
|
194294
193762
|
insertStatementAfterCustomPrologue,
|
|
194295
193763
|
insertStatementAfterStandardPrologue,
|
|
@@ -194305,11 +193773,9 @@ if (typeof console !== "undefined") {
|
|
|
194305
193773
|
isAccessibilityModifier,
|
|
194306
193774
|
isAccessor,
|
|
194307
193775
|
isAccessorModifier,
|
|
194308
|
-
isAliasSymbolDeclaration,
|
|
194309
193776
|
isAliasableExpression,
|
|
194310
193777
|
isAmbientModule,
|
|
194311
193778
|
isAmbientPropertyDeclaration,
|
|
194312
|
-
isAnonymousFunctionDefinition,
|
|
194313
193779
|
isAnyDirectorySeparator,
|
|
194314
193780
|
isAnyImportOrBareOrAccessedRequire,
|
|
194315
193781
|
isAnyImportOrReExport,
|
|
@@ -194385,7 +193851,6 @@ if (typeof console !== "undefined") {
|
|
|
194385
193851
|
isCatchClauseVariableDeclaration,
|
|
194386
193852
|
isCatchClauseVariableDeclarationOrBindingElement,
|
|
194387
193853
|
isCheckJsEnabledForFile,
|
|
194388
|
-
isChildOfNodeWithKind,
|
|
194389
193854
|
isCircularBuildOrder,
|
|
194390
193855
|
isClassDeclaration,
|
|
194391
193856
|
isClassElement,
|
|
@@ -194397,7 +193862,6 @@ if (typeof console !== "undefined") {
|
|
|
194397
193862
|
isClassOrTypeElement,
|
|
194398
193863
|
isClassStaticBlockDeclaration,
|
|
194399
193864
|
isClassThisAssignmentBlock,
|
|
194400
|
-
isCollapsedRange,
|
|
194401
193865
|
isColonToken,
|
|
194402
193866
|
isCommaExpression,
|
|
194403
193867
|
isCommaListExpression,
|
|
@@ -194440,16 +193904,13 @@ if (typeof console !== "undefined") {
|
|
|
194440
193904
|
isDeleteTarget,
|
|
194441
193905
|
isDeprecatedDeclaration,
|
|
194442
193906
|
isDestructuringAssignment,
|
|
194443
|
-
isDiagnosticWithLocation,
|
|
194444
193907
|
isDiskPathRoot,
|
|
194445
193908
|
isDoStatement,
|
|
194446
193909
|
isDocumentRegistryEntry,
|
|
194447
193910
|
isDotDotDotToken,
|
|
194448
193911
|
isDottedName,
|
|
194449
193912
|
isDynamicName,
|
|
194450
|
-
isESSymbolIdentifier,
|
|
194451
193913
|
isEffectiveExternalModule,
|
|
194452
|
-
isEffectiveModuleDeclaration,
|
|
194453
193914
|
isEffectiveStrictModeSourceFile,
|
|
194454
193915
|
isElementAccessChain,
|
|
194455
193916
|
isElementAccessExpression,
|
|
@@ -194519,13 +193980,11 @@ if (typeof console !== "undefined") {
|
|
|
194519
193980
|
isFunctionOrModuleBlock,
|
|
194520
193981
|
isFunctionSymbol,
|
|
194521
193982
|
isFunctionTypeNode,
|
|
194522
|
-
isFutureReservedKeyword,
|
|
194523
193983
|
isGeneratedIdentifier,
|
|
194524
193984
|
isGeneratedPrivateIdentifier,
|
|
194525
193985
|
isGetAccessor,
|
|
194526
193986
|
isGetAccessorDeclaration,
|
|
194527
193987
|
isGetOrSetAccessorDeclaration,
|
|
194528
|
-
isGlobalDeclaration,
|
|
194529
193988
|
isGlobalScopeAugmentation,
|
|
194530
193989
|
isGlobalSourceFile,
|
|
194531
193990
|
isGrammarError,
|
|
@@ -194681,7 +194140,6 @@ if (typeof console !== "undefined") {
|
|
|
194681
194140
|
isLabeledStatement,
|
|
194682
194141
|
isLateVisibilityPaintedStatement,
|
|
194683
194142
|
isLeftHandSideExpression,
|
|
194684
|
-
isLeftHandSideOfAssignment,
|
|
194685
194143
|
isLet,
|
|
194686
194144
|
isLineBreak,
|
|
194687
194145
|
isLiteralComputedPropertyDeclarationName,
|
|
@@ -194689,10 +194147,7 @@ if (typeof console !== "undefined") {
|
|
|
194689
194147
|
isLiteralExpressionOfObject,
|
|
194690
194148
|
isLiteralImportTypeNode,
|
|
194691
194149
|
isLiteralKind,
|
|
194692
|
-
isLiteralLikeAccess,
|
|
194693
|
-
isLiteralLikeElementAccess,
|
|
194694
194150
|
isLiteralNameOfPropertyDeclarationOrIndexAccess,
|
|
194695
|
-
isLiteralTypeLikeExpression,
|
|
194696
194151
|
isLiteralTypeLiteral,
|
|
194697
194152
|
isLiteralTypeNode,
|
|
194698
194153
|
isLocalName,
|
|
@@ -194727,7 +194182,6 @@ if (typeof console !== "undefined") {
|
|
|
194727
194182
|
isModuleWithStringLiteralName,
|
|
194728
194183
|
isNameOfFunctionDeclaration,
|
|
194729
194184
|
isNameOfModuleDeclaration,
|
|
194730
|
-
isNamedClassElement,
|
|
194731
194185
|
isNamedDeclaration,
|
|
194732
194186
|
isNamedEvaluation,
|
|
194733
194187
|
isNamedEvaluationSource,
|
|
@@ -194745,7 +194199,6 @@ if (typeof console !== "undefined") {
|
|
|
194745
194199
|
isNewExpression,
|
|
194746
194200
|
isNewExpressionTarget,
|
|
194747
194201
|
isNoSubstitutionTemplateLiteral,
|
|
194748
|
-
isNode,
|
|
194749
194202
|
isNodeArray,
|
|
194750
194203
|
isNodeArrayMultiLine,
|
|
194751
194204
|
isNodeDescendantOf,
|
|
@@ -194754,15 +194207,11 @@ if (typeof console !== "undefined") {
|
|
|
194754
194207
|
isNodeModulesDirectory,
|
|
194755
194208
|
isNodeWithPossibleHoistedDeclaration,
|
|
194756
194209
|
isNonContextualKeyword,
|
|
194757
|
-
isNonExportDefaultModifier,
|
|
194758
194210
|
isNonGlobalAmbientModule,
|
|
194759
|
-
isNonGlobalDeclaration,
|
|
194760
|
-
isNonIncrementalBuildInfo,
|
|
194761
194211
|
isNonNullAccess,
|
|
194762
194212
|
isNonNullChain,
|
|
194763
194213
|
isNonNullExpression,
|
|
194764
194214
|
isNonStaticMethodOrAccessorWithPrivateName,
|
|
194765
|
-
isNotEmittedOrPartiallyEmittedNode,
|
|
194766
194215
|
isNotEmittedStatement,
|
|
194767
194216
|
isNullishCoalesce,
|
|
194768
194217
|
isNumber,
|
|
@@ -194778,7 +194227,6 @@ if (typeof console !== "undefined") {
|
|
|
194778
194227
|
isObjectLiteralMethod,
|
|
194779
194228
|
isObjectLiteralOrClassExpressionMethodOrAccessor,
|
|
194780
194229
|
isObjectTypeDeclaration,
|
|
194781
|
-
isOctalDigit,
|
|
194782
194230
|
isOmittedExpression,
|
|
194783
194231
|
isOptionalChain,
|
|
194784
194232
|
isOptionalChainRoot,
|
|
@@ -194824,7 +194272,6 @@ if (typeof console !== "undefined") {
|
|
|
194824
194272
|
isPropertyName,
|
|
194825
194273
|
isPropertyNameLiteral,
|
|
194826
194274
|
isPropertySignature,
|
|
194827
|
-
isProtoSetter,
|
|
194828
194275
|
isPrototypeAccess,
|
|
194829
194276
|
isPrototypePropertyAssignment,
|
|
194830
194277
|
isPunctuation,
|
|
@@ -194834,7 +194281,6 @@ if (typeof console !== "undefined") {
|
|
|
194834
194281
|
isQuestionOrExclamationToken,
|
|
194835
194282
|
isQuestionOrPlusOrMinusToken,
|
|
194836
194283
|
isQuestionToken,
|
|
194837
|
-
isRawSourceMap,
|
|
194838
194284
|
isReadonlyKeyword,
|
|
194839
194285
|
isReadonlyKeywordOrPlusOrMinusToken,
|
|
194840
194286
|
isRecognizedTripleSlashComment,
|
|
@@ -194856,25 +194302,21 @@ if (typeof console !== "undefined") {
|
|
|
194856
194302
|
isRootedDiskPath,
|
|
194857
194303
|
isSameEntityName,
|
|
194858
194304
|
isSatisfiesExpression,
|
|
194859
|
-
isScopeMarker,
|
|
194860
194305
|
isSemicolonClassElement,
|
|
194861
194306
|
isSetAccessor,
|
|
194862
194307
|
isSetAccessorDeclaration,
|
|
194863
|
-
isShebangTrivia,
|
|
194864
194308
|
isShiftOperatorOrHigher,
|
|
194865
194309
|
isShorthandAmbientModuleSymbol,
|
|
194866
194310
|
isShorthandPropertyAssignment,
|
|
194867
194311
|
isSignedNumericLiteral,
|
|
194868
194312
|
isSimpleCopiableExpression,
|
|
194869
194313
|
isSimpleInlineableExpression,
|
|
194870
|
-
isSimpleParameter,
|
|
194871
194314
|
isSimpleParameterList,
|
|
194872
194315
|
isSingleOrDoubleQuote,
|
|
194873
194316
|
isSourceElement,
|
|
194874
194317
|
isSourceFile,
|
|
194875
194318
|
isSourceFileFromLibrary,
|
|
194876
194319
|
isSourceFileJS,
|
|
194877
|
-
isSourceFileNotJS,
|
|
194878
194320
|
isSourceFileNotJson,
|
|
194879
194321
|
isSourceMapping,
|
|
194880
194322
|
isSpecialPropertyDeclaration,
|
|
@@ -194887,7 +194329,6 @@ if (typeof console !== "undefined") {
|
|
|
194887
194329
|
isStatic,
|
|
194888
194330
|
isStaticModifier,
|
|
194889
194331
|
isString,
|
|
194890
|
-
isStringAKeyword,
|
|
194891
194332
|
isStringANonContextualKeyword,
|
|
194892
194333
|
isStringAndEmptyAnonymousObjectIntersection,
|
|
194893
194334
|
isStringDoubleQuoted,
|
|
@@ -194900,7 +194341,6 @@ if (typeof console !== "undefined") {
|
|
|
194900
194341
|
isStringTextContainingNode,
|
|
194901
194342
|
isSuperCall,
|
|
194902
194343
|
isSuperKeyword,
|
|
194903
|
-
isSuperOrSuperProperty,
|
|
194904
194344
|
isSuperProperty,
|
|
194905
194345
|
isSupportedSourceFileName,
|
|
194906
194346
|
isSwitchStatement,
|
|
@@ -194946,7 +194386,6 @@ if (typeof console !== "undefined") {
|
|
|
194946
194386
|
isTypeDeclaration,
|
|
194947
194387
|
isTypeElement,
|
|
194948
194388
|
isTypeKeyword,
|
|
194949
|
-
isTypeKeywordToken,
|
|
194950
194389
|
isTypeKeywordTokenOrIdentifier,
|
|
194951
194390
|
isTypeLiteralNode,
|
|
194952
194391
|
isTypeNode,
|
|
@@ -195001,9 +194440,6 @@ if (typeof console !== "undefined") {
|
|
|
195001
194440
|
libMap,
|
|
195002
194441
|
libs,
|
|
195003
194442
|
lineBreakPart,
|
|
195004
|
-
linkNamePart,
|
|
195005
|
-
linkPart,
|
|
195006
|
-
linkTextPart,
|
|
195007
194443
|
loadModuleFromGlobalCache,
|
|
195008
194444
|
loadWithModeAwareCache,
|
|
195009
194445
|
makeIdentifierFromModuleName,
|
|
@@ -195026,10 +194462,7 @@ if (typeof console !== "undefined") {
|
|
|
195026
194462
|
maybeBind,
|
|
195027
194463
|
maybeSetLocalizedDiagnosticMessages,
|
|
195028
194464
|
memoize,
|
|
195029
|
-
memoizeCached,
|
|
195030
194465
|
memoizeOne,
|
|
195031
|
-
memoizeWeak,
|
|
195032
|
-
metadataHelper,
|
|
195033
194466
|
min,
|
|
195034
194467
|
minAndMax,
|
|
195035
194468
|
missingFileModifiedTime,
|
|
@@ -195077,7 +194510,6 @@ if (typeof console !== "undefined") {
|
|
|
195077
194510
|
nodePosToString,
|
|
195078
194511
|
nodeSeenTracker,
|
|
195079
194512
|
nodeStartsNewLexicalEnvironment,
|
|
195080
|
-
nodeToDisplayParts,
|
|
195081
194513
|
noop,
|
|
195082
194514
|
noopFileWatcher,
|
|
195083
194515
|
normalizePath,
|
|
@@ -195097,13 +194529,11 @@ if (typeof console !== "undefined") {
|
|
|
195097
194529
|
optionsForBuild,
|
|
195098
194530
|
optionsForWatch,
|
|
195099
194531
|
optionsHaveChanges,
|
|
195100
|
-
optionsHaveModuleResolutionChanges,
|
|
195101
194532
|
or,
|
|
195102
194533
|
orderedRemoveItem,
|
|
195103
194534
|
orderedRemoveItemAt,
|
|
195104
194535
|
packageIdToPackageName,
|
|
195105
194536
|
packageIdToString,
|
|
195106
|
-
paramHelper,
|
|
195107
194537
|
parameterIsThisKeyword,
|
|
195108
194538
|
parameterNamePart,
|
|
195109
194539
|
parseBaseNodeFactory,
|
|
@@ -195136,7 +194566,6 @@ if (typeof console !== "undefined") {
|
|
|
195136
194566
|
patternText,
|
|
195137
194567
|
performIncrementalCompilation,
|
|
195138
194568
|
performance,
|
|
195139
|
-
plainJSErrors,
|
|
195140
194569
|
positionBelongsToNode,
|
|
195141
194570
|
positionIsASICandidate,
|
|
195142
194571
|
positionIsSynthesized,
|
|
@@ -195149,7 +194578,6 @@ if (typeof console !== "undefined") {
|
|
|
195149
194578
|
programContainsEsModules,
|
|
195150
194579
|
programContainsModules,
|
|
195151
194580
|
projectReferenceIsEqualTo,
|
|
195152
|
-
propKeyHelper,
|
|
195153
194581
|
propertyNamePart,
|
|
195154
194582
|
pseudoBigIntToString,
|
|
195155
194583
|
punctuationPart,
|
|
@@ -195172,7 +194600,6 @@ if (typeof console !== "undefined") {
|
|
|
195172
194600
|
rangeStartPositionsAreOnSameLine,
|
|
195173
194601
|
readBuilderProgram,
|
|
195174
194602
|
readConfigFile,
|
|
195175
|
-
readHelper,
|
|
195176
194603
|
readJson,
|
|
195177
194604
|
readJsonConfigFile,
|
|
195178
194605
|
readJsonOrUndefined,
|
|
@@ -195191,7 +194618,6 @@ if (typeof console !== "undefined") {
|
|
|
195191
194618
|
removeFileExtension,
|
|
195192
194619
|
removeIgnoredPath,
|
|
195193
194620
|
removeMinAndVersionNumbers,
|
|
195194
|
-
removeOptionality,
|
|
195195
194621
|
removePrefix,
|
|
195196
194622
|
removeSuffix,
|
|
195197
194623
|
removeTrailingDirectorySeparator,
|
|
@@ -195210,20 +194636,16 @@ if (typeof console !== "undefined") {
|
|
|
195210
194636
|
resolveTripleslashReference,
|
|
195211
194637
|
resolveTypeReferenceDirective,
|
|
195212
194638
|
resolvingEmptyArray,
|
|
195213
|
-
restHelper,
|
|
195214
194639
|
returnFalse,
|
|
195215
194640
|
returnNoopFileWatcher,
|
|
195216
194641
|
returnTrue,
|
|
195217
194642
|
returnUndefined,
|
|
195218
194643
|
returnsPromise,
|
|
195219
|
-
runInitializersHelper,
|
|
195220
194644
|
sameFlatMap,
|
|
195221
194645
|
sameMap,
|
|
195222
194646
|
sameMapping,
|
|
195223
|
-
scanShebangTrivia,
|
|
195224
194647
|
scanTokenAtPosition,
|
|
195225
194648
|
scanner,
|
|
195226
|
-
screenStartingMessageCodes,
|
|
195227
194649
|
semanticDiagnosticsOptionDeclarations,
|
|
195228
194650
|
serializeCompilerOptions,
|
|
195229
194651
|
server,
|
|
@@ -195231,16 +194653,13 @@ if (typeof console !== "undefined") {
|
|
|
195231
194653
|
setCommentRange,
|
|
195232
194654
|
setConfigFileInOptions,
|
|
195233
194655
|
setConstantValue,
|
|
195234
|
-
setEachParent,
|
|
195235
194656
|
setEmitFlags,
|
|
195236
|
-
setFunctionNameHelper,
|
|
195237
194657
|
setGetSourceFileAsHashVersioned,
|
|
195238
194658
|
setIdentifierAutoGenerate,
|
|
195239
194659
|
setIdentifierGeneratedImportReference,
|
|
195240
194660
|
setIdentifierTypeArguments,
|
|
195241
194661
|
setInternalEmitFlags,
|
|
195242
194662
|
setLocalizedDiagnosticMessages,
|
|
195243
|
-
setModuleDefaultHelper,
|
|
195244
194663
|
setNodeChildren,
|
|
195245
194664
|
setNodeFlags,
|
|
195246
194665
|
setObjectAllocator,
|
|
@@ -195269,7 +194688,6 @@ if (typeof console !== "undefined") {
|
|
|
195269
194688
|
shouldPreserveConstEnums,
|
|
195270
194689
|
shouldUseUriStyleNodeCoreModules,
|
|
195271
194690
|
showModuleSpecifier,
|
|
195272
|
-
signatureHasLiteralTypes,
|
|
195273
194691
|
signatureHasRestParameter,
|
|
195274
194692
|
signatureToDisplayParts,
|
|
195275
194693
|
single,
|
|
@@ -195278,7 +194696,6 @@ if (typeof console !== "undefined") {
|
|
|
195278
194696
|
singleOrMany,
|
|
195279
194697
|
singleOrUndefined,
|
|
195280
194698
|
skipAlias,
|
|
195281
|
-
skipAssertions,
|
|
195282
194699
|
skipConstraint,
|
|
195283
194700
|
skipOuterExpressions,
|
|
195284
194701
|
skipParentheses,
|
|
@@ -195299,7 +194716,6 @@ if (typeof console !== "undefined") {
|
|
|
195299
194716
|
sourceMapCommentRegExpDontCareLineStart,
|
|
195300
194717
|
spacePart,
|
|
195301
194718
|
spanMap,
|
|
195302
|
-
spreadArrayHelper,
|
|
195303
194719
|
stableSort,
|
|
195304
194720
|
startEndContainsRange,
|
|
195305
194721
|
startEndOverlapsWithStartEnd,
|
|
@@ -195313,10 +194729,8 @@ if (typeof console !== "undefined") {
|
|
|
195313
194729
|
stringToToken,
|
|
195314
194730
|
stripQuotes,
|
|
195315
194731
|
supportedDeclarationExtensions,
|
|
195316
|
-
supportedJSExtensions,
|
|
195317
194732
|
supportedJSExtensionsFlat,
|
|
195318
194733
|
supportedLocaleDirectories,
|
|
195319
|
-
supportedTSExtensions,
|
|
195320
194734
|
supportedTSExtensionsFlat,
|
|
195321
194735
|
supportedTSImplementationExtensions,
|
|
195322
194736
|
suppressLeadingAndTrailingTrivia,
|
|
@@ -195325,16 +194739,12 @@ if (typeof console !== "undefined") {
|
|
|
195325
194739
|
symbolEscapedNameNoDefault,
|
|
195326
194740
|
symbolName,
|
|
195327
194741
|
symbolNameNoDefault,
|
|
195328
|
-
symbolPart,
|
|
195329
194742
|
symbolToDisplayParts,
|
|
195330
|
-
syntaxMayBeASICandidate,
|
|
195331
|
-
syntaxRequiresTrailingSemicolonOrASI,
|
|
195332
194743
|
sys,
|
|
195333
194744
|
sysLog,
|
|
195334
194745
|
tagNamesAreEquivalent,
|
|
195335
194746
|
takeWhile,
|
|
195336
194747
|
targetOptionDeclaration,
|
|
195337
|
-
templateObjectHelper,
|
|
195338
194748
|
testFormatSettings,
|
|
195339
194749
|
textChangeRangeIsUnchanged,
|
|
195340
194750
|
textChangeRangeNewSpan,
|
|
@@ -195363,7 +194773,6 @@ if (typeof console !== "undefined") {
|
|
|
195363
194773
|
toBuilderStateFileInfoForMultiEmit,
|
|
195364
194774
|
toEditorSettings,
|
|
195365
194775
|
toFileNameLowerCase,
|
|
195366
|
-
toLowerCase,
|
|
195367
194776
|
toPath,
|
|
195368
194777
|
toProgramEmitPending,
|
|
195369
194778
|
tokenIsIdentifierOrKeyword,
|
|
@@ -195417,7 +194826,6 @@ if (typeof console !== "undefined") {
|
|
|
195417
194826
|
tryGetPropertyNameOfBindingOrAssignmentElement,
|
|
195418
194827
|
tryGetSourceMappingURL,
|
|
195419
194828
|
tryGetTextOfPropertyName,
|
|
195420
|
-
tryIOAndConsumeErrors,
|
|
195421
194829
|
tryParseJson,
|
|
195422
194830
|
tryParsePattern,
|
|
195423
194831
|
tryParsePatterns,
|
|
@@ -195439,7 +194847,6 @@ if (typeof console !== "undefined") {
|
|
|
195439
194847
|
unescapeLeadingUnderscores,
|
|
195440
194848
|
unmangleScopedPackageName,
|
|
195441
194849
|
unorderedRemoveItem,
|
|
195442
|
-
unorderedRemoveItemAt,
|
|
195443
194850
|
unreachableCodeIsError,
|
|
195444
194851
|
unsetNodeChildren,
|
|
195445
194852
|
unusedLabelIsError,
|
|
@@ -195452,11 +194859,9 @@ if (typeof console !== "undefined") {
|
|
|
195452
194859
|
updateSharedExtendedConfigFileWatcher,
|
|
195453
194860
|
updateSourceFile,
|
|
195454
194861
|
updateWatchingWildcardDirectories,
|
|
195455
|
-
usesExtensionsOnImports,
|
|
195456
194862
|
usingSingleLineStringWriter,
|
|
195457
194863
|
utf16EncodeAsString,
|
|
195458
194864
|
validateLocaleAndSetLanguage,
|
|
195459
|
-
valuesHelper,
|
|
195460
194865
|
version,
|
|
195461
194866
|
versionMajorMinor,
|
|
195462
194867
|
visitArray,
|
|
@@ -195469,7 +194874,6 @@ if (typeof console !== "undefined") {
|
|
|
195469
194874
|
visitNodes,
|
|
195470
194875
|
visitParameterList,
|
|
195471
194876
|
walkUpBindingElementsAndPatterns,
|
|
195472
|
-
walkUpLexicalEnvironments,
|
|
195473
194877
|
walkUpOuterExpressions,
|
|
195474
194878
|
walkUpParenthesizedExpressions,
|
|
195475
194879
|
walkUpParenthesizedTypes,
|