Remove --experimentalAsyncFunctions

This commit is contained in:
Mohamed Hegazy
2015-10-12 14:27:33 -07:00
parent c05297cfea
commit 92f1b48cc8
5 changed files with 0 additions and 23 deletions

View File

@@ -222,11 +222,6 @@ namespace ts {
type: "boolean",
description: Diagnostics.Watch_input_files,
},
{
name: "experimentalAsyncFunctions",
type: "boolean",
description: Diagnostics.Enables_experimental_support_for_ES7_async_functions
},
{
name: "experimentalDecorators",
type: "boolean",