@absolutejs/absolute 0.19.0-beta.376 → 0.19.0-beta.378

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.
package/dist/build.js CHANGED
@@ -171900,7 +171900,8 @@ var resolveDevClientDir2 = () => {
171900
171900
  },
171901
171901
  filename: src,
171902
171902
  generate: mode,
171903
- hmr: mode === "client" && isDev
171903
+ hmr: mode === "client" && isDev,
171904
+ runes: false
171904
171905
  }).js.code;
171905
171906
  let code = compiled.replace(/\.svelte(?:\.(?:ts|js))?(['"])/g, ".js$1");
171906
171907
  if (mode === "client" && isDev) {
@@ -172564,7 +172565,7 @@ ${registrations}
172564
172565
  ({ tsLibDir } = cached);
172565
172566
  cached.lastUsed = Date.now();
172566
172567
  } else {
172567
- const tsPath = __require.resolve("typescript");
172568
+ const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
172568
172569
  const tsRootDir = dirname8(tsPath);
172569
172570
  tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
172570
172571
  const config = readConfiguration("./tsconfig.json");
@@ -179171,5 +179172,5 @@ export {
179171
179172
  build
179172
179173
  };
179173
179174
 
179174
- //# debugId=118EDD59A5C9F8EC64756E2164756E21
179175
+ //# debugId=46851F7EBEBD22FC64756E2164756E21
179175
179176
  //# sourceMappingURL=build.js.map