patch-package
patch-package copied to clipboard
Patch file parse error
<Please attach the patch file in question>@@ -844,10 +844,10 @@ class GEOMETRY extends ABSTRACT { this.srid = options.srid; } _stringify(value, options) {
- return
GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())});
- return
ST_GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())}); } _bindParam(value, options) {
- return
GeomFromText(${options.bindParam(wkx.Geometry.parseGeoJSON(value).toWkt())});
- return
ST_GeomFromText(${options.bindParam(wkx.Geometry.parseGeoJSON(value).toWkt())}); } }
There isn't enough information in this github issues regarding how you created the patch, how you tried to apply it, and the errors that you got.