marko 5.26.5 → 5.27.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.
@@ -514,7 +514,7 @@ function tryHydrateComponent(rawDef, meta, host, runtimeId) {
514
514
  }).
515
515
  reverse().
516
516
  forEach(tryInvoke);
517
- deferredDefs = undefined;
517
+ deferredDefs.length = 0;
518
518
  });
519
519
  }
520
520
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.26.5",
3
+ "version": "5.27.0",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.28.5",
8
- "@marko/translator-default": "^5.26.5",
7
+ "@marko/compiler": "^5.29.0",
8
+ "@marko/translator-default": "^5.27.0",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -514,7 +514,7 @@ function tryHydrateComponent(rawDef, meta, host, runtimeId) {
514
514
  })
515
515
  .reverse()
516
516
  .forEach(tryInvoke);
517
- deferredDefs = undefined;
517
+ deferredDefs.length = 0;
518
518
  });
519
519
  }
520
520
  }