mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Fix a mistake I made in #2567. Length that `serialize_seq` is called with should only be `+1` if there is a rest element being added on the end. Makes no difference for serializing to JSON, as JSON serializer doesn't use the `len` value, but still better to get it right. |
||
|---|---|---|
| .. | ||
| ast | ||
| syntax_directed_operations | ||
| ast_builder.rs | ||
| ast_kind.rs | ||
| lib.rs | ||
| precedence.rs | ||
| serialize.rs | ||
| span.rs | ||
| trivia.rs | ||
| visit.rs | ||
| visit_mut.rs | ||