diff --git a/Makefile b/Makefile index 7ddec4e9eee0..279ebb4dcf00 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ FLOW_COMMIT = a1f9a4c709dcebb27a5084acf47755fbae699c25 TEST262_COMMIT = 058adfed86b1d4129996faaf50a85ea55379a66a -TYPESCRIPT_COMMIT = ffa35d3272647fe48ddf173e1f0928f772c18630 +TYPESCRIPT_COMMIT = d779a190535e52896cfe5100101173c00b6b8625 FORCE_PUBLISH = "@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone" diff --git a/scripts/parser-tests/typescript/allowlist.txt b/scripts/parser-tests/typescript/allowlist.txt index 43434ecadd98..5c3f5028bb23 100644 --- a/scripts/parser-tests/typescript/allowlist.txt +++ b/scripts/parser-tests/typescript/allowlist.txt @@ -352,6 +352,7 @@ outModuleTripleSlashRefs.ts parameterInitializerBeforeDestructuringEmit.ts parameterPropertyOutsideConstructor.ts parseGenericArrowRatherThanLeftShift.ts +parserConstructorDeclaration12.ts pathMappingBasedModuleResolution3_classic.ts pathMappingBasedModuleResolution3_node.ts preserveUnusedImports.ts @@ -420,4 +421,3 @@ withStatement.ts withStatementErrors.ts withStatementInternalComments.ts withStatementNestedScope.ts -parserConstructorDeclaration12.ts