Merge branch 'master' into watchImprovements

This commit is contained in:
Sheetal Nandi
2017-10-02 16:34:43 -07:00
28 changed files with 2053 additions and 59 deletions

View File

@@ -269,6 +269,13 @@ namespace ts {
category: Diagnostics.Strict_Type_Checking_Options,
description: Diagnostics.Enable_strict_null_checks
},
{
name: "strictFunctionTypes",
type: "boolean",
showInSimplifiedHelpView: true,
category: Diagnostics.Strict_Type_Checking_Options,
description: Diagnostics.Enable_strict_checking_of_function_types
},
{
name: "noImplicitThis",
type: "boolean",