Parse: Require a "before: " label in the first item of the list in the @_backDeploy attribute in order to match the pitched syntax for the attribute. Refactor existing comma separated list parsing code to take advantage of part of it in the attribute parsing.

This commit is contained in:
Allan Shortlidge
2022-03-18 11:30:51 -07:00
parent 59b62c2cc9
commit 2a646dc438
9 changed files with 250 additions and 103 deletions

View File

@@ -258,6 +258,9 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PrimaryAssociatedTypeList' : 254,
'PrimaryAssociatedType' : 255,
'PrimaryAssociatedTypeClause' : 256,
'BackDeployAttributeSpecList' : 257,
'BackDeployVersionList' : 258,
'BackDeployVersionArgument' : 259,
}