File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ internal void AddData()
8282 {
8383 sb . AppendLine ( $ " { JsonConvert . SerializeObject ( collection ) } ,") ;
8484 }
85- sb . AppendLine ( "]" ) ;
85+ sb . AppendLine ( "] as const; " ) ;
8686
8787 // GLOBAL OPTION SETS
8888 sb . AppendLine ( "" ) ;
Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ export let Groups: GroupType[] = [
115115
116116export let SolutionWarnings : SolutionWarningType [ ] = [ ] ;
117117
118- export let SolutionComponents : SolutionComponentCollectionType [ ] = [ ] ;
118+ export let SolutionComponents : SolutionComponentCollectionType [ ] = [ ] as const ;
119119
120120export const GlobalOptionSets : Record < string , { Name : string ; DisplayName : string ; Usages : { EntitySchemaName : string ; EntityDisplayName : string ; AttributeSchemaName : string ; AttributeDisplayName : string } [ ] } > = { } ;
You can’t perform that action at this time.
0 commit comments