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