123456789101112131415161718 |
- // node_modules/@arcgis/core/core/devEnvironmentUtils.js
- function c(c2) {
- return c2 = c2 || globalThis.location.hostname, m.some((a2) => c2?.match(a2) != null);
- }
- function a(c2, a2) {
- return c2 && (a2 = a2 || globalThis.location.hostname) ? a2.match(t) != null || a2.match(l) != null ? c2.replace("static.arcgis.com", "staticdev.arcgis.com") : a2.match(s) != null || a2.match(i) != null ? 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-ILP23N26.js.map
|