Use 64 bit index
This commit is contained in:
@@ -866,7 +866,7 @@ Callbacks printCallbacks() {
|
||||
struct MinifyState {
|
||||
bool isKey = false;
|
||||
struct Cursor {
|
||||
int index;
|
||||
int64_t index;
|
||||
bool isObject;
|
||||
};
|
||||
void on_begin_value() {
|
||||
|
||||
Reference in New Issue
Block a user