@@ -2,7 +2,7 @@ commit: 15392346
22
33estree_typescript Summary :
44AST Parsed : 11245 / 11404 (98.61 % )
5- Positive Passed : 11065 / 11404 (97.03 % )
5+ Positive Passed : 11074 / 11404 (97.11 % )
66Expect to Parse : tasks / coverage / typescript / tests / cases / compiler / ClassDeclarationWithInvalidConstOnPropertyDeclaration .ts
77A class member cannot have the 'const ' keyword .
88
@@ -48,8 +48,6 @@ Mismatch: tasks/coverage/typescript/tests/cases/compiler/bigintWithoutLib.ts
4848
4949Mismatch : tasks /coverage /typescript /tests /cases /compiler /bluebirdStaticThis .ts
5050
51- Mismatch : tasks /coverage /typescript /tests /cases /compiler /circularGetAccessor .ts
52-
5351Expect to Parse : tasks /coverage /typescript /tests /cases /compiler /classExpressionPropertyModifiers .ts
5452Expected a semicolon or an implicit semicolon after a statement , but found none
5553
@@ -92,8 +90,6 @@ Mismatch: tasks/coverage/typescript/tests/cases/compiler/declFileWithInternalMod
9290
9391Mismatch: tasks/coverage/typescript/tests/cases/compiler/declarationEmitHasTypesRefOnNamespaceUse.ts
9492
95- Mismatch: tasks/coverage/typescript/tests/cases/compiler/declarationEmitTypeofThisInClass.ts
96-
9793Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/declareAlreadySeen.ts
9894declare' modifier already seen.
9995
@@ -405,10 +401,6 @@ Mismatch: tasks/coverage/typescript/tests/cases/compiler/strictModeReservedWordI
405401Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/thisAssignmentInNamespaceDeclaration1.ts
406402Expected a semicolon or an implicit semicolon after a statement, but found none
407403
408- Mismatch: tasks/coverage/typescript/tests/cases/compiler/thisInTypeQuery.ts
409-
410- Mismatch: tasks/coverage/typescript/tests/cases/compiler/typeofThisInMethodSignature.ts
411-
412404Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/unusedLocalsInMethod4.ts
413405Missing initializer in const declaration
414406
@@ -484,10 +476,6 @@ Unexpected token
484476Expect to Parse : tasks / coverage / typescript / tests / cases / conformance / classes / members / privateNames / privateNameJsBadDeclaration .ts
485477Unexpected token
486478
487- Mismatch : tasks / coverage / typescript / tests / cases / conformance / classes / propertyMemberDeclarations / initializerReferencingConstructorLocals .ts
488-
489- Mismatch : tasks / coverage / typescript / tests / cases / conformance / classes / propertyMemberDeclarations / initializerReferencingConstructorParameters .ts
490-
491479Expect to Parse : tasks / coverage / typescript / tests / cases / conformance / classes / propertyMemberDeclarations / propertyNamedConstructor .ts
492480Classes can ' t have a field named ' constructor '
493481
@@ -951,17 +939,11 @@ A rest element must be last in a destructuring pattern
951939Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/types/rest/restElementMustBeLast.ts
952940A rest element must be last in a destructuring pattern
953941
954- Mismatch: tasks/coverage/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/typeofThis.ts
955-
956- Mismatch: tasks/coverage/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/typeofThisWithImplicitThis.ts
957-
958942Mismatch: tasks/coverage/typescript/tests/cases/conformance/types/stringLiteral/stringLiteralTypesAsTags02.ts
959943
960944Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/types/stringLiteral/stringLiteralTypesInVariableDeclarations01.ts
961945Missing initializer in const declaration
962946
963- Mismatch: tasks/coverage/typescript/tests/cases/conformance/types/thisType/thisTypeInFunctions4.ts
964-
965947Mismatch: tasks/coverage/typescript/tests/cases/conformance/types/tuple/named/namedTupleMembersErrors.ts
966948
967949Expect to Parse: tasks/coverage/typescript/tests/cases/conformance/types/tuple/readonlyArraysAndTuples.ts
0 commit comments