From d25292284a814cade3431526136420c4d4851f57 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:48:04 +0800 Subject: [PATCH] update allowlist --- scripts/parser-tests/typescript/allowlist.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/parser-tests/typescript/allowlist.txt b/scripts/parser-tests/typescript/allowlist.txt index 245d2d088bbb..d4404a932f64 100644 --- a/scripts/parser-tests/typescript/allowlist.txt +++ b/scripts/parser-tests/typescript/allowlist.txt @@ -11,7 +11,7 @@ exportDeclarationsInAmbientNamespaces2.ts multipleExports.ts -# 134 valid programs produced a parsing error +# 131 valid programs produced a parsing error ArrowFunctionExpression1.ts MemberAccessorDeclaration15.ts @@ -71,12 +71,9 @@ exportAssignmentWithDeclareAndExportModifiers.ts exportAssignmentWithDeclareModifier.ts exportAssignmentWithExportModifier.ts exportClassWithoutName.ts -exportDeclarationsInAmbientNamespaces.ts exportDefaultAsyncFunction2.ts exportInterfaceClassAndValue.ts exportSameNameFuncVar.ts -exportSpecifierAndExportedMemberDeclaration.ts -exportSpecifierAndLocalMemberDeclaration.ts exportSpecifierForAGlobal.ts # We handle this fine, but it doesn't consider the different files together exportSpecifierReferencingOuterDeclaration2.ts # We handle this fine, but it doesn't consider the different files together expressionsForbiddenInParameterInitializers.ts