@absolutejs/absolute 0.19.0-beta.432 → 0.19.0-beta.433

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.
@@ -169199,7 +169199,7 @@ ${registrations}
169199
169199
  ({ tsLibDir } = cached);
169200
169200
  cached.lastUsed = Date.now();
169201
169201
  } else {
169202
- const tsPath = __require.resolve("typescript");
169202
+ const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
169203
169203
  const tsRootDir = dirname(tsPath);
169204
169204
  tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
169205
169205
  const config = readConfiguration("./tsconfig.json");
@@ -180720,7 +180720,7 @@ var streamSwapRuntime = () => {
180720
180720
  return;
180721
180721
  }
180722
180722
  }
180723
- if (isAngularDeferPayload(payload) || isVueSuspensePayload(payload)) {
180723
+ if (isAngularDeferPayload(payload)) {
180724
180724
  pending[id] = payload;
180725
180725
  return;
180726
180726
  }
@@ -180734,6 +180734,10 @@ var streamSwapRuntime = () => {
180734
180734
  window.dispatchEvent(new CustomEvent(SLOT_PATCH_EVENT, {
180735
180735
  detail: { html, id, payload }
180736
180736
  }));
180737
+ if (isVueSuspensePayload(payload)) {
180738
+ pending[id] = payload;
180739
+ return;
180740
+ }
180737
180741
  delete pending[id];
180738
180742
  };
180739
180743
  const flush = () => {
@@ -181936,5 +181940,5 @@ export {
181936
181940
  DeferErrorTemplateDirective
181937
181941
  };
181938
181942
 
181939
- //# debugId=78C6DABA956B3DDD64756E2164756E21
181943
+ //# debugId=0C67DBD8EAFD44E764756E2164756E21
181940
181944
  //# sourceMappingURL=index.js.map