@poe-platform/safe-js 0.1.152 → 0.1.153

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.
@@ -27,7 +27,7 @@ import {
27
27
  validateMigrationSemantics,
28
28
  validateSnapshotData,
29
29
  validateSnapshotMigration
30
- } from "./chunk-6NQIMBX3.js";
30
+ } from "./chunk-WL74XSIE.js";
31
31
 
32
32
  // packages/safe-js/src/migrate.ts
33
33
  import { createHash } from "node:crypto";
@@ -8249,4 +8249,4 @@ export {
8249
8249
  parseMcpConfig,
8250
8250
  makeMcpModule
8251
8251
  };
8252
- //# sourceMappingURL=chunk-FSNNBDWP.js.map
8252
+ //# sourceMappingURL=chunk-45U4DCFW.js.map
@@ -30187,11 +30187,8 @@ function hasLoopLabel(labels, target) {
30187
30187
  return Array.isArray(labels) ? labels.includes(target) : labels === target;
30188
30188
  }
30189
30189
  async function bindForOfLoopVariable(left, value, scope, context) {
30190
- if (left.type === "Identifier") {
30191
- return bindPattern2(left, value, { assign: true }, scope, createPatternContext(context, scope));
30192
- }
30193
30190
  if (left.type !== "VariableDeclaration") {
30194
- throw new TypeError(`Unsupported for...of left-hand side '${left.type}'.`);
30191
+ return bindPattern2(left, value, { assign: true }, scope, createPatternContext(context, scope));
30195
30192
  }
30196
30193
  const [declarator] = left.declarations;
30197
30194
  if (left.declarations.length !== 1 || declarator === void 0) {
@@ -35600,4 +35597,4 @@ export {
35600
35597
  FileSnapshotBackend,
35601
35598
  run
35602
35599
  };
35603
- //# sourceMappingURL=chunk-6NQIMBX3.js.map
35600
+ //# sourceMappingURL=chunk-WL74XSIE.js.map