geo-polygonize 0.13.0 → 0.14.0

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.
Binary file
Binary file
@@ -315,10 +315,17 @@ let WasmPolygonResult$1 = class WasmPolygonResult {
315
315
  /**
316
316
  * @returns {any}
317
317
  */
318
- provenance() {
318
+ get provenance() {
319
319
  const ret = wasm$1.wasmpolygonresult_provenance(this.__wbg_ptr);
320
320
  return ret;
321
321
  }
322
+ /**
323
+ * @returns {any}
324
+ */
325
+ get diagnostics() {
326
+ const ret = wasm$1.wasmpolygonresult_diagnostics(this.__wbg_ptr);
327
+ return ret;
328
+ }
322
329
  /**
323
330
  * @returns {number}
324
331
  */
@@ -695,6 +702,11 @@ function __wbg_get_imports$1() {
695
702
  const ret = getStringFromWasm0$1(arg0, arg1);
696
703
  return ret;
697
704
  };
705
+ imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
706
+ // Cast intrinsic for `U64 -> Externref`.
707
+ const ret = BigInt.asUintN(64, arg0);
708
+ return ret;
709
+ };
698
710
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
699
711
  // Cast intrinsic for `F64 -> Externref`.
700
712
  const ret = arg0;
@@ -1100,10 +1112,17 @@ class WasmPolygonResult {
1100
1112
  /**
1101
1113
  * @returns {any}
1102
1114
  */
1103
- provenance() {
1115
+ get provenance() {
1104
1116
  const ret = wasm.wasmpolygonresult_provenance(this.__wbg_ptr);
1105
1117
  return ret;
1106
1118
  }
1119
+ /**
1120
+ * @returns {any}
1121
+ */
1122
+ get diagnostics() {
1123
+ const ret = wasm.wasmpolygonresult_diagnostics(this.__wbg_ptr);
1124
+ return ret;
1125
+ }
1107
1126
  /**
1108
1127
  * @returns {number}
1109
1128
  */
@@ -1480,6 +1499,11 @@ function __wbg_get_imports() {
1480
1499
  const ret = getStringFromWasm0(arg0, arg1);
1481
1500
  return ret;
1482
1501
  };
1502
+ imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1503
+ // Cast intrinsic for `U64 -> Externref`.
1504
+ const ret = BigInt.asUintN(64, arg0);
1505
+ return ret;
1506
+ };
1483
1507
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1484
1508
  // Cast intrinsic for `F64 -> Externref`.
1485
1509
  const ret = arg0;
@@ -312,10 +312,17 @@ let WasmPolygonResult$1 = class WasmPolygonResult {
312
312
  /**
313
313
  * @returns {any}
314
314
  */
315
- provenance() {
315
+ get provenance() {
316
316
  const ret = wasm$1.wasmpolygonresult_provenance(this.__wbg_ptr);
317
317
  return ret;
318
318
  }
319
+ /**
320
+ * @returns {any}
321
+ */
322
+ get diagnostics() {
323
+ const ret = wasm$1.wasmpolygonresult_diagnostics(this.__wbg_ptr);
324
+ return ret;
325
+ }
319
326
  /**
320
327
  * @returns {number}
321
328
  */
@@ -692,6 +699,11 @@ function __wbg_get_imports$1() {
692
699
  const ret = getStringFromWasm0$1(arg0, arg1);
693
700
  return ret;
694
701
  };
702
+ imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
703
+ // Cast intrinsic for `U64 -> Externref`.
704
+ const ret = BigInt.asUintN(64, arg0);
705
+ return ret;
706
+ };
695
707
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
696
708
  // Cast intrinsic for `F64 -> Externref`.
697
709
  const ret = arg0;
@@ -1097,10 +1109,17 @@ class WasmPolygonResult {
1097
1109
  /**
1098
1110
  * @returns {any}
1099
1111
  */
1100
- provenance() {
1112
+ get provenance() {
1101
1113
  const ret = wasm.wasmpolygonresult_provenance(this.__wbg_ptr);
1102
1114
  return ret;
1103
1115
  }
1116
+ /**
1117
+ * @returns {any}
1118
+ */
1119
+ get diagnostics() {
1120
+ const ret = wasm.wasmpolygonresult_diagnostics(this.__wbg_ptr);
1121
+ return ret;
1122
+ }
1104
1123
  /**
1105
1124
  * @returns {number}
1106
1125
  */
@@ -1477,6 +1496,11 @@ function __wbg_get_imports() {
1477
1496
  const ret = getStringFromWasm0(arg0, arg1);
1478
1497
  return ret;
1479
1498
  };
1499
+ imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
1500
+ // Cast intrinsic for `U64 -> Externref`.
1501
+ const ret = BigInt.asUintN(64, arg0);
1502
+ return ret;
1503
+ };
1480
1504
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
1481
1505
  // Cast intrinsic for `F64 -> Externref`.
1482
1506
  const ret = arg0;