@absolutejs/absolute 0.19.0-beta.214 → 0.19.0-beta.216

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
@@ -174177,7 +174177,7 @@ ${stubs}
174177
174177
  }
174178
174178
  return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
174179
174179
  };
174180
- result = result.replace(/^((?:import\s+.+?\s+from|export\s+.+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
174180
+ result = result.replace(/^((?:import\s+[\s\S]+?\s+from|export\s+[\s\S]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
174181
174181
  result = result.replace(/(import\s*\(\s*["'])([^"'./][^"']*)(["']\s*\))/g, stubReplace);
174182
174182
  const fileDir = dirname7(filePath);
174183
174183
  result = result.replace(/(from\s*["'])(\.\.?\/[^"']+)(["'])/g, (_match, prefix, relPath, suffix) => `${prefix}${resolveRelativeImport(relPath, fileDir, projectRoot, IMPORT_EXTENSIONS)}${suffix}`);
@@ -177980,5 +177980,5 @@ export {
177980
177980
  ANGULAR_INIT_TIMEOUT_MS
177981
177981
  };
177982
177982
 
177983
- //# debugId=99FAC29D4EBC3F9564756E2164756E21
177983
+ //# debugId=787382D8103748BE64756E2164756E21
177984
177984
  //# sourceMappingURL=index.js.map