Skip to content

Commit

Permalink
chore: goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 17, 2024
1 parent cf5fc8f commit 07cb941
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
],
"rust_output_path_namespace": "crate::frb_generated"
},
"stop_on_error": false
"stop_on_error": false,
"type_64bit_int": false
}
},
"polisher": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
],
"rust_output_path_namespace": "crate::frb_generated"
},
"stop_on_error": false
"stop_on_error": false,
"type_64bit_int": false
}
},
"polisher": {
Expand Down
3 changes: 3 additions & 0 deletions website/docs/generated/_frb-codegen-command-generate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ Options:
--enable-lifetime
Enable parsing types with lifetimes (e.g. references and borrows)
--type-64bit-int
Let 64 bit types be translated to `int`s instead of types like `BigInt`s
--stop-on-error
If having error when, for example, parsing a function, directly stop instead of continue and skip it
Expand Down

0 comments on commit 07cb941

Please sign in to comment.