@query-doctor/core 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -903,6 +903,9 @@ var _PgIdentifier = class _PgIdentifier {
903
903
  }
904
904
  return this.value;
905
905
  }
906
+ toJSON() {
907
+ return this.toString();
908
+ }
906
909
  };
907
910
  // Every keyword that's not explicitly marked as
908
911
  // unreserved in src/include/parser/kwlist.h