Merge pull request #30776 from andrewbranch/feature/10178

Add flag to allow access to UMD globals from modules
This commit is contained in:
Andrew Branch
2019-04-18 18:05:44 -07:00
committed by GitHub
20 changed files with 100 additions and 1 deletions

View File

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