Skip to content

Commit

Permalink
chore: more
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 12, 2024
1 parent bb9208a commit a2b9e9b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,9 @@ impl Parse for FrbAttributeSerializer {
let content;
parenthesized!(content in input);

let items = Punctuated::<NamedOption<TODO, syn::LitStr>, Token![,]>::parse_terminated(&content)?
.into_iter()
.collect();
content.parse::<frb_keyword::dart_type>()?;
content.parse::<Token![=]>()?;
let dart_type = content.parse::<syn::LitStr>()?.value();
Expand Down

0 comments on commit a2b9e9b

Please sign in to comment.