123456789101112131415161718 |
- // node_modules/@arcgis/core/core/devEnvironmentUtils.js
- function c(c2) {
- return c2 = c2 || globalThis.location.hostname, m.some((a2) => null != (c2 == null ? void 0 : c2.match(a2)));
- }
- function a(c2, a2) {
- return c2 && (a2 = a2 || globalThis.location.hostname) ? null != a2.match(t) || null != a2.match(l) ? c2.replace("static.arcgis.com", "staticdev.arcgis.com") : null != a2.match(s) || null != a2.match(i) ? c2.replace("static.arcgis.com", "staticqa.arcgis.com") : c2 : c2;
- }
- var t = /^devext.arcgis.com$/;
- var s = /^qaext.arcgis.com$/;
- var l = /^[\w-]*\.mapsdevext.arcgis.com$/;
- var i = /^[\w-]*\.mapsqa.arcgis.com$/;
- var m = [/^([\w-]*\.)?[\w-]*\.zrh-dev-local.esri.com$/, t, s, /^jsapps.esri.com$/, l, i];
- export {
- c,
- a
- };
- //# sourceMappingURL=chunk-4HL6BBWO.js.map
|