Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

feature(rome_js_parser): Extraction of variable declarations #2628

Merged
merged 10 commits into from
May 31, 2022

Conversation

xunilrj
Copy link
Contributor

@xunilrj xunilrj commented May 30, 2022

This PR is the part that extracts variable declarations of the main PR (#2489).
For more details: #2488

This PR is the iterator that will extract as many events as possible with just one pass. At the moment I only extract "Declaration" from "JS_IDENTIFIER_BINDING". Will create other PRs until we reach the same 90% of the match of the original PR: #2489.

Future PRs will extract references, scopes, hoisting etc...

This PR also introduces the assertions to test the extraction. So we can write tests like

let a/*#B*/ = 1;

And we test if the token "a" was indeed extracted as a "Declaration".

Regression

Symbols regression is because I was signalling as ok tests where we could not find the original source code. Now I recover the source code from the .symbols file itself.

@xunilrj xunilrj temporarily deployed to aws May 30, 2022 09:11 Inactive
@github-actions
Copy link

github-actions bot commented May 30, 2022

crates/rome_js_parser/src/semantic/events.rs Outdated Show resolved Hide resolved
crates/rome_js_parser/src/lib.rs Outdated Show resolved Hide resolved
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 30, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 59866a2
Status: ✅  Deploy successful!
Preview URL: https://04fcd59a.tools-8rn.pages.dev

View logs

@xunilrj xunilrj temporarily deployed to aws May 30, 2022 14:04 Inactive
@xunilrj xunilrj temporarily deployed to aws May 30, 2022 14:05 Inactive
@xunilrj xunilrj temporarily deployed to aws May 30, 2022 14:13 Inactive
@xunilrj xunilrj temporarily deployed to aws May 30, 2022 15:46 Inactive
@xunilrj xunilrj temporarily deployed to aws May 30, 2022 18:14 Inactive
@github-actions
Copy link

github-actions bot commented May 30, 2022

Parser conformance results on ubuntu-latest

js/262

Test result main count This PR count Difference
Total 45878 45878 0
Passed 44938 44938 0
Failed 940 940 0
Panics 0 0 0
Coverage 97.95% 97.95% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 39 39 0
Passed 36 36 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.31% 92.31% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 5946 5946 0
Passed 1613 350 ❌ ⏬ -1263
Failed 4328 5590 ❌ ⏫ +1262
Panics 5 6 ❌ ⏫ +1
Coverage 27.13% 5.89% -21.24%
🔥 Regression (1409):
AmbientModuleAndAmbientFunctionWithTheSameNameAndCommonRoot.symbols
AmbientModuleAndAmbientWithSameNameAndCommonRoot.symbols
AmbientModuleAndNonAmbientClassWithSameNameAndCommonRoot.symbols
AmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.symbols
FunctionAndModuleWithSameNameAndDifferentCommonRoot.symbols
TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols
TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.symbols
TwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols
aliasUsageInAccessorsOfClass.symbols
aliasUsageInArray.symbols
aliasUsageInFunctionExpression.symbols
aliasUsageInGenericFunction.symbols
aliasUsageInIndexerOfClass.symbols
aliasUsageInObjectLiteral.symbols
aliasUsageInOrExpression.symbols
aliasUsageInTypeArgumentOfExtendsClause.symbols
aliasUsageInVarAssignment.symbols
aliasUsedAsNameValue.symbols
allowJsClassThisTypeCrash.symbols
allowSyntheticDefaultImports1.symbols
allowSyntheticDefaultImports2.symbols
allowSyntheticDefaultImports4.symbols
allowSyntheticDefaultImports5.symbols
allowSyntheticDefaultImports7.symbols
allowSyntheticDefaultImports9.symbols
allowSyntheticDefaultImportsCanPaintCrossModuleDeclaration.symbols
ambient.symbols
ambientClassDeclarationWithExtends.symbols
ambientClassDeclaredBeforeBase.symbols
ambientDeclarationsExternal.symbols
ambientDeclarationsPatterns.symbols
ambientExternalModuleMerging.symbols
ambientExternalModuleWithInternalImportDeclaration.symbols
ambientExternalModuleWithoutInternalImportDeclaration.symbols
ambientRequireFunction.symbols
ambientShorthand.symbols
ambientShorthand_duplicate.symbols
ambientShorthand_reExport.symbols
amdDeclarationEmitNoExtraDeclare.symbols
amdImportAsPrimaryExpression.symbols
amdImportNotAsPrimaryExpression.symbols
amdLikeInputDeclarationEmit.symbols
amdModuleBundleNoDuplicateDeclarationEmitComments.symbols
amdModuleConstEnumUsage.symbols
annotatedThisPropertyInitializerDoesntNarrow.symbols
anonClassDeclarationEmitIsAnon.symbols
argumentsObjectCreatesRestForJs.symbols
argumentsPropertyNameInJsMode2.symbols
argumentsReferenceInConstructor1_Js.symbols
argumentsReferenceInConstructor2_Js.symbols
argumentsReferenceInConstructor3_Js.symbols
argumentsReferenceInConstructor5_Js.symbols
argumentsReferenceInConstructor6_Js.symbols
argumentsReferenceInConstructor7_Js.symbols
argumentsReferenceInMethod1_Js.symbols
argumentsReferenceInMethod2_Js.symbols
argumentsReferenceInMethod3_Js.symbols
argumentsReferenceInMethod5_Js.symbols
argumentsReferenceInMethod6_Js.symbols
argumentsReferenceInMethod7_Js.symbols
arrayOfExportedClass.symbols
asOperator4.symbols
assertionTypePredicates2.symbols
assignmentToVoidZero1.symbols
asyncFunctionsAcrossFiles.symbols
asyncImportedPromise_es5.symbols
augmentExportEquals3.symbols
augmentExportEquals3_1.symbols
augmentExportEquals4.symbols
augmentExportEquals4_1.symbols
augmentExportEquals5.symbols
augmentExportEquals6.symbols
augmentExportEquals6_1.symbols
bangInModuleName.symbols
binderUninitializedModuleExportsAssignment.symbols
blockScopedClassDeclarationAcrossFiles.symbols
blockScopedNamespaceDifferentFile.symbols
bundledDtsLateExportRenaming.symbols
cacheResolutions.symbols
callbackCrossModule.symbols
callbackTag1.symbols
callbackTag3.symbols
callbackTagNamespace.symbols
callbackTagVariadicType.symbols
caseInsensitiveFileSystemWithCapsImportTypeDeclarations.symbols
chainedImportAlias.symbols
checkInterfaceBases.symbols
checkJsFiles5.symbols
checkJsFiles7.symbols
checkJsFiles_noErrorLocation.symbols
checkJsObjectLiteralIndexSignatures.symbols
checkJsTypeDefNoUnusedLocalMarked.symbols
checkJsdocParamTag1.symbols
checkJsdocTypeTag7.symbols
checkJsdocTypeTagOnExportAssignment5.symbols
checkJsdocTypeTagOnExportAssignment7.symbols
checkJsdocTypeTagOnExportAssignment8.symbols
checkJsdocTypeTagOnObjectProperty1.symbols
checkJsdocTypedefInParamTag1.symbols
checkJsxChildrenProperty1.symbols
checkJsxChildrenProperty10.symbols
checkJsxChildrenProperty11.symbols
checkJsxChildrenProperty12.symbols
checkJsxChildrenProperty3.symbols
checkJsxChildrenProperty6.symbols
checkJsxChildrenProperty8.symbols
checkJsxChildrenProperty9.symbols
checkerInitializationCrash.symbols
circularMultipleAssignmentDeclaration.symbols
circularReferenceInImport.symbols
cjsImportInES2015.symbols
classAttributeInferenceTemplateJS.symbols
classExpressionNames.symbols
classExtendingAny.symbols
classExtendsAcrossFiles.symbols
collisionExportsRequireAndAmbientClass.symbols
collisionExportsRequireAndAmbientEnum.symbols
collisionExportsRequireAndAmbientModule.symbols
collisionExportsRequireAndAmbientVar.symbols
commentEmittingInPreserveJsx1.symbols
commentOnAmbientClass1.symbols
commentOnAmbientEnum.symbols
commentOnAmbientModule.symbols
commentOnAmbientVariable2.symbols
commentOnAmbientfunction.symbols
commentOnElidedModule1.symbols
commentOnInterface1.symbols
commentOnSignature1.symbols
commentsExternalModules.symbols
commentsExternalModules2.symbols
commentsExternalModules3.symbols
commentsMultiModuleMultiFile.symbols
commentsOnRequireStatement.symbols
commonJSAliasedExport.symbols
commonJSImportAsPrimaryExpression.symbols
commonJSImportClassTypeReference.symbols
commonJSImportExportedClassExpression.symbols
commonJSImportNestedClassTypeReference.symbols
commonJSImportNotAsPrimaryExpression.symbols
commonJSReexport.symbols
commonJsImportBindingElementNarrowType.symbols
commonJsImportClassExpression.symbols
commonJsIsolatedModules.symbols
commonSourceDir5.symbols
commonSourceDir6.symbols
commonSourceDirectory.symbols
commonSourceDirectory_dts.symbols
commonjsAccessExports.symbols
commonjsSafeImport.symbols
compilerOptionsDeclarationAndNoEmit.symbols
compilerOptionsOutAndNoEmit.symbols
compilerOptionsOutDirAndNoEmit.symbols
compilerOptionsOutFileAndNoEmit.symbols
compositeWithNodeModulesSourceFile.symbols
computedPropertyNames52(target=es2015).symbols
computedPropertyNames52(target=es5).symbols
constAssertionOnEnum.symbols
constEnumExternalModule.symbols
constEnumMergingWithValues1.symbols
constEnumMergingWithValues2.symbols
constEnumMergingWithValues3.symbols
constEnumMergingWithValues4.symbols
constEnumMergingWithValues5.symbols
constEnumNamespaceReferenceCausesNoImport(isolatedmodules=false).symbols
constEnumNamespaceReferenceCausesNoImport(isolatedmodules=true).symbols
constEnumNoEmitReexport.symbols
constEnumNoPreserveDeclarationReexport.symbols
constEnumPreserveEmitNamedExport1.symbols
constEnumPreserveEmitNamedExport2.symbols
constEnumPreserveEmitReexport.symbols
constructorFunctionMergeWithClass.symbols
constructorFunctionMethodTypeParameters.symbols
constructorFunctions2.symbols
constructorFunctions3.symbols
constructorTagOnClassConstructor.symbols
constructorTagOnNestedBinaryExpression.symbols
constructorTagWithThisTag.symbols
contextualOverloadListFromArrayUnion.symbols
contextualThisTypeInJavascript.symbols
contextualTypeFromJSDoc.symbols
contextualTypedSpecialAssignment.symbols
contextualTypingOfOptionalMembers.symbols
contextuallyTypeArgumentsKeyword.symbols
controlFlowJavascript.symbols
correctlyMarkAliasAsReferences1.symbols
correctlyMarkAliasAsReferences2.symbols
correctlyMarkAliasAsReferences3.symbols
correctlyMarkAliasAsReferences4.symbols
crashInResolveInterface.symbols
declFileAccessors.symbols
declFileAliasUseBeforeDeclaration.symbols
declFileAmbientExternalModuleWithSingleExportedModule.symbols
declFileCallSignatures.symbols
declFileConstructSignatures.symbols
declFileConstructors.symbols
declFileEmitDeclarationOnly.symbols
declFileExportAssignmentOfGenericInterface.symbols
declFileExportImportChain.symbols
declFileExportImportChain2.symbols
declFileForExportedImport.symbols
declFileFunctions.symbols
declFileImportModuleWithExportAssignment.symbols
declFileIndexSignatures.symbols
declFileMethods.symbols
declarationEmitAliasExportStar.symbols
declarationEmitAliasFromIndirectFile.symbols
declarationEmitAmdModuleNameDirective.symbols
declarationEmitBundlePreservesHasNoDefaultLibDirective.symbols
declarationEmitBundleWithAmbientReferences.symbols
declarationEmitCommonSourceDirectoryDoesNotContainAllFiles.symbols
declarationEmitComputedNameCausesImportToBePainted.symbols
declarationEmitComputedNameConstEnumAlias.symbols
declarationEmitCrossFileImportTypeOfAmbientModule.symbols
declarationEmitDefaultExportWithStaticAssignment.symbols
declarationEmitDetachedComment1.symbols
declarationEmitDetachedComment2.symbols
declarationEmitDoesNotUseReexportedNamespaceAsLocal.symbols
declarationEmitExportAliasVisibiilityMarking.symbols
declarationEmitExportAssignedNamespaceNoTripleSlashTypesReference.symbols
declarationEmitExportAssignment.symbols
declarationEmitExportDeclaration.symbols
declarationEmitForGlobalishSpecifierSymlink.symbols
declarationEmitForGlobalishSpecifierSymlink2.symbols
declarationEmitForModuleImportingModuleAugmentationRetainsImport.symbols
declarationEmitForTypesWhichNeedImportTypes.symbols
declarationEmitHasTypesRefOnNamespaceUse.symbols
declarationEmitInferredTypeAlias1.symbols
declarationEmitInferredTypeAlias2.symbols
declarationEmitInferredTypeAlias3.symbols
declarationEmitInferredTypeAlias5.symbols
declarationEmitInferredTypeAlias6.symbols
declarationEmitInferredTypeAlias7.symbols
declarationEmitInlinedDistributiveConditional.symbols
declarationEmitNameConflicts.symbols
declarationEmitOfFuncspace.symbols
declarationEmitOfTypeofAliasedExport.symbols
declarationEmitOutFileBundlePaths.symbols
declarationEmitPathMappingMonorepo.symbols
declarationEmitPathMappingMonorepo2.symbols
declarationEmitPrefersPathKindBasedOnBundling.symbols
declarationEmitPrefersPathKindBasedOnBundling2.symbols
declarationEmitPrivateNameCausesError.symbols
declarationEmitQualifiedAliasTypeArgument.symbols
declarationEmitReexportedSymlinkReference.symbols
declarationEmitReexportedSymlinkReference2.symbols
declarationEmitStringEnumUsedInNonlocalSpread.symbols
declarationEmitSymlinkPaths.symbols
declarationEmitToDeclarationDirWithCompositeOption.symbols
declarationEmitToDeclarationDirWithDeclarationOption.symbols
declarationEmitTypeofDefaultExport.symbols
declarationEmitUnnessesaryTypeReferenceNotAdded.symbols
declarationEmitWithComposite.symbols
declarationEmitWithDefaultAsComputedName.symbols
declarationEmitWithDefaultAsComputedName2.symbols
declarationEmitWithInvalidPackageJsonTypings.symbols
declarationFilesGeneratingTypeReferences.symbols
declarationFilesWithTypeReferences1.symbols
declarationFilesWithTypeReferences2.symbols
declarationFilesWithTypeReferences3.symbols
declarationFilesWithTypeReferences4.symbols
declarationImportTypeAliasInferredAndEmittable.symbols
declarationMapsMultifile.symbols
declarationMapsOutFile.symbols
declarationMapsOutFile2.symbols
declarationMapsWithSourceMap.symbols
declarationMerging1.symbols
declarationMerging2.symbols
declarationTypecheckNoUseBeforeReferenceCheck.symbols
declarationsForFileShadowingGlobalNoError.symbols
declarationsForIndirectTypeAliasReference.symbols
declarationsForInferredTypeFromOtherFile.symbols
declarationsIndirectGeneratedAliasReference.symbols
decoratedBlockScopedClass1.symbols
decoratedBlockScopedClass2.symbols
decoratedBlockScopedClass3.symbols
decoratedClassExportsCommonJS2.symbols
decoratedClassExportsSystem1.symbols
decoratedClassExportsSystem2.symbols
decoratedClassFromExternalModule.symbols
decoratedDefaultExportsGetExportedAmd.symbols
decoratedDefaultExportsGetExportedCommonjs.symbols
decoratedDefaultExportsGetExportedSystem.symbols
decoratedDefaultExportsGetExportedUmd.symbols
decoratorInstantiateModulesInFunctionBodies.symbols
decoratorMetadata.symbols
decoratorMetadataRestParameterWithImportedType.symbols
decoratorMetadataWithImportDeclarationNameCollision.symbols
decoratorMetadataWithImportDeclarationNameCollision2.symbols
decoratorMetadataWithImportDeclarationNameCollision3.symbols
decoratorMetadataWithImportDeclarationNameCollision5.symbols
decoratorMetadataWithImportDeclarationNameCollision6.symbols
decoratorMetadataWithImportDeclarationNameCollision8.symbols
decoratorMetadataWithTypeOnlyImport.symbols
decoratorMetadataWithTypeOnlyImport2.symbols
decoratorOnClassConstructor3.symbols
decoratorReferenceOnOtherProperty.symbols
deeplyDependentLargeArrayMutation.symbols
deeplyDependentLargeArrayMutation2.symbols
defaultDeclarationEmitDefaultImport.symbols
defaultDeclarationEmitShadowedNamedCorrectly.symbols
defaultExportInAwaitExpression01.symbols
defaultExportInAwaitExpression02.symbols
defaultExportsGetExportedAmd.symbols
defaultExportsGetExportedCommonjs.symbols
defaultExportsGetExportedSystem.symbols
defaultExportsGetExportedUmd.symbols
defaultPropertyAssignedClassWithPrototype.symbols
defaultPropsEmptyCurlyBecomesAnyForJs.symbols
dependencyViaImportAlias.symbols
destructuredDeclarationEmit.symbols
doNotEmitPinnedCommentOnNotEmittedNode.symbols
doNotEmitTripleSlashCommentsOnNotEmittedNode.symbols
doNotemitTripleSlashComments.symbols
doubleUnderscoreReactNamespace.symbols
duplicatePackage_packageIdIncludesSubModule.symbols
duplicatePackage_referenceTypes.symbols
duplicatePackage_relativeImportWithinPackage.symbols
duplicatePackage_relativeImportWithinPackage_scoped.symbols
duplicatePackage_subModule.symbols
dynamicNames.symbols
dynamicRequire.symbols
elidingImportNames.symbols
emitBundleWithPrologueDirectives1.symbols
emitBundleWithShebang2.symbols
emitBundleWithShebangAndPrologueDirectives1.symbols
emitBundleWithShebangAndPrologueDirectives2.symbols
emitClassMergedWithConstNamespaceNotElided.symbols
emitDecoratorMetadata_isolatedModules(module=commonjs).symbols
emitMemberAccessExpression.symbols
emitTopOfFileTripleSlashCommentOnNotEmittedNodeIfRemoveCommentsIsFalse.symbols
emitter.asyncGenerators.classMethods.es2015.symbols
emitter.asyncGenerators.classMethods.es2018.symbols
emitter.asyncGenerators.classMethods.es5.symbols
emitter.asyncGenerators.functionDeclarations.es2015.symbols
emitter.asyncGenerators.functionDeclarations.es2018.symbols
emitter.asyncGenerators.functionDeclarations.es5.symbols
emitter.asyncGenerators.functionExpressions.es2015.symbols
emitter.asyncGenerators.functionExpressions.es2018.symbols
emitter.asyncGenerators.functionExpressions.es5.symbols
emitter.asyncGenerators.objectLiteralMethods.es2015.symbols
emitter.asyncGenerators.objectLiteralMethods.es2018.symbols
emitter.asyncGenerators.objectLiteralMethods.es5.symbols
emitter.forAwait(target=es2015).symbols
emitter.forAwait(target=es2017).symbols
emitter.forAwait(target=es2018).symbols
emitter.forAwait(target=es5).symbols
emptyDeclarationEmitIsModule.symbols
enumDeclarationEmitInitializerHasImport.symbols
enumFromExternalModule.symbols
enumTagImported.symbols
enumTagOnExports.symbols
enumTagOnExports2.symbols
enumTagUseBeforeDefCrash.symbols
es3defaultAliasIsQuoted.symbols
es5-importHelpersAsyncFunctions.symbols
es6ExportAll.symbols
es6ExportAllInEs5.symbols
es6ExportAssignment3.symbols
es6ExportAssignment4.symbols
es6ExportClause.symbols
es6ExportClauseInEs5.symbols
es6ExportClauseWithAssignmentInEs5.symbols
es6ExportClauseWithoutModuleSpecifier.symbols
es6ExportClauseWithoutModuleSpecifierInEs5.symbols
es6ImportDefaultBinding.symbols
es6ImportDefaultBindingAmd.symbols
es6ImportDefaultBindingDts.symbols
es6ImportDefaultBindingFollowedWithNamedImport.symbols
es6ImportDefaultBindingFollowedWithNamespaceBinding1.symbols
es6ImportDefaultBindingFollowedWithNamespaceBinding1InEs5.symbols
es6ImportDefaultBindingFollowedWithNamespaceBindingDts1.symbols
es6ImportEqualsDeclaration2.symbols
es6ImportNameSpaceImport.symbols
es6ImportNameSpaceImportAmd.symbols
es6ImportNameSpaceImportDts.symbols
es6ImportNameSpaceImportInEs5.symbols
es6ImportNameSpaceImportNoNamedExports.symbols
es6ImportNamedImport.symbols
es6ImportNamedImportAmd.symbols
es6ImportNamedImportDts.symbols
es6ImportNamedImportInEs5.symbols
es6ImportNamedImportInExportAssignment.symbols
es6ImportNamedImportInIndirectExportAssignment.symbols
es6ImportNamedImportWithTypesAndValues.symbols
es6ImportWithoutFromClause.symbols
es6ImportWithoutFromClauseAmd.symbols
es6ImportWithoutFromClauseInEs5.symbols
es6ImportWithoutFromClauseNonInstantiatedModule.symbols
es6UseOfTopLevelRequire.symbols
esModuleInterop.symbols
esModuleInteropDefaultMemberMustBeSyntacticallyDefaultExport.symbols
esModuleInteropEnablesSyntheticDefaultImports.symbols
esModuleInteropImportCall.symbols
esModuleInteropImportNamespace.symbols
esModuleInteropImportTSLibHasImport.symbols
esModuleInteropNamedDefaultImports.symbols
esModuleInteropWithExportStar(target=es3).symbols
esModuleInteropWithExportStar(target=es5).symbols
esModuleIntersectionCrash.symbols
expandoFunctionContextualTypesJs.symbols
exportAndImport-es3-amd.symbols
exportAndImport-es3.symbols
exportAndImport-es5-amd.symbols
exportAndImport-es5.symbols
exportAsNamespace4(module=amd).symbols
exportAsNamespace4(module=commonjs).symbols
exportAsNamespace4(module=es2015).symbols
exportAsNamespace4(module=esnext).symbols
exportAsNamespace4(module=system).symbols
exportAsNamespace4(module=umd).symbols
exportAssignClassAndModule.symbols
exportAssignDottedName.symbols
exportAssignImportedIdentifier.symbols
exportAssignTypes.symbols
exportAssignedNamespaceIsVisibleInDeclarationEmit.symbols
exportAssignedTypeAsTypeAnnotation.symbols
exportAssignmentCircularModules.symbols
exportAssignmentClass.symbols
exportAssignmentEnum.symbols
exportAssignmentError.symbols
exportAssignmentFunction.symbols
exportAssignmentGenericType.symbols
exportAssignmentInterface.symbols
exportAssignmentInternalModule.symbols
exportAssignmentMembersVisibleInAugmentation.symbols
exportAssignmentMergedInterface.symbols
exportAssignmentMergedModule.symbols
exportAssignmentOfExportNamespaceWithDefault.symbols
exportAssignmentOfGenericType1.symbols
exportAssignmentTopLevelClodule.symbols
exportAssignmentTopLevelEnumdule.symbols
exportAssignmentTopLevelFundule.symbols
exportAssignmentTopLevelIdentifier.symbols
exportAssignmentVariable.symbols
exportClassExtendingIntersection.symbols
exportDeclarationWithModuleSpecifierNameOnNextLine1.symbols
exportDeclaration_moduleSpecifier-isolatedModules.symbols
exportDeclaration_value.symbols
exportDeclaredModule.symbols
exportDefaultAbstractClass.symbols
exportDefaultInterface.symbols
exportDefaultMarksIdentifierAsUsed.symbols
exportDefaultParenthesizeES6.symbols
exportDefaultProperty.symbols
exportDefaultProperty2.symbols
exportDefaultQualifiedNameNoError.symbols
exportDefaultWithJSDoc1.symbols
exportDefaultWithJSDoc2.symbols
exportEqualCallable.symbols
exportEqualsDefaultProperty.symbols
exportEqualsProperty.symbols
exportEqualsProperty2.symbols
exportImport.symbols
exportImportMultipleFiles.symbols
exportImportNonInstantiatedModule2.symbols
exportNestedNamespaces.symbols
exportNonVisibleType.symbols
exportStarForValues.symbols
exportStarForValues10.symbols
exportStarForValues2.symbols
exportStarForValues3.symbols
exportStarForValues4.symbols
exportStarForValues5.symbols
exportStarForValues6.symbols
exportStarForValues7.symbols
exportStarForValues8.symbols
exportStarForValues9.symbols
exportStarForValuesInSystem.symbols
exportStarNotElided.symbols
exportedAliasedEnumTag.symbols
exportedEnumTypeAndValue.symbols
exportsAndImports1-amd.symbols
exportsAndImports1-es6.symbols
exportsAndImports1.symbols
exportsAndImports2-amd.symbols
exportsAndImports2-es6.symbols
exportsAndImports2.symbols
exportsAndImports3-amd.symbols
exportsAndImports3-es6.symbols
exportsAndImports3.symbols
exportsAndImports4-amd.symbols
exportsAndImports4-es6.symbols
exportsAndImports4.symbols
exportsAndImportsWithContextualKeywordNames02.symbols
exportsAndImportsWithUnderscores2.symbols
exportsAndImportsWithUnderscores3.symbols
exportsAndImportsWithUnderscores4.symbols
exportsInAmbientModules1.symbols
exportsInAmbientModules2.symbols
extendClassExpressionFromModule.symbols
extendGlobalThis.symbols
extendedUnicodePlaneIdentifiersJSDoc.symbols
extendingClassFromAliasAndUsageInIndexer.symbols
extendsJavaScript.symbols
extendsTag1.symbols
extendsTag3.symbols
externalModuleAssignToVar.symbols
externalModuleReferenceOfImportDeclarationWithExportModifier.symbols
externalModuleResolution.symbols
externalModuleResolution2.symbols
fileReferencesWithNoExtensions.symbols
filesEmittingIntoSameOutputWithOutOption.symbols
functionExpressionNames.symbols
funduleUsedAcrossFileBoundary.symbols
genericDefaultsJs.symbols
genericSetterInClassTypeJsDoc.symbols
genericWithCallSignatures1.symbols
globalAugmentationModuleResolution.symbols
globalFunctionAugmentationOverload.symbols
globalThisDeclarationEmit2.symbols
globalThisDeclarationEmit3.symbols
implementsClause.symbols
importAliasAnExternalModuleInsideAnInternalModule.symbols
importAliasFromNamespace.symbols
importAssertion2(module=esnext).symbols
importCallExpression1ES2020.symbols
importCallExpression2ES2020.symbols
importCallExpression3ES2020.symbols
importCallExpression4ES2020.symbols
importCallExpressionAsyncES2020.symbols
importCallExpressionAsyncES3AMD.symbols
importCallExpressionAsyncES3CJS.symbols
importCallExpressionAsyncES3System.symbols
importCallExpressionAsyncES3UMD.symbols
importCallExpressionAsyncES5AMD.symbols
importCallExpressionAsyncES5CJS.symbols
importCallExpressionAsyncES5System.symbols
importCallExpressionAsyncES5UMD.symbols
importCallExpressionAsyncES6AMD.symbols
importCallExpressionAsyncES6CJS.symbols
importCallExpressionAsyncES6System.symbols
importCallExpressionAsyncES6UMD.symbols
importCallExpressionDeclarationEmit2.symbols
importCallExpressionDeclarationEmit3.symbols
importCallExpressionES5AMD.symbols
importCallExpressionES5CJS.symbols
importCallExpressionES5System.symbols
importCallExpressionES5UMD.symbols
importCallExpressionES6AMD.symbols
importCallExpressionES6CJS.symbols
importCallExpressionES6System.symbols
importCallExpressionES6UMD.symbols
importCallExpressionInAMD1.symbols
importCallExpressionInAMD2.symbols
importCallExpressionInAMD3.symbols
importCallExpressionInAMD4.symbols
importCallExpressionInCJS1.symbols
importCallExpressionInCJS2.symbols
importCallExpressionInCJS3.symbols
importCallExpressionInCJS4.symbols
importCallExpressionInCJS5.symbols
importCallExpressionInExportEqualsAMD.symbols
importCallExpressionInExportEqualsCJS.symbols
importCallExpressionInExportEqualsUMD.symbols
importCallExpressionInScriptContext1.symbols
importCallExpressionInSystem1.symbols
importCallExpressionInSystem2.symbols
importCallExpressionInSystem3.symbols
importCallExpressionInSystem4.symbols
importCallExpressionInUMD1.symbols
importCallExpressionInUMD2.symbols
importCallExpressionInUMD3.symbols
importCallExpressionInUMD4.symbols
importCallExpressionInUMD5.symbols
importCallExpressionNestedAMD.symbols
importCallExpressionNestedAMD2.symbols
importCallExpressionNestedCJS.symbols
importCallExpressionNestedCJS2.symbols
importCallExpressionNestedES2020.symbols
importCallExpressionNestedES20202.symbols
importCallExpressionNestedSystem.symbols
importCallExpressionNestedSystem2.symbols
importCallExpressionNestedUMD.symbols
importCallExpressionNestedUMD2.symbols
importCallExpressionReturnPromiseOfAny.symbols
importDecl.symbols
importDeclFromTypeNodeInJsSource.symbols
importDeclarationNotCheckedAsValueWhenTargetNonValue.symbols
importDeclarationUsedAsTypeQuery.symbols
importDefaultNamedType.symbols
importExportInternalComments.symbols
importHelpers.symbols
importHelpersAmd.symbols
importHelpersDeclarations.symbols
importHelpersES6.symbols
importHelpersInAmbientContext.symbols
importHelpersInTsx.symbols
importHelpersOutFile.symbols
importHelpersSystem.symbols
importHelpersWithExportStarAs(esmoduleinterop=false,module=amd).symbols
importHelpersWithExportStarAs(esmoduleinterop=false,module=commonjs).symbols
importHelpersWithExportStarAs(esmoduleinterop=false,module=es2015).symbols
importHelpersWithExportStarAs(esmoduleinterop=false,module=es2020).symbols
importHelpersWithExportStarAs(esmoduleinterop=false,module=system).symbols
importHelpersWithExportStarAs(esmoduleinterop=true,module=amd).symbols
importHelpersWithExportStarAs(esmoduleinterop=true,module=commonjs).symbols
importHelpersWithExportStarAs(esmoduleinterop=true,module=es2015).symbols
importHelpersWithExportStarAs(esmoduleinterop=true,module=es2020).symbols
importHelpersWithExportStarAs(esmoduleinterop=true,module=system).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=amd).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=commonjs).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=es2015).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=es2020).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=system).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=amd).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=commonjs).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=es2015).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=es2020).symbols
importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=system).symbols
importHelpersWithImportStarAs(esmoduleinterop=false,module=amd).symbols
importHelpersWithImportStarAs(esmoduleinterop=false,module=commonjs).symbols
importHelpersWithImportStarAs(esmoduleinterop=false,module=es2015).symbols
importHelpersWithImportStarAs(esmoduleinterop=false,module=es2020).symbols
importHelpersWithImportStarAs(esmoduleinterop=false,module=system).symbols
importHelpersWithImportStarAs(esmoduleinterop=true,module=amd).symbols
importHelpersWithImportStarAs(esmoduleinterop=true,module=commonjs).symbols
importHelpersWithImportStarAs(esmoduleinterop=true,module=es2015).symbols
importHelpersWithImportStarAs(esmoduleinterop=true,module=es2020).symbols
importHelpersWithImportStarAs(esmoduleinterop=true,module=system).symbols
importImportOnlyModule.symbols
importNonExportedMember12.symbols
importPropertyFromMappedType.symbols
importShadowsGlobalName.symbols
importShouldNotBeElidedInDeclarationEmit.symbols
importTypeAmdBundleRewrite.symbols
importTypeGenericArrowTypeParenthesized.symbols
importTypeGenericTypes.symbols
importTypeInJSDoc.symbols
importTypeLocal.symbols
importTypeResolutionJSDocEOF.symbols
importTypeTypeofClassStaticLookup.symbols
importUsedInExtendsList1.symbols
importUsedInGenericImportResolves.symbols
import_reference-exported-alias.symbols
import_reference-to-type-alias.symbols
import_unneeded-require-when-referenecing-aliased-type-throug-array.symbols
import_var-referencing-an-imported-module-alias.symbols
importedAliasesInTypePositions.symbols
importsInAmbientModules2.symbols
importsInAmbientModules3.symbols
incrementalConfig.symbols
incrementalTsBuildInfoFile.symbols
inferenceLimit.symbols
inferingFromAny.symbols
inferredIndexerOnNamespaceImport.symbols
inferrenceInfiniteLoopWithSubtyping.symbols
inferringClassMembersFromAssignments2.symbols
inferringClassMembersFromAssignments3.symbols
inferringClassMembersFromAssignments4.symbols
inferringClassMembersFromAssignments5.symbols
inferringClassMembersFromAssignments6.symbols
inferringClassMembersFromAssignments7.symbols
inferringClassStaticMembersFromAssignments.symbols
initializedParameterBeforeNonoptionalNotOptional.symbols
inlineJsxAndJsxFragPragmaOverridesCompilerOptions.symbols
inlineJsxFactoryDeclarations.symbols
inlineJsxFactoryOverridesCompilerOption.symbols
inlineSources.symbols
inlineSources2.symbols
instanceOfInExternalModules.symbols
instantiateCrossFileMerge.symbols
instantiateTemplateTagTypeParameterOnVariableStatement.symbols
interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.symbols
isolatedModulesDontElideReExportStar.symbols
isolatedModulesImportConstEnum.symbols
isolatedModulesImportConstEnumTypeOnly.symbols
isolatedModulesNonAmbientConstEnum.symbols
isolatedModulesSourceMap.symbols
isolatedModules_resolveJsonModule.symbols
isolatedModules_resolveJsonModule_strict_outDir_commonJs.symbols
javascriptCommonjsModule.symbols
javascriptDefinePropertyPrototypeNonConstructor.symbols
jsContainerMergeJsContainer.symbols
jsContainerMergeTsDeclaration.symbols
jsDeclarationsClassAccessor.symbols
jsDeclarationsClassExtendsVisibility.symbols
jsDeclarationsClassImplementsGenericsSerialization.symbols
jsDeclarationsClassLeadingOptional.symbols
jsDeclarationsClassMethod.symbols
jsDeclarationsClassStatic.symbols
jsDeclarationsClassStaticMethodAugmentation.symbols
jsDeclarationsClasses.symbols
jsDeclarationsCommonjsRelativePath.symbols
jsDeclarationsComputedNames.symbols
jsDeclarationsConstsAsNamespacesWithReferences.symbols
jsDeclarationsDefault.symbols
jsDeclarationsDocCommentsOnConsts.symbols
jsDeclarationsEnumTag.symbols
jsDeclarationsExportAssignedClassExpression.symbols
jsDeclarationsExportAssignedClassExpressionAnonymous.symbols
jsDeclarationsExportAssignedClassExpressionAnonymousWithSub.symbols
jsDeclarationsExportAssignedClassExpressionShadowing.symbols
jsDeclarationsExportAssignedClassInstance1.symbols
jsDeclarationsExportAssignedClassInstance2.symbols
jsDeclarationsExportAssignedClassInstance3.symbols
jsDeclarationsExportAssignedConstructorFunction.symbols
jsDeclarationsExportAssignedVisibility.symbols
jsDeclarationsExportAssignmentExpressionPlusSecondary.symbols
jsDeclarationsExportAssignmentWithKeywordName.symbols
jsDeclarationsExportDefinePropertyEmit.symbols
jsDeclarationsExportDoubleAssignmentInClosure.symbols
jsDeclarationsExportForms.symbols
jsDeclarationsExportSpecifierNonlocal.symbols
jsDeclarationsExportSubAssignments.symbols
jsDeclarationsExportedClassAliases.symbols
jsDeclarationsFunctionClassesCjsExportAssignment.symbols
jsDeclarationsFunctionJSDoc.symbols
jsDeclarationsFunctionKeywordProp.symbols
jsDeclarationsFunctionKeywordPropExhaustive.symbols
jsDeclarationsFunctionLikeClasses.symbols
jsDeclarationsFunctionLikeClasses2.symbols
jsDeclarationsFunctionPrototypeStatic.symbols
jsDeclarationsFunctionWithDefaultAssignedMember.symbols
jsDeclarationsFunctions.symbols
jsDeclarationsFunctionsCjs.symbols
jsDeclarationsGetterSetter.symbols
jsDeclarationsImportAliasExposedWithinNamespace.symbols
jsDeclarationsImportAliasExposedWithinNamespaceCjs.symbols
jsDeclarationsImportNamespacedType.symbols
jsDeclarationsImportTypeBundled.symbols
jsDeclarationsInheritedTypes.symbols
jsDeclarationsJSDocRedirectedLookups.symbols
jsDeclarationsJson.symbols
jsDeclarationsModuleReferenceHasEmit.symbols
jsDeclarationsMultipleExportFromMerge.symbols
jsDeclarationsNestedParams.symbols
jsDeclarationsNonIdentifierInferredNames.symbols
jsDeclarationsOptionalTypeLiteralProps1.symbols
jsDeclarationsOptionalTypeLiteralProps2.symbols
jsDeclarationsPackageJson.symbols
jsDeclarationsParameterTagReusesInputNodeInEmit2.symbols
jsDeclarationsPrivateFields01.symbols
jsDeclarationsReactComponents.symbols
jsDeclarationsReexportAliases.symbols
jsDeclarationsReexportAliasesEsModuleInterop.symbols
jsDeclarationsReexportedCjsAlias.symbols
jsDeclarationsReferenceToClassInstanceCrossFile.symbols
jsDeclarationsRestArgsWithThisTypeInJSDocFunction.symbols
jsDeclarationsReusesExistingNodesMappingJSDocTypes.symbols
jsDeclarationsReusesExistingTypeAnnotations.symbols
jsDeclarationsSubclassWithExplicitNoArgumentConstructor.symbols
jsDeclarationsThisTypes.symbols
jsDeclarationsTypeAliases.symbols
jsDeclarationsTypeReassignmentFromDeclaration.symbols
jsDeclarationsTypeReferences.symbols
jsDeclarationsTypeReferences2.symbols
jsDeclarationsTypeReferences3.symbols
jsDeclarationsTypedefAndImportTypes.symbols
jsDeclarationsTypedefPropertyAndExportAssignment.symbols
jsDeclarationsUniqueSymbolUsage.symbols
jsDeclarationsWithDefaultAsNamespaceLikeMerge.symbols
jsEnumCrossFileExport.symbols
jsEnumFunctionLocalNoCrash.symbols
jsEnumTagOnObjectFrozen.symbols
jsExpandoObjectDefineProperty.symbols
jsExportAssignmentNonMutableLocation.symbols
jsExportMemberMergedWithModuleAugmentation3.symbols
jsFileClassPropertyInitalizationInObjectLiteral.symbols
jsFileClassSelfReferencedProperty.symbols
jsFileCompilationAwaitModifier.symbols
jsFileCompilationClassMethodContainingArrowFunction.symbols
jsFileCompilationConstModifier.symbols
jsFileCompilationDecoratorSyntax.symbols
jsFileCompilationDuplicateVariable.symbols
jsFileCompilationEmitDeclarations.symbols
jsFileCompilationEmitTrippleSlashReference.symbols
jsFileCompilationErrorOnDeclarationsWithJsFileReferenceWithOut.symbols
jsFileCompilationErrorOnDeclarationsWithJsFileReferenceWithOutDir.symbols
jsFileCompilationExternalPackageError.symbols
jsFileCompilationLetBeingRenamed.symbols
jsFileCompilationLetDeclarationOrder.symbols
jsFileCompilationNoErrorWithoutDeclarationsWithJsFileReferenceWithOut.symbols
jsFileCompilationRestParamJsDocFunction.symbols
jsFileCompilationShortHandProperty.symbols
jsFileCompilationWithEnabledCompositeOption.symbols
jsFileCompilationWithOut.symbols
jsFileESModuleWithEnumTag.symbols
jsFileFunctionParametersAsOptional.symbols
jsFileImportPreservedWhenUsed.symbols
jsNegativeElementAccessNotBound.symbols
jsObjectsMarkedAsOpenEnded.symbols
jsPropertyAssignedAfterMethodDeclaration_nonError.symbols
jsSelfReferencingArgumentsFunction.symbols
jsdocAccessEnumType.symbols
jsdocAccessibilityTagsDeclarations.symbols
jsdocArrayObjectPromiseImplicitAny.symbols
jsdocAugments_qualifiedName.symbols
jsdocAugments_withTypeParameter.symbols
jsdocBindingInUnreachableCode.symbols
jsdocConstructorFunctionTypeReference.symbols
jsdocImplements_namespacedInterface.symbols
jsdocImportType.symbols
jsdocImportType2.symbols
jsdocImportTypeReferenceToClassAlias.symbols
jsdocImportTypeReferenceToCommonjsModule.symbols
jsdocImportTypeReferenceToESModule.symbols
jsdocImportTypeReferenceToStringLiteral.symbols
jsdocImportTypeResolution.symbols
jsdocInvalidTokens.symbols
jsdocLiteral.symbols
jsdocParamTagOnPropertyInitializer.symbols
jsdocParseHigherOrderFunction.symbols
jsdocParseMatchingBackticks.symbols
jsdocParseParenthesizedJSDocParameter.symbols
jsdocReadonlyDeclarations.symbols
jsdocRestParameter_es6.symbols
jsdocSignatureOnReturnedFunction.symbols
jsdocTemplateTag2.symbols
jsdocTemplateTag4.symbols
jsdocTemplateTag5.symbols
jsdocTypeDefAtStartOfFile.symbols
jsdocTypeFromChainedAssignment3.symbols
jsdocTypeGenericInstantiationAttempt.symbols
jsdocTypeReferenceExports.symbols
jsdocTypeReferenceToImport.symbols
jsdocTypeReferenceToImportOfClassExpression.symbols
jsdocTypeReferenceToImportOfFunctionExpression.symbols
jsdocTypeReferenceToMergedClass.symbols
jsdocTypeReferenceToValue.symbols
jsdocTypeReferenceUseBeforeDef.symbols
jsdocTypeTag.symbols
jsdocTypecastNoTypeNoCrash.symbols
jsdocTypedefNoCrash.symbols
jsdocTypedef_propertyWithNoType.symbols
jsdocUnexpectedCharacter.symbols
jsdocVariableDeclarationWithTypeAnnotation.symbols
jsdocVariadicType.symbols
jsonFileImportChecksCallCorrectlyTwice.symbols
jsxDeclarationsWithEsModuleInteropNoCrash.symbols
jsxEmitWithAttributes.symbols
jsxFactoryIdentifier.symbols
jsxFactoryIdentifierAsParameter.symbols
jsxFactoryQualifiedName.symbols
jsxFactoryQualifiedNameWithEs5.symbols
jsxImportInAttribute.symbols
jsxIntrinsicElementsExtendsRecord.symbols
jsxLocalNamespaceIndexSignatureNoCrash.symbols
jsxNamespaceGlobalReexport.symbols
jsxNamespaceImplicitImportJSXNamespace.symbols
jsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne(jsx=preserve).symbols
jsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne(jsx=react-jsx).symbols
jsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.symbols
jsxNamespaceReexports.symbols
jsxParsingError4(strict=false).symbols
jsxPreserveWithJsInput.symbols
jsxPropsAsIdentifierNames.symbols
jsxViaImport.2.symbols
keyofModuleObjectHasCorrectKeys.symbols
lateBoundAssignmentDeclarationSupport7.symbols
lateBoundClassMemberAssignmentJS.symbols
lateBoundClassMemberAssignmentJS2.symbols
lateBoundClassMemberAssignmentJS3.symbols
lateBoundFunctionMemberAssignmentDeclarations.symbols
lateBoundMethodNameAssigmentJS.symbols
leaveOptionalParameterAsWritten.symbols
legacyNodeModulesExportsSpecifierGenerationConditions.symbols
libReferenceDeclarationEmit.symbols
libReferenceDeclarationEmitBundle.symbols
libReferenceNoLib.symbols
libReferenceNoLibBundle.symbols
library-reference-1.symbols
library-reference-10.symbols
library-reference-11.symbols
library-reference-12.symbols
library-reference-13.symbols
library-reference-14.symbols
library-reference-2.symbols
library-reference-3.symbols
library-reference-6.symbols
library-reference-7.symbols
library-reference-8.symbols
library-reference-scoped-packages.symbols
linkTagEmit1.symbols
localAliasExportAssignment.symbols
localRequireFunction.symbols
malformedTags.symbols
mappedTypeGenericInstantiationPreservesHomomorphism.symbols
memberAccessMustUseModuleInstances.symbols
mergedClassInterface.symbols
mergedDeclarations5.symbols
mergedDeclarations6.symbols
mergedInterfaceFromMultipleFiles1.symbols
mergedWithLocalValue.symbols
metadataOfClassFromAlias.symbols
metadataOfClassFromAlias2.symbols
metadataOfEventAlias.symbols
metadataReferencedWithinFilteredUnion.symbols
methodsReturningThis.symbols
missingImportAfterModuleImport.symbols
missingSemicolonInModuleSpecifier.symbols
misspelledJsDocTypedefTags.symbols
moduleAliasAsFunctionArgument.symbols
moduleAugmentationCollidingNamesInAugmentation1.symbols
moduleAugmentationDeclarationEmit1.symbols
moduleAugmentationDeclarationEmit2.symbols
moduleAugmentationDoesInterfaceMergeOfReexport.symbols
moduleAugmentationDoesNamespaceEnumMergeOfReexport.symbols
moduleAugmentationDoesNamespaceMergeOfReexport.symbols
moduleAugmentationDuringSyntheticDefaultCheck.symbols
moduleAugmentationExtendAmbientModule1.symbols
moduleAugmentationExtendAmbientModule2.symbols
moduleAugmentationExtendFileModule1.symbols
moduleAugmentationExtendFileModule2.symbols
moduleAugmentationGlobal1.symbols
moduleAugmentationGlobal2.symbols
moduleAugmentationGlobal3.symbols
moduleAugmentationGlobal4.symbols
moduleAugmentationGlobal5.symbols
moduleAugmentationImportsAndExports1.symbols
moduleAugmentationImportsAndExports4.symbols
moduleAugmentationImportsAndExports5.symbols
moduleAugmentationImportsAndExports6.symbols
moduleAugmentationInAmbientModule1.symbols
moduleAugmentationInAmbientModule2.symbols
moduleAugmentationInAmbientModule3.symbols
moduleAugmentationInAmbientModule4.symbols
moduleAugmentationInAmbientModule5.symbols
moduleAugmentationNoNewNames.symbols
moduleAugmentationOfAlias.symbols
moduleAugmentationsBundledOutput1.symbols
moduleAugmentationsImports1.symbols
moduleAugmentationsImports2.symbols
moduleAugmentationsImports3.symbols
moduleAugmentationsImports4.symbols
moduleDeclarationExportStarShadowingGlobalIsNameable.symbols
moduleExportAlias.symbols
moduleExportAlias2.symbols
moduleExportAlias3.symbols
moduleExportAlias4.symbols
moduleExportAlias5.symbols
moduleExportAliasElementAccessExpression.symbols
moduleExportAliasExports.symbols
moduleExportAliasImported.symbols
moduleExportAssignment.symbols
moduleExportAssignment2.symbols
moduleExportAssignment3.symbols
moduleExportAssignment4.symbols
moduleExportAssignment5.symbols
moduleExportAssignment6.symbols
moduleExportDuplicateAlias2.symbols
moduleExportDuplicateAlias3.symbols
moduleExportNestedNamespaces.symbols
moduleExportPropertyAssignmentDefault.symbols
moduleExportsElementAccessAssignment.symbols
moduleExportsElementAccessAssignment2.symbols
moduleImportedForTypeArgumentPosition.symbols
moduleLocalImportNotIncorrectlyRedirected.symbols
moduleMergeConstructor.symbols
moduleNoneOutFile.symbols
moduleResolutionNoResolve.symbols
moduleResolutionPackageIdWithRelativeAndAbsolutePath.symbols
moduleResolutionWithExtensions.symbols
moduleResolutionWithExtensions_notSupported3.symbols
moduleResolutionWithExtensions_preferTs.symbols
moduleResolutionWithExtensions_withAmbientPresent.symbols
moduleResolutionWithModule(module=commonjs,moduleresolution=node12).symbols
moduleResolutionWithModule(module=commonjs,moduleresolution=nodenext).symbols
moduleResolutionWithModule(module=node12,moduleresolution=node12).symbols
moduleResolutionWithModule(module=node12,moduleresolution=nodenext).symbols
moduleResolutionWithModule(module=nodenext,moduleresolution=node12).symbols
moduleResolutionWithModule(module=nodenext,moduleresolution=nodenext).symbols
moduleResolutionWithRequire.symbols
moduleResolutionWithRequireAndImport.symbols
moduleResolutionWithSuffixes_empty.symbols
moduleResolutionWithSuffixes_notSpecified.symbols
moduleResolutionWithSuffixes_one.symbols
moduleResolutionWithSuffixes_oneBlank.symbols
moduleResolutionWithSuffixes_one_dirModuleWithIndex.symbols
moduleResolutionWithSuffixes_one_externalModule.symbols
moduleResolutionWithSuffixes_one_externalModulePath.symbols
moduleResolutionWithSuffixes_one_externalModule_withPaths.symbols
moduleResolutionWithSuffixes_one_externalTSModule.symbols
moduleResolutionWithSuffixes_one_jsModule.symbols
moduleResolutionWithSuffixes_one_jsonModule.symbols
moduleResolutionWithSuffixes_threeLastIsBlank1.symbols
moduleResolutionWithSuffixes_threeLastIsBlank2.symbols
moduleResolutionWithSuffixes_threeLastIsBlank3.symbols
moduleResolutionWithSymlinks.symbols
moduleResolutionWithSymlinks_notInNodeModules.symbols
moduleResolutionWithSymlinks_referenceTypes.symbols
moduleResolutionWithSymlinks_withOutDir.symbols
moduleResolution_automaticTypeDirectiveNames.symbols
moduleResolution_explicitNodeModulesImport.symbols
moduleResolution_explicitNodeModulesImport_implicitAny.symbols
moduleResolution_packageJson_notAtPackageRoot.symbols
moduleResolution_packageJson_notAtPackageRoot_fakeScopedPackage.symbols
moduleResolution_packageJson_scopedPackage.symbols
moduleResolution_packageJson_yesAtPackageRoot.symbols
moduleResolution_packageJson_yesAtPackageRoot_fakeScopedPackage.symbols
moduleResolution_packageJson_yesAtPackageRoot_mainFieldInSubDirectory.symbols
moduleResolution_relativeImportJsFile.symbols
moduleSameValueDuplicateExportedBindings1.symbols
moduleSameValueDuplicateExportedBindings2.symbols
moduleScoping.symbols
moduleSymbolMerging.symbols
multiImportExport.symbols
multipleDeclarations.symbols
nameDelimitedBySlashes.symbols
nameWithFileExtension.symbols
nameWithRelativePaths.symbols
namespacesWithTypeAliasOnlyExportsMerge.symbols
narrowedImports.symbols
narrowedImports_assumeInitialized.symbols
nestedGenericConditionalTypeWithGenericImportType.symbols
nestedNamespace.symbols
nestedPrototypeAssignment.symbols
noBundledEmitFromNodeModules.symbols
noCrashUMDMergedWithGlobalValue.symbols
noEmitAndComposite.symbols
noEmitAndCompositeListFilesOnly.symbols
noEmitAndIncremental.symbols
noEmitAndIncrementalListFilesOnly.symbols
noErrorUsingImportExportModuleAugmentationInDeclarationFile1.symbols
noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.symbols
noParameterReassignmentJSIIFE.symbols
noUsedBeforeDefinedErrorInAmbientContext1.symbols
nodeModuleReexportFromDottedPath.symbols
nodeModulesAllowJsCjsFromJs(module=node12).symbols
nodeModulesAllowJsCjsFromJs(module=nodenext).symbols
nodeModulesAllowJsDynamicImport(module=node12).symbols
nodeModulesAllowJsDynamicImport(module=nodenext).symbols
nodeModulesCjsFormatFileAlwaysHasDefault(module=node12).symbols
nodeModulesCjsFormatFileAlwaysHasDefault(module=nodenext).symbols
nodeModulesDeclarationEmitDynamicImportWithPackageExports.symbols
nodeModulesDynamicImport(module=node12).symbols
nodeModulesDynamicImport(module=nodenext).symbols
nodeModulesImportAssignments(module=node12).symbols
nodeModulesImportAssignments(module=nodenext).symbols
nodeModulesImportResolutionIntoExport(module=node12).symbols
nodeModulesImportResolutionIntoExport(module=nodenext).symbols
nodeModulesImportTypeModeDeclarationEmit1(module=node12).symbols
nodeModulesImportTypeModeDeclarationEmit1(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit1(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit1(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit2(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit2(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit3(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit3(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit4(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit4(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit5(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit5(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit6(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit6(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit7(module=node12).symbols
nodeModulesTripleSlashReferenceModeDeclarationEmit7(module=nodenext).symbols
nodeModulesTripleSlashReferenceModeOverride5(module=node12).symbols
nodeModulesTripleSlashReferenceModeOverride5(module=nodenext).symbols
nodeModulesTypesVersionPackageExports(module=node12).symbols
nodeModulesTypesVersionPackageExports(module=nodenext).symbols
nodeNextCjsNamespaceImportDefault1.symbols
nodeNextCjsNamespaceImportDefault2.symbols
nodeNextEsmImportsOfPackagesWithExtensionlessMains.symbols
nodeResolution1.symbols
nodeResolution2.symbols
nodeResolution3.symbols
nodeResolution4.symbols
nodeResolution5.symbols
nodeResolution6.symbols
nodeResolution7.symbols
nodeResolution8.symbols
nounusedTypeParameterConstraint.symbols
outFilerootDirModuleNamesAmd.symbols
outFilerootDirModuleNamesSystem.symbols
outModuleConcatAmd.symbols
outModuleConcatCommonjsDeclarationOnly.symbols
outModuleConcatSystem.symbols
outModuleTripleSlashRefs.symbols
overloadBindingAcrossDeclarationBoundaries2.symbols
override_js1.symbols
packageJsonMain.symbols
paramTagBracketsAddOptionalUndefined.symbols
paramTagOnCallExpression.symbols
paramTagTypeResolution.symbols
paramTagTypeResolution2.symbols
parsingDeepParenthensizedExpression.symbols
pathMappingBasedModuleResolution3_classic.symbols
pathMappingBasedModuleResolution3_node.symbols
pathMappingBasedModuleResolution4_classic.symbols
pathMappingBasedModuleResolution4_node.symbols
pathMappingBasedModuleResolution5_classic.symbols
pathMappingBasedModuleResolution5_node.symbols
pathMappingBasedModuleResolution6_classic.symbols
pathMappingBasedModuleResolution6_node.symbols
pathMappingBasedModuleResolution7_classic.symbols
pathMappingBasedModuleResolution7_node.symbols
pathMappingBasedModuleResolution8_classic.symbols
pathMappingBasedModuleResolution8_node.symbols
pathMappingBasedModuleResolution_rootImport_aliasWithRoot.symbols
pathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.symbols
pathMappingBasedModuleResolution_rootImport_aliasWithRoot_multipleAliases.symbols
pathMappingBasedModuleResolution_rootImport_aliasWithRoot_realRootFile.symbols
pathMappingBasedModuleResolution_rootImport_noAliasWithRoot.symbols
pathMappingBasedModuleResolution_rootImport_noAliasWithRoot_realRootFile.symbols
pathMappingBasedModuleResolution_withExtension.symbols
pathMappingBasedModuleResolution_withExtensionInName.symbols
pathMappingBasedModuleResolution_withExtension_MapedToNodeModules.symbols
plainJSGrammarErrors2.symbols
plainJSRedeclare3.symbols
preserveUnusedImports.symbols
preserveValueImports_errors(isolatedmodules=false).symbols
preserveValueImports_importsNotUsedAsValues.symbols
privacyAccessorDeclFile.symbols
privacyCannotNameAccessorDeclFile.symbols
privacyCannotNameVarTypeDeclFile.symbols
privacyCheckExternalModuleExportAssignmentOfGenericClass.symbols
privacyClassImplementsClauseDeclFile.symbols
privacyFunctionCannotNameParameterTypeDeclFile.symbols
privacyFunctionCannotNameReturnTypeDeclFile.symbols
privacyFunctionParameterDeclFile.symbols
privacyFunctionReturnTypeDeclFile.symbols
privacyInterfaceExtendsClauseDeclFile.symbols
privacyVarDeclFile.symbols
privateConstructorFunction.symbols
privateIdentifierExpando.symbols
propTypeValidatorInference.symbols
propertiesOfGenericConstructorFunctions.symbols
propertyAssignmentOnImportedSymbol.symbols
propertyAssignmentOnParenthesizedNumber.symbols
protoAsIndexInIndexExpression.symbols
prototypePropertyAssignmentMergeAcrossFiles.symbols
prototypePropertyAssignmentMergedTypeReference.symbols
reExportDefaultExport.symbols
reExportUndefined2.symbols
reactImportDropped.symbols
reactJsxReactResolvedNodeNext.symbols
reactJsxReactResolvedNodeNextEsm.symbols
reactNamespaceImportPresevation.symbols
reactTransitiveImportHasValidDeclaration.symbols
recursiveExportAssignmentAndFindAliasedType7.symbols
recursiveResolveDeclaredMembers.symbols
reexportClassDefinition.symbols
reexportDefaultIsCallable.symbols
reexportMissingDefault5.symbols
reexportMissingDefault8.symbols
reexportNameAliasedAndHoisted.symbols
reexportWrittenCorrectlyInDeclaration.symbols
referenceTypesPreferedToPathIfPossible.symbols
relativePathToDeclarationFile.symbols
requireAsFunctionInExternalModule.symbols
requireAssertsFromTypescript.symbols
requireEmitSemicolon.symbols
requireOfJsonFile.symbols
requireOfJsonFileNonRelative.symbols
requireOfJsonFileNonRelativeWithoutExtensionResolvesToTs.symbols
requireOfJsonFileTypes.symbols
requireOfJsonFileWithAlwaysStrictWithoutErrors.symbols
requireOfJsonFileWithDeclaration.symbols
requireOfJsonFileWithEmptyObject.symbols
requireOfJsonFileWithModuleEmitUndefined.symbols
requireOfJsonFileWithModuleNodeResolutionEmitAmd.symbols
requireOfJsonFileWithModuleNodeResolutionEmitAmdOutFile.symbols
requireOfJsonFileWithModuleNodeResolutionEmitEs2015.symbols
requireOfJsonFileWithModuleNodeResolutionEmitEsNext.symbols
requireOfJsonFileWithModuleNodeResolutionEmitUndefined.symbols
requireOfJsonFileWithSourceMap.symbols
requireOfJsonFileWithTraillingComma.symbols
requireOfJsonFileWithoutAllowJs.symbols
requireOfJsonFileWithoutEsModuleInterop.symbols
requireOfJsonFileWithoutExtensionResolvesToTs.symbols
requireOfJsonFileWithoutOutDir.symbols
requireOfJsonFile_PathMapping.symbols
requireTwoPropertyAccesses.symbols
resolveNameWithNamspace.symbols
returnTagTypeGuard.symbols
reuseInnerModuleMember.symbols
scopedPackages.symbols
scopedPackagesClassic.symbols
shebangBeforeReferences.symbols
signaturesUseJSDocForOptionalParameters.symbols
sourceFileMergeWithFunction.symbols
sourceMapPercentEncoded.symbols
sourceMapWithCaseSensitiveFileNames.symbols
sourceMapWithCaseSensitiveFileNamesAndOutDir.symbols
sourceMapWithMultipleFilesWithCopyright.symbols
sourceMapWithMultipleFilesWithFileEndingWithInterface.symbols
sourceMapWithNonCaseSensitiveFileNames.symbols
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.symbols
spellingUncheckedJS.symbols
spreadExpressionContextualTypeWithNamespace.symbols
stackDepthLimitCastingType.symbols
staticInstanceResolution3.symbols
staticPropertyNameConflictsInAmbientContext.symbols
subclassThisTypeAssignable02.symbols
superNoModifiersCrash.symbols
symbolLinkDeclarationEmitModuleNames.symbols
symbolLinkDeclarationEmitModuleNamesImportRef.symbols
symbolLinkDeclarationEmitModuleNamesRootDir.symbols
symbolMergeValueAndImportedType.symbols
syntheticDefaultExportsWithDynamicImports.symbols
systemDefaultImportCallable.symbols
systemExportAssignment.symbols
systemExportAssignment3.symbols
systemModule15.symbols
systemModule17.symbols
systemModule3.symbols
systemModuleAmbientDeclarations.symbols
systemModuleExportDefault.symbols
systemModuleWithSuperClass.symbols
systemObjectShorthandRename.symbols
targetEs6DecoratorMetadataImportNotElided.symbols
thisPropertyAssignmentCircular.symbols
thisPropertyOverridesAccessors.symbols
thisTag1.symbols
thisTypeOfConstructorFunctions.symbols
topLevelAmbientModule.symbols
topLevelAwait.1(module=es2022,target=es2017).symbols
topLevelAwait.1(module=esnext,target=es2017).symbols
topLevelAwait.1(module=system,target=es2017).symbols
topLevelAwait.3(module=es2022).symbols
topLevelAwait.3(module=esnext).symbols
topLevelBlockExpando.symbols
topLevelFileModule.symbols
topLevelThisAssignment.symbols
transformNestedGeneratorsWithTry.symbols
tripleSlashReferenceAbsoluteWindowsPath.symbols
tripleSlashTypesReferenceWithMissingExports(module=commonjs).symbols
truthinessCallExpressionCoercion4.symbols
ts-expect-error-nocheck-js.symbols
tsNoCheckForTypescript.symbols
tsconfigMapOptionsAreCaseInsensitive.symbols
tsxAttributeResolution13.symbols
tsxAttributeResolution16.symbols
tsxAttributeResolution8.symbols
tsxDefaultAttributesResolution1.symbols
tsxDefaultAttributesResolution2.symbols
tsxDefaultImports.symbols
tsxDynamicTagName5.symbols
tsxDynamicTagName8.symbols
tsxDynamicTagName9.symbols
tsxElementResolution13.symbols
tsxElementResolution14.symbols
tsxElementResolution17.symbols
tsxElementResolution19.symbols
tsxElementResolution2.symbols
tsxElementResolution5.symbols
tsxEmit1.symbols
tsxEmit2.symbols
tsxEmitSpreadAttribute(target=es2015).symbols
tsxEmitSpreadAttribute(target=es2018).symbols
tsxEmitSpreadAttribute(target=esnext).symbols
tsxExternalModuleEmit1.symbols
tsxExternalModuleEmit2.symbols
tsxFragmentChildrenCheck.symbols
tsxFragmentPreserveEmit.symbols
tsxFragmentReactEmit.symbols
tsxGenericAttributesType1.symbols
tsxGenericAttributesType2.symbols
tsxGenericAttributesType3.symbols
tsxGenericAttributesType4.symbols
tsxGenericAttributesType5.symbols
tsxGenericAttributesType6.symbols
tsxGenericAttributesType7.symbols
tsxGenericAttributesType8.symbols
tsxGenericAttributesType9.symbols
tsxInferenceShouldNotYieldAnyOnUnions.symbols
tsxOpeningClosingNames.symbols
tsxParseTests1.symbols
tsxParseTests2.symbols
tsxPreserveEmit1.symbols
tsxPreserveEmit2.symbols
tsxPreserveEmit3.symbols
tsxReactComponentWithDefaultTypeParameter1.symbols
tsxReactComponentWithDefaultTypeParameter2.symbols
tsxReactEmit1.symbols
tsxReactEmit2.symbols
tsxReactEmit3.symbols
tsxReactEmit5.symbols
tsxReactEmit6.symbols
tsxReactEmitEntities.symbols
tsxReactEmitNesting.symbols
tsxReactEmitSpreadAttribute(target=es2015).symbols
tsxReactEmitSpreadAttribute(target=es2018).symbols
tsxReactEmitSpreadAttribute(target=esnext).symbols
tsxReactEmitWhitespace.symbols
tsxReactEmitWhitespace2.symbols
tsxResolveExternalModuleExportsTypes.symbols
tsxSfcReturnNull.symbols
tsxSfcReturnNullStrictNullChecks.symbols
tsxSpreadAttributesResolution1.symbols
tsxSpreadAttributesResolution11.symbols
tsxSpreadAttributesResolution13.symbols
tsxSpreadAttributesResolution15.symbols
tsxSpreadAttributesResolution3.symbols
tsxSpreadAttributesResolution7.symbols
tsxSpreadAttributesResolution8.symbols
tsxSpreadAttributesResolution9.symbols
tsxStatelessFunctionComponentOverload1.symbols
tsxStatelessFunctionComponentOverload2.symbols
tsxStatelessFunctionComponentOverload3.symbols
tsxStatelessFunctionComponentOverload6.symbols
tsxStatelessFunctionComponentWithDefaultTypeParameter1.symbols
tsxStatelessFunctionComponents3.symbols
tsxStatelessFunctionComponentsWithTypeArguments1.symbols
tsxStatelessFunctionComponentsWithTypeArguments3.symbols
tsxStatelessFunctionComponentsWithTypeArguments5.symbols
tsxTypeArgumentsJsxPreserveOutput.symbols
tsxUnionElementType5.symbols
tsxUnionSpread.symbols
tsxUnionTypeComponent1.symbols
typeCheckObjectCreationExpressionWithUndefinedCallResolutionData.symbols
typeFromContextualThisType.symbols
typeFromJSInitializer2.symbols
typeFromJSInitializer3.symbols
typeFromParamTagForFunction.symbols
typeFromPrivatePropertyAssignmentJs.symbols
typeFromPropertyAssignment.symbols
typeFromPropertyAssignment10.symbols
typeFromPropertyAssignment10_1.symbols
typeFromPropertyAssignment11.symbols
typeFromPropertyAssignment12.symbols
typeFromPropertyAssignment13.symbols
typeFromPropertyAssignment14.symbols
typeFromPropertyAssignment15.symbols
typeFromPropertyAssignment16.symbols
typeFromPropertyAssignment17.symbols
typeFromPropertyAssignment18.symbols
typeFromPropertyAssignment19.symbols
typeFromPropertyAssignment2.symbols
typeFromPropertyAssignment20.symbols
typeFromPropertyAssignment23.symbols
typeFromPropertyAssignment24.symbols
typeFromPropertyAssignment25.symbols
typeFromPropertyAssignment27.symbols
typeFromPropertyAssignment3.symbols
typeFromPropertyAssignment34.symbols
typeFromPropertyAssignment35.symbols
typeFromPropertyAssignment37.symbols
typeFromPropertyAssignment39.symbols
typeFromPropertyAssignment4.symbols
typeFromPropertyAssignment40.symbols
typeFromPropertyAssignment5.symbols
typeFromPropertyAssignment6.symbols
typeFromPropertyAssignment7.symbols
typeFromPropertyAssignment8.symbols
typeFromPropertyAssignment8_1.symbols
typeFromPropertyAssignment9.symbols
typeFromPropertyAssignment9_1.symbols
typeFromPropertyAssignmentOutOfOrder.symbols
typeFromPropertyAssignmentWithExport.symbols
typeFromPrototypeAssignment4.symbols
typeGuardNarrowsIndexedAccessOfKnownProperty8.symbols
typeQuery.symbols
typeReferenceDirectives1.symbols
typeReferenceDirectives10.symbols
typeReferenceDirectives13.symbols
typeReferenceDirectives2.symbols
typeReferenceDirectives3.symbols
typeReferenceDirectives4.symbols
typeReferenceDirectives5.symbols
typeReferenceDirectives6.symbols
typeReferenceDirectives7.symbols
typeReferenceDirectives8.symbols
typeReferenceDirectives9.symbols
typeReferenceRelatedFiles.symbols
typeRootsFromMultipleNodeModulesDirectories.symbols
typeRootsFromNodeModulesInParentDirectory.symbols
typeTagOnPropertyAssignment.symbols
typeTagWithGenericSignature.symbols
typedefCrossModule.symbols
typedefTagExtraneousProperty.symbols
typedefTagNested.symbols
typesVersions.ambientModules.symbols
typesVersions.emptyTypes.symbols
typesVersions.justIndex.symbols
typesVersions.multiFile.symbols
typesVersionsDeclarationEmit.ambient.symbols
typesVersionsDeclarationEmit.multiFile.symbols
typesVersionsDeclarationEmit.multiFileBackReferenceToUnmapped.symbols
typingsLookup1.symbols
typingsLookup3.symbols
typingsLookup4.symbols
typingsLookupAmd.symbols
umd-augmentation-1.symbols
umd-augmentation-2.symbols
umd-augmentation-3.symbols
umd-augmentation-4.symbols
umd1.symbols
umd3.symbols
umd4.symbols
umd6.symbols
umd7.symbols
umd9.symbols
umdGlobalAugmentationNoCrash.symbols
umdGlobalConflict.symbols
umdNamedAmdMode.symbols
umdNamespaceMergedWithGlobalAugmentationIsNotCircular.symbols
unannotatedParametersAreOptional.symbols
unicodeEscapesInJSDoc.symbols
unicodeEscapesInJsxtags.symbols
uniqueSymbolsDeclarationsInJs.symbols
untypedModuleImport.symbols
untypedModuleImport_allowJs.symbols
untypedModuleImport_vsAmbient.symbols
unusedImportDeclaration.symbols
unusedImportWithSpread.symbols
unusedImports11.symbols
unusedImports13.symbols
unusedImports14.symbols
unusedImports15.symbols
unusedImports16.symbols
unusedTypeParameters6.symbols
unusedTypeParameters7.symbols
useBeforeDeclaration.symbols
useBeforeDefinitionInDeclarationFiles.symbols
varRequireFromJavascript.symbols
varRequireFromTypescript.symbols
visibilityOfCrossModuleTypeUsage.symbols
withImportDecl.symbols
🎉 Fixed (146):
FunctionDeclaration1_es6.symbols
TupleType1.symbols
TupleType2.symbols
TupleType3.symbols
TupleType5.symbols
VariableDeclaration10_es6.symbols
VariableDeclaration5_es6.symbols
VariableDeclaration7_es6.symbols
VariableDeclaration9_es6.symbols
YieldExpression13_es6.symbols
YieldExpression3_es6.symbols
YieldExpression4_es6.symbols
YieldStarExpression4_es6.symbols
ambientClassOverloadForFunction.symbols
ambientExternalModuleReopen.symbols
anonymousClassExpression1.symbols
asiAmbientFunctionDeclaration.symbols
asyncImportNestedYield.symbols
awaitExpressionInnerCommentEmit.symbols
await_unaryExpression_es2017.symbols
await_unaryExpression_es6.symbols
bom-utf8.symbols
callSignatureFunctionOverload.symbols
castFunctionExpressionShouldBeParenthesized.symbols
castOfAwait.symbols
catch.symbols
commentEmitWithCommentOnLastLine.symbols
commentInEmptyParameterList1.symbols
commentOnAmbientVariable1.symbols
commentOnBlock1.symbols
commentsBeforeVariableStatement1.symbols
convertKeywords.symbols
debugger.symbols
declFileTypeAnnotationBuiltInType.symbols
declarationEmitDefaultExport3.symbols
declarationEmitDestructuring3.symbols
declarationEmitDestructuring5.symbols
declarationEmitDestructuringArrayPattern4.symbols
declarationEmitDestructuringArrayPattern5.symbols
declarationInAmbientContext.symbols
defaultExportWithOverloads01.symbols
deprecatedBool.symbols
doNotEmitDetachedCommentsAtStartOfFunctionBody.symbols
doWhileLoop.symbols
downlevelLetConst10.symbols
downlevelLetConst5.symbols
downlevelLetConst7.symbols
downlevelLetConst9.symbols
duplicateLabel3.symbols
duplicateVariableDeclaration1.symbols
emitBOM.symbols
emitRestParametersFunction.symbols
emitRestParametersFunctionES6.symbols
emitter.noCatchBinding.es2019.symbols
emptyArrayBindingPatternParameter01.symbols
emptyArrayBindingPatternParameter02.symbols
emptyArrayBindingPatternParameter03.symbols
emptyArrayBindingPatternParameter04.symbols
emptyObjectBindingPatternParameter01.symbols
emptyObjectBindingPatternParameter02.symbols
emptyObjectBindingPatternParameter03.symbols
es5ExportDefaultFunctionDeclaration.symbols
es6ExportDefaultFunctionDeclaration.symbols
fromAsIdentifier1.symbols
fromAsIdentifier2.symbols
functionOverloadCompatibilityWithVoid02.symbols
functionOverloadCompatibilityWithVoid03.symbols
functionOverloads10.symbols
functionOverloads12.symbols
functionOverloads13.symbols
functionOverloads23.symbols
functionOverloads24.symbols
functionOverloads8.symbols
generatorES6InAMDModule.symbols
generatorES6_1.symbols
generatorReturnTypeFallback.1.symbols
generatorReturnTypeFallback.4.symbols
generatorTypeCheck14.symbols
generatorTypeCheck15.symbols
generatorTypeCheck16.symbols
generatorTypeCheck33.symbols
generatorTypeCheck34.symbols
generatorTypeCheck35.symbols
generatorTypeCheck36.symbols
generatorTypeCheck37.symbols
generatorTypeCheck4.symbols
generatorTypeCheck47.symbols
generatorTypeCheck49.symbols
generatorTypeCheck5.symbols
generatorTypeCheck51.symbols
idInProp.symbols
inferredFunctionReturnTypeIsEmptyType.symbols
isLiteral1.symbols
isLiteral2.symbols
jsdocCastCommentEmit.symbols
jsxFactoryAndJsxFragmentFactory.symbols
jsxFactoryAndJsxFragmentFactoryNull.symbols
nestedIndexer.symbols
noReachabilityErrorsOnEmptyStatement.symbols
noSubstitutionTemplateStringLiteralTypes.symbols
optionsStrictPropertyInitializationStrict.symbols
overloadOnConstAsTypeAnnotation.symbols
overloadOnConstDuplicateOverloads1.symbols
overloadingOnConstantsInImplementation.symbols
parserES5ForOfStatement17.symbols
parserES5SymbolIndexer3.symbols
parserForOfStatement17.symbols
parserFunctionDeclaration1.d.symbols
parserFunctionDeclaration5.symbols
parserObjectType1.symbols
parserParameterList12.symbols
parserReturnStatement3.symbols
parserSymbolIndexer4.symbols
parserUnicodeWhitespaceCharacter1.symbols
parserVariableDeclaration11.symbols
parserVariableDeclaration4.d.symbols
parserVariableDeclaration7.symbols
parserVariableDeclaration9.symbols
parserVariableStatement2.symbols
parser_duplicateLabel3.symbols
prefixedNumberLiteralAssignToNumberLiteralType.symbols
restElementWithBindingPattern.symbols
restParameterWithBindingPattern1.symbols
restParameterWithBindingPattern2.symbols
restParameters.symbols
singleLineCommentInConciseArrowFunctionES3.symbols
sourceMap-Comments2.symbols
sourceMapValidationDestructuringVariableStatementArrayBindingPattern4.symbols
sourceMapValidationDestructuringVariableStatementArrayBindingPattern5.symbols
specializedSignatureWithOptional.symbols
stringHasStringValuedNumericIndexer.symbols
stringLiteralType.symbols
stringLiteralTypesWithTemplateStrings01.symbols
systemModule5.symbols
tryCatchFinally.symbols
tryStatements.symbols
tupleElementTypes1.symbols
tupleElementTypes2.symbols
tupleElementTypes3.symbols
tupleElementTypes4.symbols
typeofThisWithImplicitThis.symbols
typeofUndefined.symbols
unusedParameterInCatchClause.symbols
useStrictLikePrologueString01.symbols
voidConstructor.symbols
yieldExpressionInnerCommentEmit.symbols
💥 Failed to Panic (1):
throwStatements.symbols

ts/babel

Test result main count This PR count Difference
Total 588 588 0
Passed 519 519 0
Failed 69 69 0
Panics 0 0 0
Coverage 88.27% 88.27% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 16257 16257 0
Passed 12391 12391 0
Failed 3866 3866 0
Panics 0 0 0
Coverage 76.22% 76.22% 0.00%

@xunilrj xunilrj temporarily deployed to aws May 30, 2022 18:29 Inactive
@xunilrj xunilrj temporarily deployed to aws May 31, 2022 12:18 Inactive
@xunilrj xunilrj temporarily deployed to aws May 31, 2022 12:23 Inactive
@xunilrj xunilrj merged commit 19bd07b into main May 31, 2022
@xunilrj xunilrj deleted the feature/semantic-events branch May 31, 2022 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants