Skip to content

Commit

Permalink
Allow Elements property on CollectionExpression to expand individual …
Browse files Browse the repository at this point in the history
…elements (#21)
AndreiDreyer authored Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1c23862 commit 9b2868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetAstGen/SyntaxNodePropertiesResolver.cs
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
"Condition", "Statement", "Statements", "Variables", "WhenNotNull", "AllowsAnyExpression", "Expressions",
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Types",
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand", "Block",
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels"
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels", "Elements"
});

private readonly List<string> _regexToAllow = new(new[]

0 comments on commit 9b2868d

Please sign in to comment.