@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.js CHANGED
@@ -853,6 +853,9 @@ var _PgIdentifier = class _PgIdentifier {
853
853
  }
854
854
  return this.value;
855
855
  }
856
+ toJSON() {
857
+ return this.toString();
858
+ }
856
859
  };
857
860
  // Every keyword that's not explicitly marked as
858
861
  // unreserved in src/include/parser/kwlist.h