Add mroe incremental-affecting affixes to compiler options, add incremental test for changing jsxImportSource

This commit is contained in:
Wesley Wigham
2020-10-30 16:01:27 -07:00
parent fe3b3436e6
commit 8493ee8824
4 changed files with 563 additions and 0 deletions

View File

@@ -803,6 +803,8 @@ namespace ts {
{
name: "jsxImportSource",
type: "string",
affectsSemanticDiagnostics: true,
affectsEmit: true,
affectsModuleResolution: true,
category: Diagnostics.Advanced_Options,
description: Diagnostics.Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react