From 34caf2d673ad25e0fa930abfdba7c917348d4a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 10 Jan 2020 03:14:12 +0100 Subject: [PATCH] Updates --- scripts/parser-tests/flow/whitelist.txt | 1 + scripts/parser-tests/typescript/whitelist.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parser-tests/flow/whitelist.txt b/scripts/parser-tests/flow/whitelist.txt index 970aac10979a..b2f98acd0b89 100644 --- a/scripts/parser-tests/flow/whitelist.txt +++ b/scripts/parser-tests/flow/whitelist.txt @@ -17,4 +17,5 @@ decorators/migrated_0003.js export_import_reserved_words/migrated_0003.js export_statements/export_trailing_comma.js nullish_coalescing/missing-plugin.js +optional_chaining/missing-plugin.js types/member/reserved_words.js diff --git a/scripts/parser-tests/typescript/whitelist.txt b/scripts/parser-tests/typescript/whitelist.txt index bf3239556477..a69318cb0174 100644 --- a/scripts/parser-tests/typescript/whitelist.txt +++ b/scripts/parser-tests/typescript/whitelist.txt @@ -482,7 +482,6 @@ targetEs6DecoratorMetadataImportNotElided.ts targetTypeCastTest.ts throwWithoutNewLine2.ts tsxDeepAttributeAssignabilityError.tsx -typeParameterLeak.ts typeReferenceDirectives10.ts typeReferenceDirectives11.ts typeReferenceDirectives12.ts