Add affectsSemanticDiagnostics to flag (and move to right spot)

This commit is contained in:
Andrew Branch 2019-04-05 14:35:09 -07:00
parent 6c06507f0d
commit 98cd89fbc1
No known key found for this signature in database
GPG key ID: 22CCA4B120C427D2

View file

@ -575,6 +575,13 @@ namespace ts {
category: Diagnostics.Module_Resolution_Options,
description: Diagnostics.Do_not_resolve_the_real_path_of_symlinks,
},
{
name: "allowUmdGlobalAccess",
type: "boolean",
affectsSemanticDiagnostics: true,
category: Diagnostics.Module_Resolution_Options,
description: Diagnostics.Allow_accessing_UMD_globals_from_modules,
},
// Source Maps
{
@ -603,12 +610,6 @@ namespace ts {
category: Diagnostics.Source_Map_Options,
description: Diagnostics.Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set
},
{
name: "allowUmdGlobalAccess",
type: "boolean",
category: Diagnostics.Module_Resolution_Options,
description: Diagnostics.Allow_accessing_UMD_globals_from_modules,
},
// Experimental
{