Add allowUmdGlobalAccess flag

This commit is contained in:
Andrew Branch
2019-04-05 10:09:46 -07:00
parent 86f0d4b95a
commit 2ee93bf0f2
3 changed files with 11 additions and 0 deletions

View File

@@ -603,6 +603,12 @@ 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
{