@absolutejs/absolute 0.19.0-beta.688 → 0.19.0-beta.689

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
@@ -3664,7 +3664,7 @@ var indexContentCache, resolveDevClientDir = () => {
3664
3664
  mkdirSync2(reactIndexesDirectory, { recursive: true });
3665
3665
  }
3666
3666
  const CONVENTION_RE = /^(?:(.+)\.)?(error|loading|not-found)\.[^.]+$/;
3667
- const pagesGlob = new Glob2("*.*");
3667
+ const pagesGlob = new Glob2("*.{jsx,tsx}");
3668
3668
  const files = [];
3669
3669
  for await (const file2 of pagesGlob.scan({ cwd: reactPagesDirectory })) {
3670
3670
  if (CONVENTION_RE.test(file2))
@@ -20409,5 +20409,5 @@ export {
20409
20409
  ANGULAR_INIT_TIMEOUT_MS
20410
20410
  };
20411
20411
 
20412
- //# debugId=E79287F479D084DA64756E2164756E21
20412
+ //# debugId=4DDBB3DDB2CC814764756E2164756E21
20413
20413
  //# sourceMappingURL=index.js.map