@@ -11,22 +11,7 @@ exportDeclarationsInAmbientNamespaces2.ts
1111multipleExports.ts
1212
1313
14- # 143 valid programs produced a parsing error
15-
16- #invalid programs did not produce a parsing error
17-
18- bigintIndex.ts
19- classExpressionWithDecorator1.ts
20- collisionArgumentsArrowFunctions.ts # TypeScript doesn't allow a parameter to be named arguments even in non-strict mode, which we don't catch.
21- collisionArgumentsFunction.ts # TypeScript doesn't allow a parameter to be named arguments even in non-strict mode, which we don't catch.
22- collisionArgumentsFunctionExpressions.ts # TypeScript doesn't allow a parameter to be named arguments even in non-strict mode, which we don't catch.
23- dynamicImportTrailingComma.ts
24- es3-oldStyleOctalLiteralInEnums.ts # We don't support ES3-style octal literal errors.
25- exportDeclarationsInAmbientNamespaces2.ts
26- multipleExports.ts
27-
28-
29- #valid programs produced a parsing error
14+ # 139 valid programs produced a parsing error
3015
3116ArrowFunctionExpression1.ts
3217MemberAccessorDeclaration15.ts
@@ -94,8 +79,8 @@ exportInterfaceClassAndValue.ts
9479exportSameNameFuncVar.ts
9580exportSpecifierAndExportedMemberDeclaration.ts
9681exportSpecifierAndLocalMemberDeclaration.ts
97- exportSpecifierForAGlobal.ts
98- exportSpecifierReferencingOuterDeclaration2.ts
82+ exportSpecifierForAGlobal.ts # We handle this fine, but it doesn't consider the different files together
83+ exportSpecifierReferencingOuterDeclaration2.ts # We handle this fine, but it doesn't consider the different files together
9984expressionsForbiddenInParameterInitializers.ts
10085extendsClauseAlreadySeen.ts
10186extendsClauseAlreadySeen2.ts
@@ -120,7 +105,7 @@ indexTypeCheck.ts
120105indexWithoutParamType.ts
121106indexerSignatureWithRestParam.ts
122107interfaceMayNotBeExtendedWitACall.ts
123- interfaceNaming1.ts
108+ interfaceNaming1.ts # We correctly identify this error, but we can't bring it in without bringing a bunch of other tests too.
124109interfaceWithImplements1.ts
125110jsxAttributeMissingInitializer.tsx
126111jsxAttributeWithoutExpressionReact.tsx
@@ -151,9 +136,9 @@ parameterInitializerBeforeDestructuringEmit.ts
151136parameterPropertyOutsideConstructor.ts
152137parserConstructorDeclaration12.ts
153138reExportGlobalDeclaration1.ts
154- reExportGlobalDeclaration2.ts
155- reExportGlobalDeclaration3.ts
156- reExportGlobalDeclaration4.ts
139+ reExportGlobalDeclaration2.ts # We handle this fine, but it doesn't consider the different files together
140+ reExportGlobalDeclaration3.ts # We handle this fine, but it doesn't consider the different files together
141+ reExportGlobalDeclaration4.ts # We handle this fine, but it doesn't consider the different files together
157142reExportUndefined1.ts
158143readonlyInNonPropertyParameters.ts
159144redeclareParameterInCatchBlock.ts
0 commit comments