@absolutejs/absolute 0.19.0-beta.1015 → 0.19.0-beta.1016

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
@@ -23002,7 +23002,7 @@ ${stubs}
23002
23002
  }
23003
23003
  return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
23004
23004
  };
23005
- result = result.replace(/^((?:import\s+[\s\S]+?\s+from|export\s+[\s\S]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
23005
+ result = result.replace(/^((?:import\s+[^"'`;]+?\s+from|export\s+[^"'`;]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
23006
23006
  result = result.replace(/(import\s*\(\s*["'])([^"'./][^"']*)(["']\s*\))/g, stubReplace);
23007
23007
  const fileDir = dirname23(filePath);
23008
23008
  result = result.replace(/(from\s*["'])(\.\.?\/[^"']+)(["'])/g, (_match, prefix, relPath, suffix) => `${prefix}${resolveRelativeImport(relPath, fileDir, projectRoot, IMPORT_EXTENSIONS)}${suffix}`);
@@ -35878,5 +35878,5 @@ export {
35878
35878
  ANGULAR_INIT_TIMEOUT_MS
35879
35879
  };
35880
35880
 
35881
- //# debugId=3A200CFB4EFD7AA264756E2164756E21
35881
+ //# debugId=243D921AB862725064756E2164756E21
35882
35882
  //# sourceMappingURL=index.js.map