File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,13 @@ namespace ts {
575
575
category : Diagnostics . Module_Resolution_Options ,
576
576
description : Diagnostics . Do_not_resolve_the_real_path_of_symlinks ,
577
577
} ,
578
+ {
579
+ name : "allowUmdGlobalAccess" ,
580
+ type : "boolean" ,
581
+ affectsSemanticDiagnostics : true ,
582
+ category : Diagnostics . Module_Resolution_Options ,
583
+ description : Diagnostics . Allow_accessing_UMD_globals_from_modules ,
584
+ } ,
578
585
579
586
// Source Maps
580
587
{
@@ -603,12 +610,6 @@ namespace ts {
603
610
category : Diagnostics . Source_Map_Options ,
604
611
description : Diagnostics . Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set
605
612
} ,
606
- {
607
- name : "allowUmdGlobalAccess" ,
608
- type : "boolean" ,
609
- category : Diagnostics . Module_Resolution_Options ,
610
- description : Diagnostics . Allow_accessing_UMD_globals_from_modules ,
611
- } ,
612
613
613
614
// Experimental
614
615
{
You can’t perform that action at this time.
0 commit comments