@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/index.js CHANGED
@@ -172496,7 +172496,8 @@ var resolveDevClientDir2 = () => {
172496
172496
  },
172497
172497
  filename: src,
172498
172498
  generate: mode,
172499
- hmr: mode === "client" && isDev2
172499
+ hmr: mode === "client" && isDev2,
172500
+ runes: false
172500
172501
  }).js.code;
172501
172502
  let code = compiled.replace(/\.svelte(?:\.(?:ts|js))?(['"])/g, ".js$1");
172502
172503
  if (mode === "client" && isDev2) {
@@ -173160,7 +173161,7 @@ ${registrations}
173160
173161
  ({ tsLibDir } = cached);
173161
173162
  cached.lastUsed = Date.now();
173162
173163
  } else {
173163
- const tsPath = __require.resolve("typescript");
173164
+ const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
173164
173165
  const tsRootDir = dirname9(tsPath);
173165
173166
  tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
173166
173167
  const config = readConfiguration("./tsconfig.json");
@@ -187443,5 +187444,5 @@ export {
187443
187444
  ANGULAR_INIT_TIMEOUT_MS
187444
187445
  };
187445
187446
 
187446
- //# debugId=BD63921D8C50324264756E2164756E21
187447
+ //# debugId=6ACA8EF5FA2AD7DF64756E2164756E21
187447
187448
  //# sourceMappingURL=index.js.map