Moved async functions for ES6 behind experimental flag

This commit is contained in:
Ron Buckton
2015-06-19 18:05:43 -07:00
parent 5b32903ab4
commit 76c0d32f9d
57 changed files with 85 additions and 1 deletions

View File

@@ -192,6 +192,11 @@ 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",