Use 64 bit index

This commit is contained in:
2025-05-16 16:52:18 -04:00
parent 01e04ca166
commit 2b640832f6

View File

@@ -866,7 +866,7 @@ Callbacks printCallbacks() {
struct MinifyState {
bool isKey = false;
struct Cursor {
int index;
int64_t index;
bool isObject;
};
void on_begin_value() {