@datadog/esbuild-plugin 3.2.12-dev.0 → 3.2.12

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.
@@ -1,2 +1,2 @@
1
- import{createUnplugin as e}from"unplugin";import t from"chalk";import n from"async-retry";import{File as o}from"buffer";import r,{mkdtemp as i}from"fs/promises";import s from"fs";import{JsonStreamStringify as a}from"json-stream-stringify";import u from"path";import{Readable as c}from"stream";import*as d from"eslint-scope";import{builtinModules as l}from"node:module";import{createHash as p,randomUUID as f}from"crypto";import m,{tmpdir as g}from"os";import h from"jszip";import{glob as y}from"glob";import b,{transform as w}from"esbuild";import{parseAst as v}from"rollup/parseAst";import{AsyncLocalStorage as $}from"node:async_hooks";import k from"p-queue";import x from"@jridgewell/remapping";import E from"pretty-bytes";import{performance as S}from"perf_hooks";import{instrument as I}from"@datadog/js-instrumentation-wasm";import{simpleGit as j}from"simple-git";import D from"magic-string";import A from"node:url";import P from"node:path";import M from"node:module";const C=A.fileURLToPath(import.meta.url),N=P.dirname(C),O=M.createRequire(import.meta.url),T="__datadog-helper-file",R=new RegExp(T),_=["development","production","test"],F=["datadoghq.com","us3.datadoghq.com","us5.datadoghq.com","datadoghq.eu","ddog-gov.com","us2.ddog-gov.com","ap1.datadoghq.com","ap2.datadoghq.com","datad0g.com"],L=F[0],z="datadog-build-plugins",B=t.bold.green,q=t.bold.yellow,V=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","APPS_PACKAGE_DIR","OAUTH_ACCESS_TOKEN","SITE"],U=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],W=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},K=(e,t,n)=>{if(void 0===e)return;const o=(e=>{if("string"!=typeof e)return;const t=e.toLowerCase(),n=F.find((e=>e===t));if(n)return{site:n};const o=F.filter((e=>t.endsWith(`.${e}`)));if(!o.length)return;const r=o.reduce(((e,t)=>t.length>e.length?t:e)),i=t.slice(0,t.length-r.length-1);return i&&/^[a-z0-9-]+$/.test(i)?{site:r,subdomain:i}:void 0})(e);if(o)return o;n.push(`${t} "${e}" is not a supported Datadog site. See the site parameters in https://docs.datadoghq.com/getting_started/site/.`)},H=e=>null===e||"object"!=typeof e?"":Object.entries(e).map((([e,t])=>`${e}: ${"string"==typeof t?t:JSON.stringify(t)}`)).join(", "),J=[400,401,403,404,405,409,413],G=async e=>{const{auth:t,url:o,method:r="GET",getData:i,type:s="text",signal:a}=e,u={retries:0===e.retries?0:e.retries||5,onRetry:e.onRetry,maxTimeout:e.maxTimeout,minTimeout:e.minTimeout};return n((async(e,n)=>{let u;try{const e={method:r,duplex:"half",signal:a};let n={"X-Datadog-Origin":"build-plugins"};if(t&&"accessToken"in t?t.accessToken&&(n.Authorization=`Bearer ${t.accessToken}`):(t?.apiKey&&(n["DD-API-KEY"]=t.apiKey),t?.appKey&&(n["DD-APPLICATION-KEY"]=t.appKey)),"function"==typeof i){const{data:t,headers:o}=await i();e.body=t,n={...n,...o}}u=await fetch(o,{...e,headers:n})}catch(t){return e(t),{}}if(!u.ok){let t=`HTTP ${u.status} ${u.statusText}`;try{const e=(e=>{try{const t=JSON.parse(e);if(null!==t&&"object"==typeof t)if("errors"in t&&Array.isArray(t.errors)){const e=t.errors.map(H).filter((e=>e.length>0)).join("\n");if(e)return e}else{const e=H(t);if(e)return e}}catch{}return e})(await u.text());e&&(t+=`\n${e}`)}catch{}if(J.includes(u.status))return e(new Error(t)),{};throw new Error(t)}try{let e;return e="json"===s?await u.json():await u.text(),e}catch(t){return e(t),{}}}),u)},Y=e=>({message:t,context:n})=>G({retries:2,minTimeout:100,url:"https://browser-http-intake.logs.datadoghq.com/v1/input/pub44d5f4eb86e1392037b7501f7adc540e",method:"POST",type:"json",getData:async()=>{const o={ddsource:e.packageName||z,message:t,service:"build-plugins",team:"language-foundations",env:e.env,version:e.version,bundler:{name:e.bundler.name,version:e.bundler.version},metadata:e.metadata,...n};return{data:JSON.stringify(o),headers:{"Content-Type":"application/json"}}}}),Q=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),X=e=>e.includes(T),Z=e=>{const t={bundler:e.bundler,errors:e.errors,metadata:e.metadata,warnings:e.warnings,logs:e.logs,timings:e.timings,start:e.start,end:e.end,duration:e.duration,writeDuration:e.writeDuration,entries:[],inputs:[],outputs:[]};for(const n of e.entries||[]){const e={...n,inputs:[],outputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),n.outputs&&(e.outputs=n.outputs.map((e=>e.filepath))),t.entries.push(e)}for(const n of e.inputs||[]){const e={...n,dependencies:[],dependents:[]};if(n.dependencies)for(const t of n.dependencies)e.dependencies.push(t.filepath);if(n.dependents)for(const t of n.dependents)e.dependents.push(t.filepath);t.inputs.push(e)}for(const n of e.outputs||[]){const e={...n,inputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),t.outputs.push(e)}return t},ee=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},te=e=>{const t=Math.floor(e/1e3/60/60/24),n=new Date(e-24*t*60*60*1e3),o=n.getUTCHours(),r=n.getUTCMinutes(),i=n.getUTCSeconds(),s=n.getUTCMilliseconds(),a=`${t?`${t}d `:""}${o?`${o}h `:""}${r?`${r}m `:""}${i?`${i}s`:""}`.trim();return`${a}${!a||s?` ${s}ms`:""}`.trim()},ne=(e,t=60,n="[...]")=>{if(e.length<=t)return e;const o=Math.max(4,t-n.length),r=Math.min(10,Math.floor(o/2)),i=o-r;return`${e.slice(0,r)}${n}${e.slice(-i)}`},oe=(e="")=>{try{if(!e||e.startsWith("git@"))return e;const t=new URL(e),n="/"===t.pathname?"":t.pathname;return`${t.protocol?`${t.protocol}//`:""}${t.host}${n}`}catch{return e}},re=e=>e.trim().toLowerCase().replace(/[^a-z0-9_:./-]+/g,"_").replace(/^_+|_+$/g,"")||"unknown",ie=e=>Object.entries(e).map((([e,n])=>` - ${e}: ${t.bold.green((e=>{if(void 0===e)return"undefined";if(null===e)return"null";if(Array.isArray(e))return e.join(", ");if("object"==typeof e)try{return JSON.stringify(e,null,2)}catch{return String(e)}return e?.toString()??""})(n))}`)).join("\n"),se={debug:0,info:1,warn:2,error:3,none:4},ae=e=>e.split(">").map(Q).join(">"),ue=(e,n,o,r)=>{const i=ae(e);return(s,a="debug",{forward:u,context:c}={})=>{let d=t.dim,l=console.log;"error"===a?(d=t.red,l=console.error):"warn"===a?(d=t.yellow,l=console.warn):"info"===a&&(d=t.cyan,l=console.log);const p=`[${n.metadata?.name?`${n.metadata.name}|`:""}${a}|${n.bundler.name}|${i}]`,f="string"==typeof s?s:JSON.stringify(s,null,2);if(o.logs.push({bundler:n.bundler.name,pluginName:e,type:a,message:f,time:Date.now()}),"error"===a&&o.errors.push(f),"warn"===a&&o.warnings.push(f),u){const t=async()=>{try{const t=Y(n);await t({message:f,context:{plugin:e,status:a,...c}})}catch(t){ue(e,n,o,r)(`Error forwarding log: ${t}`,"debug")}};o.queue.push(t())}se[a]>=se[r]&&l(`${d(p)} ${f}`)}},ce=(e,n,o)=>(r,i={})=>{const{level:s="debug",start:a=!0,log:u=!0,tags:c=[]}=i,d={pluginName:e,label:r,spans:[],tags:[...c,`plugin:${e}`,`level:${s}`],logLevel:s,total:0};n.push(d);const l=()=>d.spans.filter((e=>!e.end)),p=n=>{l().length||(!d.spans.length&&u&&o(t.dim(`[${t.cyan(r)}] : start`),"debug"),d.spans.push({start:n||Date.now(),tags:[`plugin:${e}`]}))},f=(e,n=!0)=>{const i=l();if(i?.length){i.length>1&&o(`Timer ${t.cyan(r)} has more than one ongoing span.`,"debug");for(const t of i)t.end=e||Date.now()}else n&&o(`Timer ${t.cyan(r)} cannot be paused, no ongoing span.`,"debug")};if(a){let e;"number"==typeof a&&(e=a),p(e)}return{timer:d,resume:p,end:e=>{f(e,!1);const n=d.spans.reduce(((e,t)=>e+(t.end-t.start)),0);d.total=n,u&&o(`[${t.cyan(r)}] : ${t.cyan(te(n))}`,s)},pause:f,tag:(e,t={})=>{const{span:n=!1}=t;if(n){const t=l();for(const n of t)n.tags.push(...e)}else d.tags.push(...e)}}},de=(e,t,n="warn")=>o=>{const r=ue(o,e,t,n);return{getLogger:r=>de(e,t,n)(`${ae(o)}>${r}`),time:ce(o,t.timings,r),error:(e,t)=>r(e,"error",t),warn:(e,t)=>r(e,"warn",t),info:(e,t)=>r(e,"info",t),debug:(e,t)=>r(e,"debug",t)}},le=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],pe=(e,t,n,o)=>{const r=n=>function(...r){const i=o.time(`${e} | ${t}`,{log:!1,tags:["type:hook",`hook:${t}`]}),s=n.apply(this,r);return s instanceof Promise?s.finally((()=>{i.end()})):(i.end(),s)};return"object"==typeof n&&null!==n&&"handler"in n?{...n,handler:r(n.handler)}:r(n)},fe=(e,t,n)=>{const o=e.getLogger(z);return e=>{const r=o.time(`hook | init ${n}`,{log:!1}),i=t(e).map((e=>((e,t)=>{const n={...e},o=Q(e.name);for(const r of le){const i=e[r];i&&(n[r]=pe(o,r,i,t))}return n})(e,o))),s=i.map((e=>`plugin:${e.name}`));return r.tag(s),r.end(),i}},me=new Set,ge=(e,t,n)=>{const o=e[t];if(o&&"object"==typeof o&&"enable"in o){const e=o.enable;if("boolean"!=typeof e&&void 0!==e&&(me.has(t)||(me.add(t),n.warn(`\`${t}.enable\` should be a boolean, got ${typeof e}. Non-boolean values are coerced today but will be rejected in the next major.`))),void 0!==e)return!!e}return!!o},he="apps",ye="datadog-apps-plugin",be="datadog-app-assets.zip",we=/\.backend\.(ts|tsx|js|jsx)$/,ve="?dd-local-exec",$e=new RegExp(`${we.source.slice(0,-1)}(\\?.*)?$`),ke=[".ts",".tsx",".js",".jsx",".mjs",".cjs",".mts",".cts"],xe=e=>{const t=e?.maxRetries??10,n=e?.timeoutMs??4e4;if(!Number.isInteger(t)||t<1)throw new Error("apps.longPolling.maxRetries must be an integer >= 1.");if(!Number.isFinite(n)||n<=0)throw new Error("apps.longPolling.timeoutMs must be a positive number.");return{maxRetries:t,timeoutMs:n,jitter:e?.jitter??!0,exponentialBackoff:e?.exponentialBackoff??!0}},Ee=async e=>r.rm(e,{force:!0,maxRetries:3,recursive:!0}),Se=async e=>r.mkdir(e,{recursive:!0}),Ie=(e,t)=>{var n;n=u.dirname(e),s.mkdirSync(n,{recursive:!0}),s.writeFileSync(e,t,{encoding:"utf-8"})},je=e=>r.readFile(e,{encoding:"utf-8"}),De=e=>{try{return s.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},Ae=async(e,t)=>{if("function"==typeof s.openAsBlob){const n=await s.openAsBlob(e,{type:t.contentType});return new o([n],t.filename)}{const n=c.toWeb(s.createReadStream(e)),r=await new Response(n).blob();return new o([r],t.filename,{type:t.contentType})}},Pe=async e=>{const t={empty:!1,exists:!0};try{const{size:n}=await r.stat(e);0===n&&(t.empty=!0)}catch(e){if("ENOENT"!==e.code)throw e;t.exists=!1}return t};var Me=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(Me||{});const Ce="Set DD_API_KEY and DD_APP_KEY for API-key auth, or set DD_OAUTH_ACCESS_TOKEN (or DATADOG_OAUTH_ACCESS_TOKEN) — e.g. by starting the dev server with `datadog-apps dev`.";class Ne extends Error{constructor(){super(`Missing authentication. ${Ce}`),this.statusCode=400,this.name="MissingAuthenticationError"}}function Oe(e,t){if(!function(e){return"Program"===e.type}(e))throw new Error(`Expected a Program node from this.parse() for ${t}, got ${e.type}`);return e}function Te(e,t){return"object"==typeof e&&null!==e&&"type"in e&&e.type===t}function Re(e){return Te(e,"Literal")&&"value"in e&&"string"==typeof e.value}function _e(e){return"type"===e.importKind||"type"===e.exportKind}function Fe(e){return Te(e,"VariableDeclarator")}function Le(e){return Re(e)?e.value:function(e){return!!(Te(e,"TemplateLiteral")&&"expressions"in e&&"quasis"in e)&&Array.isArray(e.expressions)&&0===e.expressions.length&&Array.isArray(e.quasis)&&1===e.quasis.length}(e)?e.quasis[0].value.cooked??void 0:void 0}function ze(e,t){return function(e,t){const n=Oe(e,t),o=function(e){const t=new Map;for(const n of e.body)if("FunctionDeclaration"===n.type&&n.id)t.set(n.id.name,{kind:"function"});else if("ClassDeclaration"===n.type&&n.id)t.set(n.id.name,{kind:"class"});else if("VariableDeclaration"===n.type)for(const e of n.declarations)"Identifier"===e.id.type&&t.set(e.id.name,{kind:"variable",init:e.init});else if("ImportDeclaration"===n.type)for(const e of n.specifiers)t.set(e.local.name,{kind:"import"});return t}(n),r=[];for(const e of n.body){if("ExportDefaultDeclaration"===e.type)throw new Error(`Default exports are not supported in .backend.ts files. Use a named export instead: ${t}`);if("ExportAllDeclaration"===e.type)throw new Error(`"export *" is not supported in .backend.ts files. Use explicit named exports instead: ${t}`);if("ExportNamedDeclaration"!==e.type)continue;e.declaration&&r.push(...Ve(e.declaration,t).map((e=>({kind:"local",name:e,localName:e}))));const n="string"==typeof e.source?.value?e.source.value:null;for(const i of e.specifiers){if("Identifier"!==i.exported.type)continue;if("default"===i.exported.name)throw new Error(`Default exports are not supported in .backend.ts files. Use a named export instead: ${t}`);const e="Identifier"===i.local.type?i.local.name:"string"==typeof i.local.value?i.local.value:null;e&&(n?r.push({kind:"re-export",name:i.exported.name,localName:e,source:n}):("Identifier"===i.local.type&&Ue(e,o,t),r.push({kind:"local",name:i.exported.name,localName:e})))}}return r}(e,t).map((e=>e.name))}const Be=new Set(["ArrayExpression","Literal","ObjectExpression","TemplateLiteral"]);function qe(e){return null==e||Be.has(e.type)}function Ve(e,t){if("FunctionDeclaration"===e.type&&e.id)return[e.id.name];if("ClassDeclaration"===e.type)throw new Error(`Class exports are not supported in .backend.ts files. Only function exports are allowed: ${t}`);if("VariableDeclaration"===e.type)return e.declarations.flatMap((e=>{if("Identifier"!==e.id.type)throw new Error(`Destructured exports are not supported in backend files. Use individual named exports instead: ${t}`);if(qe(e.init))throw new Error(`Non-function export "${e.id.name}" in backend file ${t}. Only function exports are supported — use "export function ${e.id.name}(…) { }" instead.`);return[e.id.name]}));throw new Error(`Unsupported export declaration type "${e.type}" in backend file ${t}. Only function and variable exports are allowed.`)}function Ue(e,t,n){const o=t.get(e);if(o){if("class"===o.kind)throw new Error(`Class exports are not supported in .backend.ts files. Only function exports are allowed: ${n}`);if("variable"===o.kind&&qe(o.init))throw new Error(`Non-function export "${e}" in backend file ${n}. Only function exports are supported — use "export function ${e}(…) { }" instead.`)}}function We(e,t,n){const o={state:t},r=e=>{n._?.(e,o),function(e,t){return t[e.type]}(e,n)?.(e,o);for(const t of Object.keys(e))"type"!==t&&i(e[t])},i=e=>{if(Array.isArray(e))for(const t of e)Ke(t)&&r(t);else Ke(e)&&r(e)};r(e)}function Ke(e){return"object"==typeof e&&null!==e&&"type"in e&&"string"==typeof e.type}function He(e){We(e,null,{_(e){const t=e;t.range||"number"!=typeof t.start||"number"!=typeof t.end||(t.range=[t.start,t.end])}});const t=d.analyze(e,{ecmaVersion:2022,ignoreEval:!0,sourceType:"module"}),n=new Map;for(const e of t.scopes)for(const t of e.references)n.set(t.identifier,t);return{scopeManager:t,referencesByIdentifier:n,moduleScope:Qe(t)}}function Je(e,t){return t.referencesByIdentifier.get(e)?.resolved??void 0}function Ge(e){return e.defs.some((e=>"ImportBinding"===e.type))}function Ye(e,t){return t.moduleScope.set.get(e)}function Qe(e){return e.scopes.find((e=>"module"===e.type))??e.globalScope}function Xe(e,t,n){const o={scopeAnalysis:t,unsupportedAliases:Ze(e,t)},r=[];return We(e,o,{CallExpression(e,{state:t}){(function(e,t,n){const o=e.callee;if("Identifier"===o.type){if(ot(o,t.unsupportedAliases,t.scopeAnalysis))throw at(n,"action-catalog call aliases");if(ot(o,t.scopeAnalysis.actionFunctions,t.scopeAnalysis)){if(e.optional)throw at(n,"optional action-catalog calls");return!0}return!1}if("MemberExpression"!==o.type)return!1;if(!et(o,t.scopeAnalysis))return!1;if(e.optional||nt(o))throw at(n,"optional or computed action-catalog namespace calls");return!0})(e,t,n)&&r.push(e)}}),r}function Ze(e,t){const n=new Set;return We(e,t,{VariableDeclarator(e,{state:t}){for(const o of function(e,t){if("Identifier"===e.id.type&&"Identifier"===e.init?.type&&ot(e.init,t.actionFunctions,t))return it(e,t,[e.id.name]);if("Identifier"===e.id.type&&"MemberExpression"===e.init?.type&&et(e.init,t))return it(e,t,[e.id.name]);if("ObjectPattern"!==e.id.type||"Identifier"!==e.init?.type||!ot(e.init,t.actionNamespaces,t))return[];const n=e.id.properties.flatMap((e=>"RestElement"===e.type||e.computed?[]:st(e.value))).map((e=>e.name));return it(e,t,n)}(e,t))n.add(o)},AssignmentExpression(e,{state:t}){for(const o of function(e,t){if("Identifier"===e.left.type&&"Identifier"===e.right.type&&ot(e.right,t.actionFunctions,t))return rt([e.left],t);if("Identifier"===e.left.type&&"MemberExpression"===e.right.type&&et(e.right,t))return rt([e.left],t);if("ObjectPattern"!==e.left.type||"Identifier"!==e.right.type||!ot(e.right,t.actionNamespaces,t))return[];const n=e.left.properties.flatMap((e=>"RestElement"===e.type||e.computed?[]:st(e.value)));return rt(n,t)}(e,t))n.add(o)}}),n}function et(e,t){const n=tt(e);return!!n&&ot(n,t.actionNamespaces,t)}function tt(e){return"Identifier"===e.object.type?e.object:"MemberExpression"===e.object.type?tt(e.object):void 0}function nt(e){return!(!e.optional&&!e.computed)||"MemberExpression"===e.object.type&&nt(e.object)}function ot(e,t,n){return function(e,t,n){const o=Je(e,n);return!!o&&t.has(o)}(e,t,n.moduleScope)}function rt(e,t){return e.flatMap((e=>{const n=Je(e,t.moduleScope);return n?[n]:[]}))}function it(e,t,n){const o=new Set(n);return t.moduleScope.scopeManager.getDeclaredVariables(e).filter((e=>o.has(e.name)))}function st(e){switch(e.type){case"Identifier":return[e];case"ObjectPattern":return e.properties.flatMap((e=>"RestElement"===e.type?st(e.argument):st(e.value)));case"ArrayPattern":return e.elements.flatMap((e=>e?st(e):[]));case"RestElement":return st(e.argument);case"AssignmentPattern":return st(e.left);case"MemberExpression":return[]}}function at(e,t){return new Error(`Unsupported action-catalog call in ${e}: ${t} could hide a connectionId.`)}const ut="@datadog/action-catalog";function ct(e,t,n){const o=e.get(t);if(!o)return ht(t,[],n.name);const r=Je(n,o.scopeAnalysis);return r?function(e,t){return t.defs.some((t=>t.name===e))}(n,r)?yt(t,[],n.name):pt({modules:e,visitedExports:new Set},t,r,[]):yt(t,[],n.name)}function dt(e,t,n,o){const r=e.modules.get(t);if(!r)return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-module-record",requestKind:"export",exportName:n,message:`Module '${e}' was not collected while resolving export '${n}'.`,hops:t}}(t,o,n);if("default"===n)return mt(t,o,n);const i=`${t}\0${n}`;if(e.visitedExports.has(i))return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"cycle",exportName:n,message:`Resolving export '${n}' from module '${e}' would cycle through the module graph.`,hops:t}}(t,o,n);e.visitedExports.add(i);try{const t=r.exportsByName.get(n);return t?function(e,t,n,o,r){if("unsupported"===o.kind)return function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"unsupported-export",exportName:n,exportReason:o,message:`Export '${n}' from module '${e}' is unsupported: ${o}.`,hops:t}}(t.id,r,n,o.reason);if("re-export"===o.kind)return"default"===o.importedName?mt(t.id,r,n):dt(e,o.resolvedId,o.importedName,[...r,{kind:"re-export",moduleId:t.id,exportName:n,sourceModuleId:o.resolvedId,sourceExportName:o.importedName}]);return pt(e,t.id,o.variable,[...r,{kind:"local-export",moduleId:t.id,exportName:n,localName:o.variable.name}])}(e,r,n,t,o):function(e,t,n,o){let r;for(const i of t.starExports){const s=dt(e,i.resolvedId,n,[...o,{kind:"star-export",moduleId:t.id,exportName:n,sourceModuleId:i.resolvedId}]);if("unsupported"===s.kind){if("missing-export"===s.reason)continue;return s}if(!r||!lt(r,s)){if(r)return ft(t.id,o,n);r=s}}return r??function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-export",exportName:n,message:`Module '${e}' does not expose export '${n}'.`,hops:t}}(t.id,o,n)}(e,r,n,o)}finally{e.visitedExports.delete(i)}}function lt(e,t){return e.moduleId===t.moduleId&&e.variable===t.variable}function pt(e,t,n,o){const r=e.modules.get(t);if(!r)return ht(t,o,n.name);const i=r.importsByVariable.get(n);if(i)return function(e,t,n,o,r){if("default"===o.kind)return gt(t,r,n);if("namespace"===o.kind)return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"namespace-import",variableName:n,message:`Variable '${n}' in module '${e}' is an unsupported namespace import.`,hops:t}}(t,r,n);if("default"===o.importedName)return gt(t,r,n);return dt(e,o.resolvedId,o.importedName,[...r,{kind:"import",moduleId:t,localName:n,exportName:o.importedName,sourceModuleId:o.resolvedId}])}(e,r.id,n.name,i,o);const s=r.topLevelBindingsByVariable.get(n);return s?"const"===s.kind?{kind:"local",moduleId:r.id,variable:n,binding:s,hops:o}:"mutable"===s.kind?function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"mutable-binding",variableName:n,declarationKind:o,message:`Variable '${n}' in module '${e}' is declared with mutable '${o}'.`,hops:t}}(r.id,o,n.name,s.declarationKind):function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"unsupported-binding",variableName:n,bindingReason:o,message:`Variable '${n}' in module '${e}' has unsupported binding: ${o}.`,hops:t}}(r.id,o,n.name,s.reason):function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-static-binding",variableName:n,message:`Variable '${n}' in module '${e}' does not have a recorded top-level static binding.`,hops:t}}(r.id,o,n.name)}function ft(e,t,n){return{kind:"unsupported",moduleId:e,reason:"ambiguous-star-export",exportName:n,message:`Module '${e}' exposes ambiguous star exports for '${n}'.`,hops:t}}function mt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"default-export",exportName:n,message:`Export '${n}' from module '${e}' resolves through an unsupported default export.`,hops:t}}function gt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"default-import",variableName:n,message:`Variable '${n}' in module '${e}' is an unsupported default import.`,hops:t}}function ht(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-module-record",requestKind:"variable",variableName:n,message:`Module '${e}' was not collected while resolving variable '${n}'.`,hops:t}}function yt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"unresolved-identifier",variableName:n,message:`Identifier '${n}' in module '${e}' is not a resolvable reference.`,hops:t}}function bt(e,t,n){const o=At(n);switch(o.type){case"Literal":return function(e,t){if("string"==typeof t.value)return{kind:"resolved",moduleId:e,value:t.value};return function(e,t){return{kind:"unsupported",moduleId:e,reason:"non-string-literal",valueType:t,message:`Literal value type '${t}' in module '${e}' is not a string.`}}(e,typeof t.value)}(t,o);case"TemplateLiteral":return function(e,t){if(t.expressions.length>0)return function(e){return{kind:"unsupported",moduleId:e,reason:"dynamic-template-literal",message:`Dynamic template literals in module '${e}' cannot be resolved to static strings.`}}(e);return{kind:"resolved",moduleId:e,value:t.quasis.map((e=>e.value.cooked??e.value.raw)).join("")}}(t,o);case"Identifier":return function(e,t,n){const o=ct(e.modules,t,n);if("unsupported"===o.kind)return Ft(o,n.name);if(!o.binding.expression)return Lt(o.moduleId,o.variable.name);if(e.seenVariables.has(o.variable))return Nt(o.moduleId,o.variable.name);e.seenVariables.add(o.variable);try{return bt(e,o.moduleId,o.binding.expression)}finally{e.seenVariables.delete(o.variable)}}(e,t,o);case"MemberExpression":return function(e,t,n){const o=wt(e,t,n);if("unsupported"===o.kind)return o;return bt(e,o.moduleId,o.expression)}(e,t,o);default:return function(e,t){return{kind:"unsupported",moduleId:e,reason:"unsupported-expression",expressionType:t,message:`Expression type '${t}' in module '${e}' cannot be resolved to a static string.`}}(t,o.type)}}function wt(e,t,n){if(n.optional)return function(e){return{kind:"unsupported",moduleId:e,reason:"optional-member-expression",message:`Optional member expressions in module '${e}' cannot be resolved to static strings.`}}(t);if(n.computed)return function(e){return{kind:"unsupported",moduleId:e,reason:"computed-member-expression",message:`Computed member expressions in module '${e}' cannot be resolved to static strings.`}}(t);if("Identifier"!==n.property.type)return function(e,t){return{kind:"unsupported",moduleId:e,reason:"non-static-member-property",propertyType:t,message:`Member property type '${t}' in module '${e}' is not statically named.`}}(t,n.property.type);const o=vt(e,t,n.object);return"unsupported"===o.kind?o:function(e,t,n){let o;for(const r of t.properties){if("SpreadElement"===r.type)return _t(e);if(r.computed)return Ct(e);if(Dt(r)===n){if(o)return Ot(e,n);if("init"!==r.kind)return Mt(e,n);if(!$t(r))return Rt(e,n,r.value.type);o=r}}if(!o)return function(e,t){return{kind:"unsupported",moduleId:e,reason:"missing-object-property",propertyName:t,message:`Static object in module '${e}' does not have property '${t}'.`}}(e,n);return{kind:"resolved",moduleId:e,expression:o.value}}(o.moduleId,o.expression,n.property.name)}function vt(e,t,n){if("Super"===n.type)return Tt(t,n.type);const o=At(n);if("ObjectExpression"===o.type)return{kind:"resolved",moduleId:t,expression:o};if("MemberExpression"===o.type){const n=wt(e,t,o);return"unsupported"===n.kind?n:vt(e,n.moduleId,n.expression)}if("Identifier"!==o.type)return Tt(t,o.type);const r=ct(e.modules,t,o);if("unsupported"===r.kind)return Ft(r,o.name);if(!r.binding.expression)return Lt(r.moduleId,r.variable.name);if(e.mutatedImportedObjectVariables.has(r.variable))return function(e,t){return{kind:"unsupported",moduleId:e,reason:"imported-object-mutation",variableName:t,message:`Imported object '${t}' from module '${e}' is mutated in the module graph.`}}(r.moduleId,r.variable.name);if(e.seenVariables.has(r.variable))return Nt(r.moduleId,r.variable.name);e.seenVariables.add(r.variable);try{return vt(e,r.moduleId,r.binding.expression)}finally{e.seenVariables.delete(r.variable)}}function $t(e){const{value:t}=e;return"ObjectPattern"!==t.type&&"ArrayPattern"!==t.type&&"RestElement"!==t.type&&"AssignmentPattern"!==t.type}function kt(e){const t=new Set;for(const n of e.values())We(n.ast,{modules:e,mutatedVariables:t,record:n},{AssignmentExpression(e,{state:t}){Et(e.left,t)},UpdateExpression(e,{state:t}){Et(e.argument,t)},UnaryExpression(e,{state:t}){"delete"===e.operator&&Et(e.argument,t)},ForInStatement(e,{state:t}){xt(e.left,t)},ForOfStatement(e,{state:t}){xt(e.left,t)}});return t}function xt(e,t){"VariableDeclaration"!==e.type&&Et(e,t)}function Et(e,t){if("Identifier"!==e.type)if("MemberExpression"!==e.type)if("ObjectPattern"!==e.type)if("ArrayPattern"!==e.type)"RestElement"!==e.type?"AssignmentPattern"===e.type&&Et(e.left,t):Et(e.argument,t);else for(const n of e.elements)n&&Et(n,t);else for(const n of e.properties)Et("RestElement"===n.type?n.argument:n.value,t);else{const n=jt(e);n&&St(n,t)}else St(e,t)}function St(e,t){const n=It(t,e,new Set);n&&t.mutatedVariables.add(n)}function It(e,t,n){const o=Je(t,e.record.scopeAnalysis);if(!o||n.has(o))return;if(n.add(o),Ge(o)){const n=ct(e.modules,e.record.id,t);return"local"===n.kind?n.variable:void 0}const r=function(e){for(const t of e.defs){const e=t.node;if("VariableDeclarator"===e.type&&e.init)return e.init}return}(o);if(!r)return;const i=function(e){const t=At(e);if("Identifier"===t.type)return t;if("MemberExpression"===t.type)return jt(t);return}(r);return i?It(e,i,n):void 0}function jt(e){return"Identifier"===e.type?e:"MemberExpression"===e.type?jt(e.object):void 0}function Dt(e){return"Identifier"===e.key.type?e.key.name:"Literal"===e.key.type&&"string"==typeof e.key.value?e.key.value:void 0}function At(e){let t=e;for(;Pt(t);)t=t.expression;return t}function Pt(e){const t=e.type;return("TSAsExpression"===t||"TSSatisfiesExpression"===t||"TSNonNullExpression"===t||"TSTypeAssertion"===t)&&!!e.expression}function Mt(e,t){return{kind:"unsupported",moduleId:e,reason:"accessor-object-property",propertyName:t,message:`Static object property '${t}' in module '${e}' is an accessor.`}}function Ct(e){return{kind:"unsupported",moduleId:e,reason:"computed-object-property",message:`Computed object properties in module '${e}' cannot be resolved to static strings.`}}function Nt(e,t){return{kind:"unsupported",moduleId:e,reason:"cycle",variableName:t,message:`Resolving variable '${t}' in module '${e}' would cycle through static string values.`}}function Ot(e,t){return{kind:"unsupported",moduleId:e,reason:"duplicate-object-property",propertyName:t,message:`Static object in module '${e}' has duplicate property '${t}'.`}}function Tt(e,t){return{kind:"unsupported",moduleId:e,reason:"non-object-member-value",expressionType:t,message:`Expression type '${t}' in module '${e}' is not a static object value.`}}function Rt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"unsupported-object-property-value",propertyName:t,valueType:n,message:`Static object property '${t}' in module '${e}' has unsupported value type '${n}'.`}}function _t(e){return{kind:"unsupported",moduleId:e,reason:"object-spread",message:`Object spreads in module '${e}' cannot be resolved to static strings.`}}function Ft(e,t){return{kind:"unsupported",moduleId:e.moduleId,reason:"static-definition-unsupported",variableName:t,definition:e,message:`Variable '${t}' could not be resolved to a static definition: ${e.message}`}}function Lt(e,t){return{kind:"unsupported",moduleId:e,reason:"uninitialized-const",variableName:t,message:`Const variable '${t}' in module '${e}' does not have an initializer.`}}const zt=new Set(["node_modules",".yarn"]);function Bt(e,t,n,o=[]){if(!an(e,t))return null;const r=Oe(n,e),i=He(r),s=function(e,t){const n=qt(e);return t.map(((e,t)=>({source:n[t]??e,resolvedId:e})))}(r,o);return{id:e,ast:r,scopeAnalysis:i,staticDependencies:s,unsupportedDependencies:rn(r),importsByVariable:Vt(r,i,s),exportsByName:Ut(r,i,s),starExports:Ht(r,s),topLevelBindingsByVariable:Jt(r,i)}}function qt(e){return e.body.flatMap((e=>("ImportDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExportAllDeclaration"===e.type)&&e.source&&Re(e.source)?[e.source.value]:[]))}function Vt(e,t,n){const o=new Map;for(const r of e.body){if("ImportDeclaration"!==r.type||!Re(r.source))continue;const e=on(n,r.source.value);for(const n of r.specifiers){const[r]=t.scopeManager.getDeclaredVariables(n);r&&("ImportSpecifier"!==n.type?o.set(r,{kind:"ImportDefaultSpecifier"===n.type?"default":"namespace",resolvedId:e}):o.set(r,{kind:"named",importedName:tn(n.imported),resolvedId:e}))}}return o}function Ut(e,t,n){const o=new Map;for(const r of e.body)"ExportNamedDeclaration"!==r.type?"ExportDefaultDeclaration"!==r.type?"ExportAllDeclaration"===r.type&&Kt(r,n,o):o.set("default",{kind:"unsupported",reason:"default export"}):Wt(r,t,n,o);return o}function Wt(e,t,n,o){if(e.declaration)!function(e,t,n){if(!e)return;if("VariableDeclaration"===e.type){for(const o of e.declarations){const e=t.scopeManager.getDeclaredVariables(o);if("Identifier"!==o.id.type){for(const t of e)n.set(t.name,{kind:"unsupported",reason:"binding pattern export"});continue}const[r]=e;r&&n.set(o.id.name,{kind:"local",variable:r})}return}if(("FunctionDeclaration"===e.type||"ClassDeclaration"===e.type)&&e.id){const[o]=t.scopeManager.getDeclaredVariables(e);o&&n.set(e.id.name,{kind:"local",variable:o})}}(e.declaration,t,o);else if(e.source&&Re(e.source)){const t=on(n,e.source.value);for(const n of e.specifiers){if("ExportSpecifier"!==n.type)continue;const e=tn(n.exported);"default"!==e?o.set(e,{kind:"re-export",importedName:tn(n.local),resolvedId:t}):o.set(e,{kind:"unsupported",reason:"default re-export",resolvedId:t})}}else for(const n of e.specifiers){if("ExportSpecifier"!==n.type)continue;const e=tn(n.exported);if("default"===e){o.set(e,{kind:"unsupported",reason:"default export"});continue}const r=Ye(tn(n.local),t);o.set(e,r?{kind:"local",variable:r}:{kind:"unsupported",reason:"unresolved local export"})}}function Kt(e,t,n){const o=nn(e);o&&Re(e.source)&&n.set(o,{kind:"unsupported",reason:"namespace re-export",resolvedId:on(t,e.source.value)})}function Ht(e,t){return e.body.flatMap((e=>"ExportAllDeclaration"!==e.type||nn(e)||!Re(e.source)?[]:[{resolvedId:on(t,e.source.value)}]))}function Jt(e,t){const n=new Map;for(const o of e.body)Gt(o,t,n);return function(e,t,n){We(e,{scopeAnalysis:t,bindings:n},{AssignmentExpression(e,{state:t}){Xt(e.left,t.scopeAnalysis,t.bindings)},UpdateExpression(e,{state:t}){Xt(e.argument,t.scopeAnalysis,t.bindings)},UnaryExpression(e,{state:t}){"delete"===e.operator&&Xt(e.argument,t.scopeAnalysis,t.bindings)},ForInStatement(e,{state:t}){Qt(e.left,t.scopeAnalysis,t.bindings)},ForOfStatement(e,{state:t}){Qt(e.left,t.scopeAnalysis,t.bindings)}})}(e,t,n),n}function Gt(e,t,n){if("VariableDeclaration"===e.type)return void Yt(e,t,n);if("ExportNamedDeclaration"===e.type&&"VariableDeclaration"===e.declaration?.type)return void Yt(e.declaration,t,n);const o="ExportNamedDeclaration"===e.type||"ExportDefaultDeclaration"===e.type?e.declaration:e;if(o&&("FunctionDeclaration"===o.type||"ClassDeclaration"===o.type)&&o.id){const[e]=t.scopeManager.getDeclaredVariables(o);e&&n.set(e,{kind:"unsupported",reason:`${o.type} binding`})}}function Yt(e,t,n){for(const o of e.declarations){const r=t.scopeManager.getDeclaredVariables(o);if("Identifier"!==o.id.type){for(const e of r)n.set(e,{kind:"unsupported",reason:"binding pattern"});continue}const[i]=r;i&&("const"===e.kind?n.set(i,{kind:"const",expression:o.init??null}):n.set(i,{kind:"mutable",declarationKind:e.kind}))}}function Qt(e,t,n){"VariableDeclaration"!==e.type&&Xt(e,t,n)}function Xt(e,t,n){if("Identifier"!==e.type)if("MemberExpression"!==e.type)if("ObjectPattern"!==e.type)if("ArrayPattern"!==e.type)"RestElement"!==e.type?"AssignmentPattern"===e.type&&Xt(e.left,t,n):Xt(e.argument,t,n);else for(const o of e.elements)o&&Xt(o,t,n);else for(const o of e.properties)Xt("RestElement"===o.type?o.argument:o.value,t,n);else{const o=en(e);o&&Zt(o,t,n,"mutated object binding")}else Zt(e,t,n,"reassigned binding")}function Zt(e,t,n,o){const r=Je(e,t);if(!r||Ge(r)||!n.has(r))return;const i=n.get(r);"mutable"!==i?.kind&&n.set(r,{kind:"unsupported",reason:o})}function en(e){return"Identifier"===e.type?e:"MemberExpression"===e.type?en(e.object):void 0}function tn(e){return"Identifier"===e.type?e.name:String(e.value)}function nn(e){const t=e.exported;return t?tn(t):void 0}function on(e,t){return e.find((e=>e.source===t))?.resolvedId??t}function rn(e){const t=[];return We(e,t,{ImportExpression(e,{state:t}){const n=function(e){return cn(e.source,"non-literal dynamic import")}(e);sn(n)&&t.push({specifier:n,kind:"dynamic-import"})},CallExpression(e,{state:t}){if(function(e){return"Import"===e.callee.type}(e)){const n=function(e){return cn(e.arguments[0],"non-literal dynamic import")}(e);sn(n)&&t.push({specifier:n,kind:"dynamic-import"})}else(function(e){if("Identifier"!==e.callee.type||"require"!==e.callee.name)return!1;const[t]=e.arguments;return!t||!Re(t)||dn(t.value)})(e)&&t.push({specifier:un(e),kind:"require"})}}),t}function sn(e){return"non-literal dynamic import"===e||dn(e)}function an(e,t){if(!ke.some((t=>e.endsWith(t))))return!1;const n=u.relative(u.resolve(t),e);return!n.startsWith("..")&&!u.isAbsolute(n)&&!n.split(u.sep).some((e=>zt.has(e)))}function un(e){return cn(e.arguments[0],"local require")}function cn(e,t){return Re(e)?e.value:t}function dn(e){return e.startsWith(".")||e.startsWith("/")}function ln(e,t){return new Error(`Unsupported local module graph for ${e}: ${t} could hide an action-catalog connectionId.`)}function pn(e,t,n){const o=new Set;return function(e,t,n,o){const r=[e],i=new Set;for(;r.length>0;){const s=r.shift();if(i.has(s))continue;i.add(s);const a=t.get(s);if(!a)throw ln(e,`missing module record for ${s}`);o({entryId:e,moduleId:s,record:a});for(const t of a.unsupportedDependencies)throw ln(e,`${t.kind} ${t.specifier}`);for(const o of a.staticDependencies){const i=o.resolvedId;if(an(i,n)){if(!t.has(i))throw ln(e,`uncollected local import ${i} from ${a.id}`);r.push(i)}}}}(e,t,n,(({record:e})=>{const n=function(e){const t=new Set,n=new Set;for(const r of e.body)if("ImportDeclaration"===r.type&&"string"==typeof(o=r.source.value)&&(o===ut||o.startsWith(`${ut}/`))&&!_e(r))for(const e of r.specifiers)_e(e)||("ImportNamespaceSpecifier"===e.type?n.add(e.local.name):t.add(e.local.name));var o;return{functions:t,namespaces:n}}(e.ast),r=function(e,t){const n=new Set,o=new Set;for(const r of e.scopeManager.scopes)for(const e of r.variables)Ge(e)&&(t.functions.has(e.name)&&n.add(e),t.namespaces.has(e.name)&&o.add(e));return{moduleScope:e,actionFunctions:n,actionNamespaces:o}}(e.scopeAnalysis,n);for(const n of Xe(e.ast,r,e.id)){const r=fn(n,t,e);void 0!==r&&o.add(r)}})),[...o].sort()}function fn(e,t,n){const[o]=e.arguments;if(!o||"ObjectExpression"!==o.type)throw hn(n.id,"non-object action-catalog call arguments");const r=function(e,t){let n;for(const o of e.properties){if("SpreadElement"===o.type)throw hn(t,"spread object arguments");if(o.computed)throw hn(t,"computed object property keys");if(gn(o)){if(n)throw hn(t,"multiple connectionId properties");if("init"!==o.kind)throw hn(t,"accessor connectionId properties");if(!mn(o))throw hn(t,"destructuring pattern in connectionId value");n=o}}return n}(o,n.id);if(!r)return;const i=function(e,t,n){return bt({modules:e,mutatedImportedObjectVariables:kt(e),seenVariables:new Set},t,n)}(t,n.id,r.value);if("resolved"===i.kind)return i.value;throw s=n.id,a=`static string resolution ${function(e){return"static-definition-unsupported"===e.reason?`${e.reason}/${e.definition.reason}`:e.reason}(i)}: ${i.message}`,new Error(`Unsupported action-catalog connectionId in ${s}: ${a}.`);var s,a}function mn(e){const{value:t}=e;return"ObjectPattern"!==t.type&&"ArrayPattern"!==t.type&&"RestElement"!==t.type&&"AssignmentPattern"!==t.type}function gn(e){return"connectionId"===function(e){if("Identifier"===e.key.type)return e.key.name;if("Literal"===e.key.type&&"string"==typeof e.key.value)return e.key.value;return}(e)}function hn(e,t){return new Error(`Unsupported action-catalog call in ${e}: ${t} could hide a connectionId.`)}const yn=new Set(l);function bn(e){return 0===e.length||e.some((e=>!_e(e)))}function wn(e,t){const n=Le(e);if(void 0!==n&&function(e){return e.startsWith("node:")||yn.has(e)}(n))throw new Error(`Importing Node built-in module "${n}" is not supported in backend function code. Backend functions run in a restricted environment: for networking, filesystem, or process access, use an Action Platform action ($.Actions or an @datadog/action-catalog typed wrapper) instead; for pure utility modules (e.g. path, url, util), use a runtime-independent package instead: ${t}`)}function vn(e){return"globalThis"===e||"global"===e}let $n=new Set;function kn(e,t,n=new Set){if("MemberExpression"===e.type){const o=xn(e,t);return!(!o||!vn(o))&&kn(e.object,t,n)}if("Identifier"!==e.type)return!1;const o=Je(e,t);if(!o)return vn(e.name);if($n.has(o))return!0;if(n.has(o)||1!==o.defs.length)return!1;n.add(o);const[r]=o.defs;if("Variable"!==r.type||"const"!==r.parent.kind)return!1;if(!Fe(r.node))return!1;const{id:i,init:s}=r.node;if(!s)return!1;if("Identifier"===i.type)return kn(s,t,n);if("ObjectPattern"===i.type){const e=n=>n.properties.some((n=>{if("Property"!==n.type)return!1;if(!vn(Sn(n,t)??""))return!1;const o=En(n.value);return o===r.name||"ObjectPattern"===o.type&&e(o)}));if(e(i))return kn(s,t,n)}return!1}function xn(e,t){return e.computed?In(e.property,t):"Identifier"===e.property.type?e.property.name:void 0}function En(e){return"AssignmentPattern"===e.type?e.left:e}function Sn(e,t){return e.computed||"Identifier"!==e.key.type?In(e.key,t):e.key.name}function In(e,t,n=new Set){const o=Le(e);if(void 0!==o)return o;if("Identifier"!==e.type)return;const r=Je(e,t);if(!r||n.has(r)||1!==r.defs.length)return;n.add(r);const[i]=r.defs;if("Variable"!==i.type||"const"!==i.parent.kind)return;if(!Fe(i.node))return;const{id:s,init:a}=i.node;return"Identifier"===s.type&&a?In(a,t,n):void 0}const jn=[{object:"Object",property:"assign"},{object:"Object",property:"values"},{object:"Object",property:"entries"},{object:"Object",property:"getOwnPropertyDescriptors"}];function Dn(e,t,n,o){$n=new Set;for(const[e,r]of t.referencesByIdentifier)n.has(e.name)&&!r.resolved&&o.onNamedAccess(e.name);const r=e=>{for(const i of e.properties){if("RestElement"===i.type){o.onBulkCopy();continue}const e=Sn(i,t);e&&n.has(e)&&o.onNamedAccess(e);const s=En(i.value);e&&vn(e)&&"ObjectPattern"===s.type&&r(s)}},i=(e,n)=>{n&&kn(n,t)&&r(e)};We(e,null,{MemberExpression(e){if(!kn(e.object,t))return;const r=xn(e,t);r&&n.has(r)&&o.onNamedAccess(r)},VariableDeclarator(e){"ObjectPattern"===e.id.type&&i(e.id,e.init)},AssignmentExpression(e){"ObjectPattern"===e.left.type&&i(e.left,e.right)},AssignmentPattern(e){"ObjectPattern"===e.left.type&&i(e.left,e.right)},ForOfStatement(e){if("ArrayExpression"!==e.right.type)return;let n,o;if("VariableDeclaration"===e.left.type){if(1!==e.left.declarations.length)return;const[r]=e.left.declarations;if("ObjectPattern"===r.id.type)n=r.id;else{if("Identifier"!==r.id.type||"const"!==e.left.kind)return;o=function(e,t){return t.scopeManager.getDeclaredVariables(e)[0]}(r,t)}}else{if("ObjectPattern"!==e.left.type)return;n=e.left}e.right.elements.some((e=>null!==e&&"SpreadElement"!==e.type&&kn(e,t)))&&(n?r(n):o&&$n.add(o))},ObjectExpression(e){for(const n of e.properties)"SpreadElement"===n.type&&kn(n.argument,t)&&o.onBulkCopy()},CallExpression(e){const n=function(e,t){if("MemberExpression"!==e.type||"Identifier"!==e.object.type)return;const n=xn(e,t);if(!n)return;const o=e.object.name;return jn.find((e=>e.object===o&&e.property===n))}(e.callee,t);if(!n)return;("assign"===n.property?e.arguments.slice(1):e.arguments).some((e=>"SpreadElement"!==e.type&&kn(e,t)))&&o.onBulkCopy()}})}const An=new Set(["fetch","XMLHttpRequest","WebSocket","EventSource"]);function Pn(e,t,n){const o=Oe(e,t);Dn(o,n??He(o),An,{onNamedAccess(e){!function(e,t){throw new Error(`Using "${e}" is not supported in backend function code. Backend functions cannot make raw network requests in production — use an Action Platform action ($.Actions or an @datadog/action-catalog typed wrapper) instead: ${t}`)}(e,t)},onBulkCopy(){throw new Error(`Copying every property of "globalThis"/"global" at once (a rest destructure, an object spread, or a call like Object.assign/Object.values) is not supported in backend function code — it copies every ambient global, including network-capable ones (${Array.from(An).join(", ")}), into a plain object: ${t}`)}})}const Mn=new Set(["crypto","Intl"]),Cn=new Map;function Nn(e,t,n,o){!function(e,t){const n=Oe(e,t);for(const e of n.body)"ImportDeclaration"!==e.type||_e(e)||!bn(e.specifiers)?"ExportNamedDeclaration"===e.type&&e.source&&!_e(e)&&bn(e.specifiers)?wn(e.source,t):"ExportAllDeclaration"!==e.type||_e(e)||wn(e.source,t):wn(e.source,t);We(n,null,{ImportExpression(e){wn(e.source,t)}})}(e,t),Pn(e,t,o),function(e,t,n,o){const r=Oe(e,t),i=o??He(r);let s=Cn.get(t);s||(Cn.size>=500&&Cn.clear(),s=new Set,Cn.set(t,s));const a=e=>{s.has(e)||(s.add(e),function(e,t,n){n.warn(`"${e}" is used in ${t}. Its exact behavior can differ between local execution (Node) and production (Deno) — verify locale-/implementation-sensitive results with "npm run dev:verify" before publishing.`)}(e,t,n))};Dn(r,i,Mn,{onNamedAccess:a,onBulkCopy(){for(const e of Mn)a(e)}})}(e,t,n,o)}function On(e){const t=e.relativePath.split(u.sep).join("/");return`${p("sha256").update(t).digest("hex")}.${e.name}`}function Tn(e){const t=[];for(const{exportName:n,queryName:o}of e)t.push(`export async function ${n}(...args) {`),t.push(` return globalThis.DD_APPS_RUNTIME.executeBackendFunction(${JSON.stringify(o)}, args);`),t.push("}"),t.push("");return t.join("\n")}function Rn(e,t){try{return O.resolve(e,{paths:[t]}),!0}catch{return!1}}function _n(e){return Rn("@datadog/action-catalog/action-execution",e)}function Fn(e){return Rn("@datadog/apps-backend/runtime/jsFunctionWithActions",e)}function Ln(e,t,n){const o=[],r=Fn(n);return o.push(`import { ${e} } from ${JSON.stringify(t)};`),r&&o.push("import { buildRuntimeFromJsFunctionWithActions } from '@datadog/apps-backend/runtime/jsFunctionWithActions';\nimport { setBackend } from '@datadog/apps-backend/runtime';"),_n(n)&&o.push("import { setExecuteActionImplementation } from '@datadog/action-catalog/action-execution';"),o.push(""),o.push('/** @param {import("./context.types").Context} $ */'),o.push("export async function main($) {"),o.push(" globalThis.$ = $;"),o.push(""),r&&(o.push(" // Supply the backend runtime context"),o.push(" if (typeof buildRuntimeFromJsFunctionWithActions === 'function' && typeof setBackend === 'function') {\n setBackend(buildRuntimeFromJsFunctionWithActions($));\n }"),o.push("")),o.push(" // Register the $.Actions-based implementation for executeAction"),o.push(" if (typeof setExecuteActionImplementation === 'function') {\n setExecuteActionImplementation(async (actionId, request) => {\n const actionPath = actionId.replace(/^com\\.datadoghq\\./, '');\n const pathParts = actionPath.split('.');\n let actionFn = $.Actions;\n for (const part of pathParts) {\n if (!actionFn) throw new Error('Action not found: ' + actionId);\n actionFn = actionFn[part];\n }\n if (typeof actionFn !== 'function') throw new Error('Action is not a function: ' + actionId);\n return actionFn(request);\n });\n }"),o.push(""),o.push(" const args = $.backendFunctionArgs ?? [];"),o.push(` const result = await ${e}(...args);`),o.push(" return result;"),o.push("}"),o.join("\n")}const zn=/^(?:\0|virtual:)/;function Bn(e){return e.split("?")[0]}function qn(e){return zn.test(e)}function Vn(e,t){const n=function(e){const t=new Map;return{plugin:{name:"dd-backend-module-graph-collector",moduleParsed(n){const o=Bn(n.id);if(qn(o))return;if(!an(o,e))return;if("string"!=typeof n.code)return;let r;try{r=this.parse(n.code)}catch(e){throw ln(o,`unparseable module source (${e instanceof Error?e.message:String(e)})`)}const i=Bt(o,e,r,function(e){return e.importedIdResolutions?.map((({id:e})=>e))??[...e.importedIds]}(n).map(Bn));i&&t.set(i.id,i)}},getModuleRecords:()=>t}}(t);return{plugin:n.plugin,getAllowedConnectionIds:()=>pn(e,n.getModuleRecords(),t),getModuleRecords:n.getModuleRecords}}function Un(e,t,n){return{name:"dd-backend-static-checks",moduleParsed(o){const r=Bn(o.id);if(qn(r)||!an(r,e))return;const i=n().get(r);let s,a;if(i)s=i.ast,a=i.scopeAnalysis;else{if("string"!=typeof o.code)return;try{s=this.parse(o.code)}catch(e){const t=e instanceof Error?e.message:String(e);throw new Error(`Unsupported module source for ${r}: ${`unparseable module source (${t})`} could hide a Node-builtin import or restricted-global access.`)}a=He(Oe(s,r))}Nn(s,r,t,a)}}}function Wn(e,t){return{name:e,enforce:"pre",resolveId:e=>t[e]?{id:e,moduleSideEffects:!0}:null,load:e=>t[e]?t[e]:null}}function Kn(e,t,n=[]){return{configFile:!1,root:e,logLevel:"silent",build:{minify:!1,target:"esnext",ssr:!0,rollupOptions:{output:{format:"es",exports:"named",inlineDynamicImports:!0},preserveEntrySignatures:"exports-only",treeshake:!1,onwarn(e,t){"MODULE_LEVEL_DIRECTIVE"!==e.code&&t(e)}}},resolve:{extensions:[...ke,".json"]},ssr:{noExternal:!0},plugins:[Wn("dd-backend-resolve",t),...n]}}const Hn=async(e,t)=>{const n=(await Promise.all(e.map((e=>y(e,{absolute:!0,cwd:t,nodir:!0}))))).flat(),o=Array.from(new Set(n)).map((e=>u.relative(t,e))),r=(e=>{if(0===e.length)return"";const t=e[0].split(u.sep);let n="";for(let o=0;o<t.length-1;o++){const r=t.slice(0,o+1).join(u.sep);if(!e.every((e=>e.startsWith(`${r}${u.sep}`))))break;n=r}return n})(o);return o.map(((e,t)=>{const o=r?e.slice(r.length+1):e;return{absolutePath:n[t],relativePath:o.split(u.sep).join("/")}}))};async function Jn(e){const t=await r.mkdtemp(u.join(m.tmpdir(),"dd-apps-manifest-")),n=u.join(t,"manifest.json");try{await r.writeFile(n,JSON.stringify(function(e){const t={};for(const n of e)t[On(n)]={allowedConnectionIds:[...n.allowedConnectionIds]};return{backend:{functions:t}}}(e),null,2))}catch(e){throw await Ee(t),e}return{manifestAsset:{absolutePath:n,relativePath:"manifest.json"},cleanup:()=>Ee(t)}}async function Gn({backendOutputs:e,backendFunctions:t,context:n,options:o}){const i=n.getLogger(ye),{buildRoot:a,bundler:{outDir:c}}=n,d=u.join(c,be),l=u.resolve(U("APPS_PACKAGE_DIR")||c),p=u.join(l,be);await Promise.all([r.rm(p,{force:!0}),r.rm(d,{force:!0})]);const f=u.relative(a,c),m=await Hn([...o.include,`${f}/**/*`],a);if(0===m.length&&0===e.size)return void i.debug("No assets to package.");let g;await r.mkdir(l,{recursive:!0});try{const n=new Set([p,d]),o=new Set(e.values()),a=[...m.filter((e=>!n.has(u.resolve(e.absolutePath)))).filter((e=>!o.has(e.absolutePath))).map((e=>({...e,relativePath:`frontend/${e.relativePath}`})))];for(const[t,n]of e)a.push({absolutePath:n,relativePath:`backend/${t}.js`});const c=await Jn(t);g=c.cleanup,a.push(c.manifestAsset);const l=await(async(e,t)=>{const n=new h;for(const t of e)n.file(t.relativePath,s.createReadStream(t.absolutePath),{binary:!0,compression:"DEFLATE",compressionOptions:{level:9}});await new Promise(((e,o)=>{const r=s.createWriteStream(t),i=n.generateNodeStream({type:"nodebuffer",streamFiles:!0,compression:"DEFLATE",compressionOptions:{level:9}});i.on("error",o),r.on("error",o),r.on("close",e),i.pipe(r)}));const{size:o}=await r.stat(t);return{archivePath:t,size:o,assets:e}})(a,p);return i.info(`App package written to ${l.archivePath}.`),l.archivePath}finally{await(g?.())}}function Yn(e){return e.endsWith(".tsx")?"tsx":e.endsWith(".ts")||e.endsWith(".mts")||e.endsWith(".cts")?"ts":e.endsWith(".jsx")?"jsx":"js"}function Qn(e){return e.endsWith(ve)?e.slice(0,-14):e}function Xn(e){return Bn(Qn(e))}function Zn(e,t){return t?Math.min(250*2**(e-1),2e3):250}const eo=new $,to=Reflect.has(globalThis,"$"),no=new $,oo=new $;let ro=Reflect.get(globalThis,"$");function io(){Object.getOwnPropertyDescriptor(globalThis,"$")?.get!==so&&Object.defineProperty(globalThis,"$",{configurable:!0,enumerable:!0,get:so,set:ao})}function so(){const e=eo.getStore();if(e)return e.value;const t=no.getStore();return t?t.assigned?t.value:to?ro:void 0:ro}function ao(e){const t=eo.getStore();if(t)return void(t.value=e);const n=no.getStore();if(n)return n.assigned=!0,void(n.value=e);ro=e}io();const uo=new $;function co(e){return"object"==typeof e&&null!==e}const lo=xe(void 0);function po(e){const t=e.maxRetries*e.timeoutMs+function(e){let t=0;for(let n=1;n<e.maxRetries;n++)t+=Zn(n,e.exponentialBackoff);return t}(e);return{actionCallTimeoutMs:2*t,totalExecutionTimeoutMs:1.2*t}}function fo(e,t){return oo.run(new Set,(()=>no.run({assigned:!1,value:void 0},(()=>e(t)))))}function mo(e,t,n){const{inputs:o,connectionId:r}=e;if("object"!=typeof o||!o)throw new Error(`Action ${n} must have an inputs field`);return function(e,t,n){if(void 0!==e&&!t.includes(e))throw new Error(`Action ${n} used connection "${e}", which is not in this function's allowed connections: [${t.join(", ")}]`)}(r,t,n),{inputs:o,connectionId:r}}let go=Promise.resolve();function ho(e,t){return new Error(`Execution of "${e}" already concluded; refusing to ${t} as this stale execution to avoid using a newer execution's identity.`)}const yo=function(){let e=0,t=null;return{start(){const n=++e;return t=n,{isCurrent:()=>t===n,concludeIfCurrent:()=>t===n&&(t=null,!0)}}}}();function bo(e,t,n=[]){return new Proxy((function(){}),{get(o,r){if("then"===r||"toJSON"===r)return;const i=n.concat(String(r));return bo(e,t,i)},async apply(o,r,i){if(0===i.length)throw new Error(`No arguments provided to action $.Actions.${n.join(".")}`);const s=co(i[0])?i[0]:{},{inputs:a,connectionId:u}=mo(s,t,`$.Actions.${n.join(".")}`),c=`com.datadoghq.${n.join(".")}`;return e(c,a,u)}})}function wo(e,t,n){return new Promise(((o,r)=>{const i=setTimeout((()=>{r(new Error(`${n} timed out after ${t}ms`))}),t);e.then((e=>{clearTimeout(i),o(e)}),(e=>{clearTimeout(i),r(e)}))}))}function vo(e,t,n,o,r,i){if(!e(r))return Promise.resolve();const s=t.get(o);if(s)return s;const a=n(o,i).catch((e=>{throw t.delete(o),e}));return t.set(o,a),a}const $o=new WeakMap;async function ko(e,t){const n=e("@datadog/action-catalog/action-execution"),o=(await wo(n,t,"Loading @datadog/action-catalog/action-execution")).setExecuteActionImplementation;"function"==typeof o&&o((async(e,t)=>{const n=uo.getStore();if(!n)throw new Error(`No active local execution to run "${e}" under.`);if(n.isAbandoned())throw ho(n.functionName,`run "${e}"`);const o=co(t)?t:{},{inputs:r,connectionId:i}=mo(o,n.allowedConnectionIds,`"${e}"`);return n.executeAction(e,r,i)}))}const xo=new WeakMap;async function Eo(e,t){const n=Promise.all([e("@datadog/apps-backend/runtime/jsFunctionWithActions"),e("@datadog/apps-backend/runtime")]),[o,r]=await wo(n,t,"Loading @datadog/apps-backend/runtime"),i=o.buildRuntimeFromJsFunctionWithActions,s=r.setBackend;if("function"!=typeof i||"function"!=typeof s)return;const a=new WeakMap;s(new Proxy({},{get(e,t){const n=uo.getStore();if(!n)throw new Error("No active local execution to resolve an apps-backend accessor under.");if(n.isAbandoned())throw ho(n.functionName,"resolve a further apps-backend accessor");let o=a.get(n);if(void 0===o&&(o=i(n.$),a.set(n,o)),!co(o))return;const r=o[String(t)];return"function"==typeof r?r.bind(o):r}}))}class So extends Error{}function Io(e,t){return"object"==typeof e&&null!==e&&!t.has(e)&&(Object.getOwnPropertySymbols(e).length>0||(t.add(e),Object.values(e).some((e=>Io(e,t)))))}function jo(e,t){if(Io(e,new Set))throw new Error(`Local execution of "${t.name}" returned a value with a Symbol-keyed property, which JSON.stringify silently drops instead of serializing — return a plain JSON-compatible value instead.`);let n;try{let o=!0;n=JSON.stringify(e,((e,n)=>{const r=o;if(o=!1,n instanceof Map||n instanceof Set)throw new So(`Local execution of "${t.name}" returned a ${n.constructor.name}${e?` (at "${e}")`:""}, which JSON.stringify silently flattens to "{}" instead of serializing its entries — return a plain array or object instead.`);if("number"==typeof n&&!Number.isFinite(n))throw new So(`Local execution of "${t.name}" returned ${n}${e?` (at "${e}")`:""}, which JSON.stringify silently converts to "null" instead of throwing — return a finite number instead.`);if(!r&&("function"==typeof n||"symbol"==typeof n||void 0===n))throw new So(`Local execution of "${t.name}" returned a ${typeof n} (at "${e}"), which JSON.stringify silently drops instead of serializing — return a plain JSON-compatible value instead.`);return n}))}catch(e){if(e instanceof So)throw e;throw new Error(`Local execution of "${t.name}" returned a value that can't be serialized to JSON: ${e instanceof Error?e.message:String(e)}`)}if(void 0!==n)return JSON.parse(n);if(void 0!==e)throw new Error(`Local execution of "${t.name}" returned a ${typeof e} value, which JSON.stringify silently drops instead of serializing — return a plain JSON-compatible value instead.`)}async function Do(e,t,n,o,r,i,s,a=1e4,u=lo){const c=`${e.relativePath}/${e.name}`;return function(e){const t=go.then(e);return go=t.then((()=>{}),(()=>{})),t}((async()=>{const d=i(e.absolutePath),l=await wo(d,a,`Resolving allowed connections for "${c}"`),p=e.absolutePath+ve,f=fo(r,p),m=await wo(f,a,`Loading "${c}"`);return async function(e,t,n,o,r,i,s,a,u){i.debug(`Executing "${e.name}" in-process with args`);const{actionCallTimeoutMs:c,totalExecutionTimeoutMs:d}=po(u),l=yo.start();let p,f,m,g=0;const h=()=>{p=setTimeout((()=>{w(),f?.(new Error(`Local execution of "${e.name}" timed out after ${s}ms`))}),s)},y=()=>{clearTimeout(m),m=setTimeout((()=>{w(),f?.(new Error(`Local execution of "${e.name}" exceeded the absolute ${d}ms execution ceiling, regardless of any $.Actions call in flight.`))}),d)},b=async(t,n,r)=>{if(!l.isCurrent())throw ho(e.name,`run "${t}"`);g+=1,clearTimeout(p),y();try{const e=o(t,n,r);return await wo(e,c,`$.Actions call to "${t}"`)}finally{g-=1,0===g&&l.isCurrent()&&h()}},w=()=>{l.concludeIfCurrent()},v={backendFunctionArgs:n,Actions:bo(b,e.allowedConnectionIds),Source:{initiator:{id:"local-dev",orgId:"local-dev-org"},runAsUser:{id:"local-dev",orgId:"local-dev-org"}}},$={executeAction:b,allowedConnectionIds:e.allowedConnectionIds,isAbandoned:()=>!l.isCurrent(),functionName:e.name,$:v},k=async()=>{try{const o=(a??await fo(r,e.absolutePath+ve))[e.name];if("function"!=typeof o)throw new Error(`"${e.name}" is not a function exported from ${e.absolutePath}`);return io(),await eo.run({value:v},(()=>uo.run($,(async()=>{const i=function(e,t,n){return vo(_n,$o,ko,e,t,n)}(r,t,s),a=function(e,t,n){return vo(Fn,xo,Eo,e,t,n)}(r,t,s);if(await Promise.all([i,a]),!l.isCurrent())throw new Error(`Execution of "${e.name}" was abandoned after timing out before it could start.`);return{data:jo(await o(...n),e)}}))))}finally{w()}},x=new Promise(((e,t)=>{f=t,h()}));y();const E=k();let S=!1;E.catch((t=>{if(!S)return;const n=t instanceof Error?t.message:String(t);i.debug(`"${e.name}" failed after its caller had already stopped waiting: ${n}`)}));try{return await Promise.race([E,x])}finally{S=!0,clearTimeout(p),clearTimeout(m)}}({...e,allowedConnectionIds:l},t,n,o,r,s,a,m,u)}))}function Ao(e){return new Promise((t=>{setTimeout(t,e)}))}function Po(e){return null!==e&&"object"==typeof e&&"name"in e&&("TimeoutError"===e.name||"AbortError"===e.name)}function Mo(e,t){const n=Zn(e,t.exponentialBackoff);return t.jitter?n/2+Math.random()*(n/2):n}function Co(e){return`${e.relativePath}/${e.name}`}async function No(e,t,n,o){const r=Co(t),i=`virtual:dd-backend-dev:${r}`,s=function(e,t,n){return Ln(e,t,n??process.cwd())}(t.name,t.absolutePath,n),a=Vn(t.absolutePath,n);o.debug(`Bundling backend function "${r}" from ${t.absolutePath}`);const u=Un(n,o,a.getModuleRecords),c=Kn(n,{[i]:s},[a.plugin,u]),d=await e({...c,build:{...c.build,write:!1,rollupOptions:{...c.build.rollupOptions,input:i,output:c.build.rollupOptions.output}}}),l=Array.isArray(d)?d[0]:d;if(!("output"in l))throw new Error(`Unexpected vite.build result for "${r}"`);const p="chunk"===l.output[0].type?l.output[0].code:"",f={...t,allowedConnectionIds:a.getAllowedConnectionIds()};return o.debug(`Bundled "${r}" (${p.length} bytes)`),{func:f,code:p}}async function Oo(e,t,n,o,r,i){const s=`https://api.${n.site}/api/v2/app-builder/queries/preview-async`;i.debug(`Calling Datadog API: ${s}`);const a=JSON.stringify({data:{type:"queries",attributes:{query:{id:f(),name:t,type:"action",properties:{spec:e,onlyTriggerManually:!0}},template_params:{}}}}),u=await o({url:s,method:"POST",type:"json",getData:()=>({data:a,headers:{"Content-Type":"application/json"}})}),c=u.data?.id;if(!c)throw new Error("No receipt ID returned from Datadog API");return i.debug(`Query execution started with receipt: ${c}`),async function(e,t,n,o,r){const i=`https://api.${t.site}/api/v2/app-builder/queries/execution-long-polling/${e}`,{maxRetries:s,timeoutMs:a}=o;for(let e=0;e<s;e++){if(e>0){const t=Mo(e,o);r.debug(`Waiting ${Math.round(t)}ms before long-poll retry...`),await Ao(t)}let t;r.debug(`Long-poll attempt ${e+1}/${s}...`);try{t=await n({url:i,type:"json",signal:AbortSignal.timeout(a)})}catch(t){if(!Po(t))throw t;r.debug(`Long-poll attempt ${e+1} timed out after ${a}ms`);continue}if(t.errors?.length){const e=t.errors.map((e=>e.detail||e.title)).join("; ");throw new Error(`Query execution failed: ${e}`)}const u=t.data?.attributes;if(r.debug(`Long-poll response, done: ${u?.done}`),u?.done){if(void 0===u.outputs||null===u.outputs)throw new Error("Query execution completed without outputs");return u.outputs}}throw new Error("Query execution timed out")}(c,n,o,r,i)}function To(e,t,n){e.statusCode=t,e.setHeader("Content-Type","application/json"),e.end(JSON.stringify({success:!1,error:n}))}function Ro(e,t){e.statusCode=200,e.setHeader("Content-Type","application/json"),e.end(JSON.stringify({success:!0,result:t}))}function _o(e,t,n){t?n(t).catch((()=>To(e,500,"Unexpected error"))):To(e,400,`Auth credentials not configured. ${Ce}`)}function Fo(e,t,n,o){const r=t instanceof Lo?t.statusCode:500,i=t instanceof Error?t.message:"Internal server error";n&&o&&n.debug(`Error handling ${o}: ${i}`),To(e,r,i)}class Lo extends Error{constructor(e,t){super(t),this.statusCode=e}}async function zo(e,t){const{functionName:n,args:o=[]}=await function(e){return new Promise(((t,n)=>{let o="";e.on("data",(e=>{o+=e.toString()})),e.on("end",(()=>{try{t(JSON.parse(o))}catch{n(new Error("Invalid JSON body"))}})),e.on("error",n)}))}(e);if(!n||"string"!=typeof n)throw new Lo(400,"Missing or invalid functionName");const r=t.get(n);if(!r)throw new Lo(404,`Backend function "${n}" not found`);return{func:r,args:o}}async function Bo(e,t,n){const{func:o,args:r}=await zo(e,t);return{...await n(o),args:r}}async function qo(e,t,n,o,r,i,s,a,u,c){try{const{func:d,args:l}=await zo(e,n),p=Co(d);c.debug(`Executing action locally: ${p} with args`);const f=function(e,t,n,o){return async(r,i,s)=>{try{const a=await Oo(void 0!==s?{fqn:r,inputs:i,connectionId:s}:{fqn:r,inputs:i},r,e,t,n,o);return o.info(`$.Actions call to "${r}" succeeded: ${JSON.stringify(a)}`),a}catch(e){const t=e instanceof Error?e.message:String(e);throw o.error(`$.Actions call to "${r}" failed: ${t}`),e}}}(o,r,i,c);Ro(t,await Do(d,u,l,f,s,a,c,1e4,i))}catch(e){Fo(t,e,c,"executeAction")}}async function Vo(e,t,n,o,r,i,s,a){try{const{func:u,code:c,args:d}=await Bo(e,n,o),l=Co(u);a.debug(`Executing action via cloud: ${l} with args`);const p=await async function(e,t,n,o,r,i,s){const a=Co(t),u=await Oo({fqn:"com.datadoghq.datatransformation.jsFunctionWithActions",inputs:{script:e,allowedConnectionIds:t.allowedConnectionIds,context:{backendFunctionArgs:n}}},a,o,r,i,s);if("object"!=typeof u||null===u||!("data"in u))throw new Error('Query execution completed without a "data" field in its outputs');return u}(c,u,d,r,i,s,a);Ro(t,p)}catch(e){Fo(t,e,a,"executeActionViaCloud")}}function Uo(e,t,n,o,r,i,s,a,u){const c=t=>No(e,t,a,u),d=n();return d.length>0&&u.info(`Dev server middleware active for ${d.length} backend function(s): ${d.map((e=>e.name)).join(", ")}`),(e,d,l)=>{if("POST"!==e.method)return void l();const p=(f=n(),new Map(f.map((e=>[On(e),e]))));var f;"/__dd/debugBundle"===e.url?async function(e,t,n,o){try{const{code:r}=await Bo(e,n,o);t.statusCode=200,t.setHeader("Content-Type","text/plain"),t.end(r)}catch(e){Fo(t,e)}}(e,d,p,c).catch((()=>{To(d,500,"Unexpected error")})):"/__dd/executeAction"===e.url?_o(d,i,(n=>qo(e,d,p,r,n,s,t,o,a,u))):"/__dd/executeActionViaCloud"===e.url?_o(d,i,(t=>Vo(e,d,p,c,r,t,s,u))):l()}}const Wo=u.join(N,"./apps-runtime.mjs"),Ko=({bundler:e,context:t,options:n})=>{const o=t.getLogger(ye),{auth:r}=t;t.inject({type:"file",position:Me.MIDDLE,value:Wo});const{setBackendFunctions:s,getBackendFunctions:a}=function(){const e=new Map;return{setBackendFunctions(t,n){e.set(t,n)},getBackendFunctions:()=>Array.from(e.values()).flat()}}();let c=!1;return{config:()=>({ssr:{noExternal:["@datadog/apps-backend","@datadog/action-catalog"]}}),resolveId:{order:"pre",async handler(e,n,o){if(!0!==o.ssr)return null;const r=oo.getStore();if(!(!!n&&(n.endsWith(ve)||!!r&&r.has(n))))return null;const i=await this.resolve(e,n,{...o,skipSelf:!0});if(!i||i.external)return i;if(i.id.endsWith(ve))return i;if(!an(i.id,t.buildRoot))return i;const s=i.id+ve;return we.test(i.id)||r?.add(s),{...i,id:s}}},transform:{filter:{id:{include:[$e],exclude:[/node_modules/,/[/\\]dist[/\\]/]}},handler(e,n,r){if(n.endsWith(ve)&&r?.ssr)return null;const i=n.indexOf("?"),a=-1===i?n:n.slice(0,i),c=this.parse(e),d=He(Oe(c,a));Nn(c,a,o,d);const l=ze(c,a);if(0===l.length)return-1===i&&(o.warn(`Backend file ${a} has no exported functions. Did you forget to add a named export?`),s(a,[])),{code:"",map:null};const{functions:p,proxyCode:f}=function(e,t,n){const o=u.relative(n,t).replace(we,""),r=[],i=[];for(const n of e){const e={relativePath:o,name:n,absolutePath:t,allowedConnectionIds:[]};r.push(e),i.push({exportName:n,queryName:On(e)})}return{functions:r,proxyCode:Tn(i)}}(l,a,t.buildRoot);return s(a,p),o.debug(`Generated proxy for ${a} with ${p.length} export(s)`),{code:f,map:null}}},async closeBundle(){if(c)return void o.debug("Skipping app packaging: dev server session.");let r,s=new Map,d=a();if(d.length>0){const n=await async function(e,t,n,o){const r=await i(u.join(g(),"dd-apps-backend-")),s=new Map,a=new Map;o.debug(`Building ${t.length} backend function(s) via vite.build()`);try{for(const i of t){const t=On(i),c=`\0dd-backend:${t}`,d=Ln(i.name,i.absolutePath,n),l=Vn(i.absolutePath,n),p=Un(n,o,l.getModuleRecords),f=Kn(n,{[c]:d},[l.plugin,p]),m=await e({...f,build:{...f.build,write:!0,outDir:r,emptyOutDir:!1,rollupOptions:{...f.build.rollupOptions,input:{[t]:c},output:{...f.build.rollupOptions.output,entryFileNames:"[name].js"}}}}),g=Array.isArray(m)?m[0]:m;if("output"in g)for(const e of g.output){if("chunk"!==e.type||!e.isEntry)continue;const n=u.resolve(r,e.fileName);s.set(t,n),o.debug(`Backend function "${t}" output: ${n}`)}a.set(i.absolutePath,l.getAllowedConnectionIds())}}catch(e){try{await Ee(r)}catch(e){o.warn(`Failed to clean up temp output directory "${r}": ${e}`)}throw e}return{outDir:r,outputs:s,functions:t.map((e=>({...e,allowedConnectionIds:a.get(e.absolutePath)})))}}(e.build,d,t.buildRoot,o);r=n.outDir,s=n.outputs,d=n.functions}try{await Gn({backendOutputs:s,backendFunctions:d,context:t,options:n})}finally{r&&await Ee(r)}},configureServer(i){let s;c=!0;try{s=(()=>{const e=U("API_KEY"),t=U("APP_KEY");if(e&&t)return n=>G({...n,auth:{apiKey:e,appKey:t}});const n=U("OAUTH_ACCESS_TOKEN");if(n)return e=>G({...e,auth:{accessToken:n}});throw new Ne})()}catch(e){if(!(e instanceof Ne))throw e;o.warn(`No authentication configured. Both the /__dd/executeAction and /__dd/executeActionViaCloud endpoints will be unavailable. ${Ce}`)}const u=i.ssrLoadModule.bind(i),d=Uo(e.build,u,a,(async e=>{const n=await async function(e,t,n,o){const r=new Map,i=new Set,s=[],a=t+ve;await e.transformRequest(a,{ssr:!0});const u=e.moduleGraph.getModuleById(a);for(u&&s.push(u);s.length>0;){const t=s.shift(),a=t.id?Xn(t.id):void 0;if(!a||!t.file)continue;if(!an(a,n))continue;if(t.id&&Qn(t.id).includes("?"))throw ln(a,`Vite resource query on module id "${t.id}"`);if(i.has(a))continue;let u,c;i.add(a);try{u=await je(t.file)}catch(e){const t=e instanceof Error?e.message:String(e);throw ln(a,`unreadable module source (${t})`)}try{const e=await w(u,{loader:Yn(a),format:"esm"});c=v(e.code)}catch(e){const t=e instanceof Error?e.message:String(e);throw ln(a,`unparseable module source (${t})`)}const d=qt(c),l=t.file,p=(await Promise.all(d.map((t=>e.pluginContainer.resolveId(t,l??void 0,{ssr:!0}))))).map(((e,t)=>{if(!e)throw ln(a,`unresolvable import specifier "${d[t]}"`);return Xn(e.id)})),f=Bt(a,n,c,p);f&&(Nn(f.ast,f.id,o,f.scopeAnalysis),r.set(f.id,f));for(const n of t.importedModules)n.id&&await e.transformRequest(n.id,{ssr:!0}),s.push(n)}return r}(i,e,t.buildRoot,o);return pn(e,n,t.buildRoot)}),r,s,n.longPolling,t.buildRoot,o);i.middlewares.use(d)}}},Ho=({options:e,context:t,bundler:n})=>{const o=t.getLogger(ye),r=(e=>{const t=e[he]||{};return{include:t.include||[],longPolling:xe(t.longPolling)}})(e);return"vite"!==t.bundler.name?(o.warn(`The apps plugin only supports Vite; skipping under '${t.bundler.name}'.`),[]):[{name:ye,enforce:"post",vite:Ko({bundler:n,context:t,options:r})}]},Jo="errorTracking",Go="datadog-error-tracking-plugin",Yo=(e,n,o)=>{if(".map"!==u.extname(o))throw new Error(`The file ${t.green.bold(o)} is not a sourcemap.`);const r=o.replace(/\.map$/,""),i=u.relative(n,r),s=((e,t)=>{if(e.startsWith("/"))return u.join(e,t);try{const n=e.replace(/\/*$/,"/"),o=new URL(n),r=t.replace(/^[\\/]*/,"");return new URL(r,o).href}catch{return`${e}${t}`}})(e,i);return{minifiedFilePath:r,minifiedUrl:s,relativePath:i}},Qo=/"?ddDebugId"?:"([0-9a-fA-F-]{36})"/,Xo=async e=>(async e=>{const t=await r.open(e,"r");try{const e=Buffer.alloc(1024);let o="",r=0;for(;;){const{bytesRead:i}=await t.read(e,0,1024,r);if(0===i)return;const s=o+e.toString("utf-8",0,i),a=(n=s,Qo.exec(n)?.[1]);if(a)return a;o=s.slice(-64),r+=i}}finally{await t.close()}var n})(e).catch((()=>{})),Zo=/[/]+|[\\]+/g,er=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,tr=(e,t)=>{const n=e.replace(er,"").split(Zo),o=t.replace(er,"").split(Zo),r=n.join("/");let i="";for(let e=0;e<o.length;e+=1){const t=o.slice(-e).join("/");r.startsWith(t)&&(i=t)}return i},nr=async(e,t,n,o,r)=>{const i=await(async(e,t)=>{const[n,o]=await Promise.all([Pe(e.minifiedFilePath),Pe(e.sourcemapFilePath)]);return{file:n,sourcemap:o,repeatedPrefix:tr(e.relativePath,t)}})(e,n),s=[],a=[],c=new Map([["event",{type:"string",options:{contentType:"application/json",filename:"event"},value:JSON.stringify({...t,debug_id:r,minified_url:e.minifiedUrl})}],["source_map",{type:"file",path:e.sourcemapFilePath,options:{filename:"source_map",contentType:"application/json"}}],["minified_file",{type:"file",path:e.minifiedFilePath,options:{filename:"minified_file",contentType:"application/javascript"}}]]);if(o)try{c.set("repository",{type:"string",options:{contentType:"application/json",filename:"repository"},value:JSON.stringify({data:[{files:o.trackedFilesMatcher.matchSourcemap(e.sourcemapFilePath,(t=>{a.push(`${u.basename(e.sourcemapFilePath)}: "${t}"`)})),hash:o.hash,repository_url:o.remote}],version:1})})}catch(t){a.push(`Could not attach git data for sourcemap ${e.sourcemapFilePath}: ${t.message}`)}return i.file.empty&&s.push(`Minified file is empty: ${e.minifiedFilePath}`),i.file.exists||s.push(`Minified file not found: ${e.minifiedFilePath}`),i.sourcemap.empty&&s.push(`Sourcemap file is empty: ${e.sourcemapFilePath}`),i.sourcemap.exists||s.push(`Sourcemap file not found: ${e.sourcemapFilePath}`),i.repeatedPrefix&&a.push(`The minified file path contains a repeated pattern with the minified path prefix: ${i.repeatedPrefix}`),{content:c,errors:s,warnings:a}},or=e=>{const t=e.message.match(/HTTP (\d{3})/);return t?`status_code:${t[1]}`:"status_code:unknown"},rr=e=>{const t=or(e);return"status_code:unknown"!==t?`error_type:http_${t.replace("status_code:","")}`:`error_type:${re(e.name||"unknown")}`},ir=(e,t,n)=>{const o=((e,t)=>`${e}|${t.join("|")}`)(t,n),r=e.metrics.get(o);r?r.value++:e.metrics.set(o,{name:t,value:1,tags:n})},sr=(e,t,n)=>{ir(e,"retry",[...e.baseTags,`attempt:${n}`,or(t),rr(t)])},ar=(e,t)=>{ir(e,"failure",[...e.baseTags,or(t),rr(t)])},ur=(e,t)=>{if(!t.sendMetrics)return;if(!e.metrics.size)return;const n=(e=>{const t=Math.floor(Date.now()/1e3);return Array.from(e.metrics.values()).map((e=>({metric:`sourcemaps.upload.${e.name}`,type:"count",points:[[t,e.value]],tags:e.tags})))})(e);for(const e of n)t.addMetric(e)},cr=t.green.bold,dr=t.yellow.bold,lr=t.red.bold,pr=(e,t={})=>async()=>(async e=>{const{getForm:t,defaultHeaders:n={},zip:o=!0}=e,r=await t(),i=new Request("fake://url",{method:"POST",body:r});return{data:o?i.body.pipeThrough(new CompressionStream("gzip")):i.body,headers:{"Content-Encoding":o?"gzip":"multipart/form-data",...n,...Object.fromEntries(i.headers.entries())}}})({getForm:async()=>{const t=new FormData;for(const[n,o]of e.content){const e="file"===o.type?await Ae(o.path,o.options):new Blob([o.value],{type:o.options.contentType});t.append(n,e,o.options.filename)}return t},defaultHeaders:t,zip:!0}),fr=async(e,t,n,o)=>{const r=[],i=[];if(!n.apiKey)return r.push({error:new Error("No authentication token provided")}),{errors:r,warnings:i};if(0===e.length)return i.push("No sourcemaps to upload"),{errors:r,warnings:i};const s=o.time("Queue uploads"),a=new(k.default?k.default:k)({concurrency:t.maxConcurrency}),u=(c=n.site,U("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${c}/api/v2/srcmap`);var c;const d={"DD-EVP-ORIGIN":`${(l={bundler:n.bundlerName,plugin:"sourcemaps",version:n.version}).bundler}-build-plugin_${l.plugin}`,"DD-EVP-ORIGIN-VERSION":l.version};var l;const p=(e=>({metrics:new Map,baseTags:[`service:${e.service}`]}))(t),f=ie({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(d,null,2)}`}),m=`\nUploading ${cr(e.length.toString())} sourcemaps with configuration:\n${f}`;o.debug(m);const g=[];for(const s of e){const e={sourcemap:s.content.get("source_map")?.path.replace(n.outDir,"."),file:s.content.get("minified_file")?.path.replace(n.outDir,".")};g.push(a.add((async()=>{try{await G({auth:{apiKey:n.apiKey},url:u,method:"POST",getData:pr(s,d),onRetry:(t,n)=>{sr(p,t,n);const r=`Failed to upload ${dr(e.sourcemap)} | ${dr(e.file)}:\n ${t.message}\nRetrying ${n}/5`;i.push(r),o.debug(r)}})}catch(n){if(ar(p,n),r.push({metadata:e,error:n}),!0===t.bailOnError)throw n}})))}s.end(),o.debug(`Queued ${cr(e.length.toString())} uploads.`);try{await Promise.all(g),await a.onIdle()}finally{ur(p,n)}return{warnings:i,errors:r}},mr=async(e,t,n)=>{const o=n.time("get sourcemaps files"),r=((e,t)=>{if(!t.outputs||0===t.outputs.length)throw new Error("No output files found.");return t.outputs.filter((e=>e.filepath.endsWith(".map"))).map((e=>e.filepath)).map((n=>({...Yo(e.minifiedPathPrefix,t.outDir,n),sourcemapFilePath:n,minifiedPathPrefix:e.minifiedPathPrefix})))})(e.sourcemaps,{outDir:t.outDir,outputs:t.outputs});o.end();const i=n.time("send sourcemaps");await(async(e,t,n,o)=>{const r=Date.now(),i=t.minifiedPathPrefix,s={git_repository_url:n.git?.remote,git_commit_sha:n.git?.hash,plugin_version:n.version,project_path:n.outDir,service:t.service,type:"js_sourcemap",version:t.releaseVersion},a=o.time("Compute payloads"),u=new(k.default?k.default:k)({concurrency:t.maxConcurrency});let c=0;const d=await u.addAll(e.map((e=>async()=>{const t=await Xo(e.minifiedFilePath);return t&&(c+=1),nr(e,s,i,n.git,t)})));a.end(),o.debug(`Extracted debug_id for ${cr(`${c}/${e.length}`)} sourcemaps.`);const l=d.map((e=>e.errors)).flat(),p=d.map((e=>e.warnings)).flat();if(p.length>0&&o.warn(`Warnings while preparing payloads:\n - ${p.join("\n - ")}`),l.length>0){const e=`Failed to prepare payloads, aborting upload :\n - ${l.join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e);return}const f=o.time("Upload sourcemaps"),{errors:m,warnings:g}=await fr(d,t,{apiKey:n.apiKey,bundlerName:n.bundlerName,version:n.version,outDir:n.outDir,site:n.site,sendMetrics:n.sendMetrics,addMetric:n.addMetric},o);if(f.end(),o.debug(`Done uploading ${cr(`${e.length-m.length}/${e.length}`)} sourcemaps in ${cr(te(Date.now()-r))}.`),m.length>0){const e=`Failed to upload some sourcemaps:\n - ${m.map((({metadata:e,error:t})=>{const n=t.cause||t.stack||t.message;return e?`${lr(e.file)} | ${lr(e.sourcemap)} :\n${n}`:n})).join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e)}g.length>0&&o.warn(`Warnings while uploading sourcemaps:\n - ${g.join("\n - ")}`)})(r,e.sourcemaps,{addMetric:t.addMetric,apiKey:t.apiKey,bundlerName:t.bundlerName,git:t.git,outDir:t.outDir,sendMetrics:t.sendMetrics,site:t.site,version:t.version},n),i.end()},gr=e=>{const n=t.bold.red,o=e[Jo]||{},r={errors:[]};if(o.sourcemaps){const t=o.sourcemaps,i=t.releaseVersion||e.metadata?.version;i||r.errors.push(`${n("sourcemaps.releaseVersion")} is required (set it directly or via ${n("metadata.version")}).`),t.releaseVersion&&e.metadata?.version&&t.releaseVersion!==e.metadata.version&&r.errors.push(`${n("sourcemaps.releaseVersion")} must match ${n("metadata.version")} when both are configured.`),t.service||r.errors.push(`${n("sourcemaps.service")} is required.`),t.minifiedPathPrefix||r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} is required.`),t.minifiedPathPrefix&&!(e=>{let t;try{t=new URL(e).host}catch{}return!(!t&&!e.startsWith("/"))})(t.minifiedPathPrefix)&&r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} must be a valid URL or start with '/'.`),i&&(r.config={bailOnError:!1,dryRun:!1,maxConcurrency:20,...t,releaseVersion:i})}return r},hr=({options:e,context:t})=>{const n=t.getLogger(Go),o=n.time("validate options"),r=((e,t)=>{const n=[],o=gr(e);if(n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Go}.`);return{...e[Jo],sourcemaps:o.config}})(e,n);o.end();const i=ge(e,"metrics",n);let s,a,u,c=!1;const d=async()=>{r.sourcemaps&&!c&&(u||(u=(async()=>{await t.artifactsReady,c=!0;const e=n.time("sourcemaps process");await mr(r,{apiKey:t.auth.apiKey,bundlerName:t.bundler.name,git:s,addMetric:t.addMetric,outDir:t.bundler.outDir,outputs:a?.outputs||[],sendMetrics:i,site:t.auth.site,version:t.version},n),e.end()})()),await u)},l=async()=>{if(t.artifactsPending){const e=d();t.queue(e)}else await d()};return[{name:Go,enforce:"post",async git(e){s=e,a&&await l()},async buildReport(t){a=t,!s&&ee(e)||await l()},async asyncTrueEnd(){c||await d()}}]},yr="liveDebugger",br="datadog-live-debugger-plugin",wr="if(typeof globalThis.$dd_probes==='undefined'){globalThis.$dd_probes=function(){}}",vr="__DD_LIVE_DEBUGGER_BUILD__",$r=e=>void 0===e?wr:`${wr};if(typeof globalThis.${vr}==='undefined'){globalThis.${vr}={version:${JSON.stringify(e)}}}`;function kr(e){return"function"==typeof e?e:e.default}function xr(e,t,n,o,r){const i=u.relative(t,e).replace(/\\/g,"/"),s=Er(n,r);if(s)return`${i};${s}`;const a=function(e){const t=e.node.loc?.start.line??0,n=e.node.loc?.start.column??0;return`${t}:${n}`}(n);return`${i};<anonymous>@${a}:${o}`}function Er(e,t){const n=e.node,o=e.parent;return"id"in n&&t.isIdentifier(n.id)?n.id.name:t.isObjectMethod(n)||t.isClassMethod(n)||t.isClassPrivateMethod(n)?jr(n.key,t):t.isVariableDeclarator(o)&&t.isIdentifier(o.id)?o.id.name:t.isAssignmentExpression(o)?function(e,t){if(t.isIdentifier(e))return e.name;if(t.isMemberExpression(e)||t.isOptionalMemberExpression(e)){const n=Sr(e.object,t),o=Ir(e.property,e.computed,t);if(n&&o)return`${n}.${o}`}return null}(o.left,t):t.isObjectProperty(o)||t.isClassProperty(o)||t.isClassPrivateProperty(o)?jr(o.key,t):null}function Sr(e,t){if(t.isIdentifier(e))return e.name;if(t.isThisExpression(e))return"this";if(t.isMemberExpression(e)||t.isOptionalMemberExpression(e)){const n=Sr(e.object,t),o=Ir(e.property,e.computed,t);if(n&&o)return`${n}.${o}`}return null}function Ir(e,t,n){return n.isPrivateName(e)&&n.isIdentifier(e.id)?`#${e.id.name}`:t?null:n.isIdentifier(e)?e.name:null}function jr(e,t){return t.isIdentifier(e)?e.name:t.isStringLiteral(e)||t.isNumericLiteral(e)||t.isBigIntLiteral(e)?String(e.value):t.isPrivateName(e)&&t.isIdentifier(e.id)?`#${e.id.name}`:null}function Dr(e,t){if(e.node.leadingComments)for(const n of e.node.leadingComments)if(n.value.includes(t))return!0;return!1}function Ar(e,t){const n=[];if(t.isBlockStatement(e.body)){const o=e.params.flatMap((e=>Tr(e,t))),r=new Set(o),i="id"in e&&t.isIdentifier(e.id)?e.id.name:"";for(const o of e.body.body)if(t.isVariableDeclaration(o)){const e=o.end;if(null==e)continue;for(const s of o.declarations)for(const o of Tr(s.id,t))r.has(o)||o===i||n.push({name:o,declarationEnd:e,temporalDeadZones:[]})}}const o=n.length>25?n.slice(0,25):n;if(t.isBlockStatement(e.body)){const n=o.map((({name:e})=>e)),r=new Set(n),i=function(e,t,n){const o=new Map;for(const r of e.body)Pr(r,t,o,n);return o}(e.body,r,t);for(const e of o)e.temporalDeadZones=i.get(e.name)??[]}return o}function Pr(e,t,n,o){o.isFunctionDeclaration(e)||o.isClassDeclaration(e)||(o.isBlockStatement(e)?Mr(e,t,n,o):o.isIfStatement(e)?(Pr(e.consequent,t,n,o),e.alternate&&Pr(e.alternate,t,n,o)):o.isForStatement(e)||o.isForInStatement(e)||o.isForOfStatement(e)||o.isWhileStatement(e)||o.isDoWhileStatement(e)?Pr(e.body,t,n,o):o.isSwitchStatement(e)?function(e,t,n,o){for(const r of e.cases){Cr(r.consequent,e.start,t,n,o);for(const e of r.consequent)Pr(e,t,n,o)}}(e,t,n,o):o.isTryStatement(e)?(Mr(e.block,t,n,o),e.handler&&Mr(e.handler.body,t,n,o),e.finalizer&&Mr(e.finalizer,t,n,o)):(o.isLabeledStatement(e)||o.isWithStatement(e))&&Pr(e.body,t,n,o))}function Mr(e,t,n,o){Cr(e.body,e.start,t,n,o);for(const r of e.body)Pr(r,t,n,o)}function Cr(e,t,n,o,r){if(null!=t)for(const i of e)r.isVariableDeclaration(i)&&"var"!==i.kind?Nr(i,t,n,o,r):r.isClassDeclaration(i)&&i.id&&Or(i.id.name,t,i.end,n,o)}function Nr(e,t,n,o,r){for(const i of e.declarations)for(const s of Tr(i.id,r))Or(s,t,e.end,n,o)}function Or(e,t,n,o,r){if(null==n||!o.has(e))return;const i=r.get(e)??[];i.push({start:t,end:n}),r.set(e,i)}function Tr(e,t){return t.isIdentifier(e)?[e.name]:t.isRestElement(e)?t.isIdentifier(e.argument)?[e.argument.name]:Tr(e.argument,t):t.isAssignmentPattern(e)?Tr(e.left,t):t.isObjectPattern(e)?e.properties.flatMap((e=>t.isRestElement(e)?Tr(e.argument,t):Tr(e.value,t))):t.isArrayPattern(e)?e.elements.flatMap((e=>e?Tr(e,t):[])):t.isTSParameterProperty(e)&&t.isIdentifier(e.parameter)?[e.parameter.name]:[]}const Rr=["@babel/parser","@babel/traverse","@babel/types","magic-string"];let _r,Fr,Lr,zr,Br=!1;function qr(e){try{return function(e){switch(e){case"@babel/parser":return O("@babel/parser");case"@babel/traverse":return O("@babel/traverse");case"@babel/types":return O("@babel/types");case"magic-string":return O("magic-string");default:throw new Error(`Unknown peer dependency: ${e}`)}}(e)}catch(e){throw function(e){if(!function(e){if(!(e instanceof Error))return!1;const t=e.code;if("MODULE_NOT_FOUND"!==t&&"ERR_MODULE_NOT_FOUND"!==t)return!1;return Rr.some((t=>e.message.includes(t)))}(e))return e instanceof Error?e:new Error(String(e));const t=Rr.find((t=>e.message.includes(t))),n=t??Rr.join(", ");return new Error(`Datadog Live Debugger could not load "${n}". It is an optional peer dependency that must be installed in your project when the \`liveDebugger\` plugin is enabled. Install the peer dependencies with: \`npm install --save-dev ${Rr.join(" ")}\` (or the yarn/pnpm/bun equivalent). Underlying error: ${e.message}`)}(e)}}const Vr=/\bfunction\b|=>|\bclass\b|\)\s*\{/;function Ur(e){const{code:t,filePath:n,buildRoot:o,honorSkipComments:r,functionTypes:i,namedOnly:s}=e;let a=0,u=0,c=0,d=0,l=0;if(function(e){return/['"][^'"]*(?:@css-module:|\?worker\b|\?sprite\b|dynamic!)[^'"]*['"]/.test(e)}(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:1,skippedUnsupportedCount:d,totalFunctions:l};if(!Vr.test(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l};Br||(_r=qr("@babel/parser").parse,Fr=kr(qr("@babel/traverse")),Lr=qr("@babel/types"),zr=kr(qr("magic-string")),Br=!0);const p=_r(t,{sourceType:"unambiguous",plugins:["jsx","typescript"],sourceFilename:n}),f=[],m=new Map,g=new Set,h=new Map,y=new Map;let b=0;if(Fr(p,{Function(e){l++;const t=function(e,t){if(t.isClassMethod(e.node)&&"constructor"===e.node.kind&&Qr(e,t))return e.node;return}(e,Lr);if(t&&(m.set(t,t.body.start),h.set(t,function(e,t){const n=[];for(const o of e)Hr(o,n,t);return n}(t.body.body,Lr))),!function(e,t){const n=e.node;return!(n.generator||t.isClassMethod(n)&&"constructor"===n.kind)}(e,Lr))return void d++;if(r&&function(e,t,n){let o=e;for(;o;){if(Dr(o,t))return!0;if(n.isStatement(o.node)||n.isExportDeclaration(o.node)){if(o.parentPath&&n.isExportDeclaration(o.parentPath.node))return Dr(o.parentPath,t);break}o=o.parentPath}return!1}(e,"@dd-no-instrumentation",Lr))return void c++;if(i&&!i.includes(function(e,t){if(t.isFunctionDeclaration(e))return"functionDeclaration";if(t.isArrowFunctionExpression(e))return"arrowFunction";if(t.isObjectMethod(e))return"objectMethod";if(t.isClassPrivateMethod(e))return"classPrivateMethod";if(t.isClassMethod(e))return"classMethod";return"functionExpression"}(e.node,Lr)))return void d++;if(s&&!Er(e,Lr))return void d++;let p=0;if(!Er(e,Lr)){const t=e.parentPath?.node;t&&(p=y.get(t)||0,y.set(t,p+1))}const w=xr(n,o,e,p,Lr);try{const t=e.node,n=b++,o=`$dd_p${n}`,r=function(e,t){const n=[];for(const o of e.params)for(const e of Tr(o,t))"this"!==e&&n.push(e);return n.length>25?n.slice(0,25):n}(t,Lr),i=Ar(t,Lr),s=Lr.isArrowFunctionExpression(t)&&!Lr.isBlockStatement(t.body),a=s&&Lr.isSequenceExpression(t.body),c=function(e,t){if(t.isFunction(e.node)&&!t.isArrowFunctionExpression(e.node))return;let n=e.parentPath;for(;n;){const e=n.node;if(t.isClassMethod(e)&&"constructor"===e.kind){if(!Qr(n,t))return;return{node:e,parent:n.parent,parentPath:n.parentPath}}if(t.isFunction(e)){if(t.isArrowFunctionExpression(e)){n=n.parentPath;continue}return}n=n.parentPath}return}(e,Lr),d=null!=c;c&&(g.add(c.node),m.set(c.node,c.node.body.start));const l=[],p=s||!Lr.isBlockStatement(t.body)||!ei(t.body.body,Lr);let h;if(!s&&Lr.isBlockStatement(t.body)&&Zr(t.body.body,l,Lr),!s&&Lr.isBlockStatement(t.body)&&t.body.directives.length>0){h=t.body.directives[t.body.directives.length-1].end}f.push({bodyStart:t.body.start,bodyEnd:t.body.end,functionEnd:t.end,isExpressionBody:s,hasSequenceExpressionBody:a,aliasesExpressionBodySuperCall:d&&s&&Yr(t.body,Lr),needsTrailingReturn:p,useThisAlias:d,bodyParenStart:s&&"number"==typeof t.body.extra?.parenStart?t.body.extra.parenStart:void 0,directivesEnd:h,functionId:w,probeVarName:o,probeIdx:String(n),entryVars:r,localVars:i,returns:l}),u++}catch(e){a++}}}),0===u)return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l};const w=new zr(t),v=function(e){const t=new Set;for(const n of e)n.aliasesExpressionBodySuperCall&&t.add(Gr({start:n.bodyStart,end:n.bodyEnd}));return t}(f),$=function(e,t,n,o){const r=[];for(const i of e){const e=t.get(i);null!=e&&r.push({bodyStart:e,superCalls:(n.get(i)??[]).filter((e=>!o.has(Gr(e))))})}return r}(g,m,h,v);for(let e=f.length-1;e>=0;e--)Wr(w,t,f[e]);for(const e of $)Kr(w,t,e);return{code:w.toString(),map:w.generateMap({source:n,hires:!0}),failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l}}function Wr(e,t,n){const{probeVarName:o,probeIdx:r,functionId:i,entryVars:s,localVars:a,returns:u,bodyStart:c,bodyEnd:d,functionEnd:l,isExpressionBody:p,hasSequenceExpressionBody:f,aliasesExpressionBodySuperCall:m,useThisAlias:g,bodyParenStart:h,directivesEnd:y}=n,b=`$dd_e${r}`,w=`$dd_rv${r}`,v=g?"$dd_t":"this",$=s.join(", "),k=""!==$,x=k?`, ${b}()`:"";const E=`const ${o} = $dd_probes('${i.replace(/['\\\n\r\u2028\u2029]/g,(e=>{switch(e){case"'":return"\\'";case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:return e}}))}');`,S=k?`const ${b} = () => ({${$}});`:"",I=`if (${o}) $dd_entry(${o}, ${v}${x});`,j=`catch(e) { if (${o}) $dd_throw(${o}, e, ${v}${x}); throw e; }`;if(p){if(null!=h){const n=function(e,t,n){const o=[];for(let r=t;r<n;r++)"("===e[r]&&o.push(r);return o}(t,h,c),o=function(e,t,n){const o=[];for(let r=n-1;r>=t;r--)")"===e[r]&&o.push(r);return o}(t,d,l),r=Math.min(n.length,o.length);for(let t=0;t<r;t++){const r=n[t],i=o[t];e.remove(r,r+1),e.remove(i,i+1)}}const n=["{",E,S,"try {",I,m?`const ${w} = ($dd_t = `:`const ${w} = `].filter(Boolean).join("\n");let r=f?");":";";m&&(r=f?"));":");");const i=[r,`if (${o}) $dd_return(${o}, ${w}, ${v}${Xr(b,k,a,d)});`,`return ${w};`,`} ${j}`,"}"].join("\n");if(d-c>=2){const o=f?`${n}(${t[c]}`:n+t[c];e.update(c,c+1,o),e.update(d-1,d,t[d-1]+i)}else e.update(c,d,n+t.slice(c,d)+i)}else{const r=[E,S,"try {",`let ${w};`,I].filter(Boolean).join("\n");for(const t of u){const n=Xr(b,k,a,t.start);if(null!=t.argStart&&null!=t.argEnd){const r=t.hasSequenceExpressionArgument?`(${w} = (`:`(${w} = `,i=t.hasSequenceExpressionArgument?")":"";e.appendLeft(t.argStart,r),e.appendLeft(t.argEnd,`${i}, ${o} ? $dd_return(${o}, ${w}, ${v}${n}) : ${w})`)}else e.appendLeft(t.start,`if (${o}) $dd_return(${o}, undefined, ${v}${n}); `)}if(null!=y){const n=y-1;e.update(n,y,`${t[n]}\n${r}`)}else e.update(c,c+1,`${t[c]}${r}`);const i=Xr(b,k,a,d),s=`\n${n.needsTrailingReturn?`if (${o}) $dd_return(${o}, undefined, ${v}${i});\n`:""}} ${j}\n`;e.update(d-1,d,`${s}${t[d-1]}`)}}function Kr(e,t,n){e.update(n.bodyStart,n.bodyStart+1,`${t[n.bodyStart]}let $dd_t;`);for(const t of n.superCalls)e.appendLeft(t.start,"($dd_t = "),e.appendLeft(t.end,")")}function Hr(e,t,n){Yr(e,n)&&t.push({start:e.start,end:e.end});const o=Object.values(e);for(const e of o)if(Array.isArray(e))for(const o of e)Jr(o,t,n);else Jr(e,t,n)}function Jr(e,t,n){n.isNode(e)&&(n.isFunction(e)&&!n.isArrowFunctionExpression(e)||Hr(e,t,n))}function Gr(e){return`${e.start}:${e.end}`}function Yr(e,t){return t.isCallExpression(e)&&t.isSuper(e.callee)}function Qr(e,t){const n=e.parentPath?.parentPath;if(!n)return!1;const o=n.node;return(t.isClassDeclaration(o)||t.isClassExpression(o))&&null!=o.superClass}function Xr(e,t,n,o){const r=function(e,t){const n=e.filter((({declarationEnd:e,temporalDeadZones:n})=>e<=t&&!function(e,t){return e.some((({start:e,end:n})=>e<=t&&t<n))}(n,t))).map((({name:e})=>e));if(0===n.length)return;return`{${n.join(", ")}}`}(n,o);return t&&r?`, ${e}(), ${r}`:t?`, ${e}()`:r?`, undefined, ${r}`:""}function Zr(e,t,n){for(const o of e)if(n.isReturnStatement(o))t.push({start:o.start,end:o.end,argStart:o.argument?.start??void 0,argEnd:o.argument?.end??void 0,hasSequenceExpressionArgument:n.isSequenceExpression(o.argument)});else if(!n.isFunctionDeclaration(o)&&!n.isClassDeclaration(o))if(n.isBlockStatement(o))Zr(o.body,t,n);else if(n.isIfStatement(o))Zr([o.consequent],t,n),o.alternate&&Zr([o.alternate],t,n);else if(n.isForStatement(o)||n.isForInStatement(o)||n.isForOfStatement(o)||n.isWhileStatement(o)||n.isDoWhileStatement(o))Zr([o.body],t,n);else if(n.isSwitchStatement(o))for(const e of o.cases)Zr(e.consequent,t,n);else n.isTryStatement(o)?(Zr(o.block.body,t,n),o.handler&&Zr(o.handler.body.body,t,n),o.finalizer&&Zr(o.finalizer.body,t,n)):(n.isLabeledStatement(o)||n.isWithStatement(o))&&Zr([o.body],t,n)}function ei(e,t){if(0===e.length)return!1;const n=e[e.length-1];if(t.isReturnStatement(n))return!0;if(t.isIfStatement(n)&&n.alternate){const e=t.isBlockStatement(n.consequent)?n.consequent.body:[n.consequent],o=t.isBlockStatement(n.alternate)?n.alternate.body:[n.alternate];return ei(e,t)&&ei(o,t)}return!1}const ti=["functionDeclaration","functionExpression","arrowFunction","objectMethod","classMethod","classPrivateMethod"],ni=t.bold.red,oi=Number(process.env.DD_LD_LIMIT)||1/0,ri=(e,t)=>{const n=t.getLogger(br);let o=0,r=0,i=0,s=0,a=0,u=0,c=0,d=0;return{name:br,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(l,p){if(e.include.length>0){if(!e.include.some((e=>"string"==typeof e?p.includes(e):e.test(p))))return{code:l}}for(const t of e.exclude){if("string"==typeof t?p.includes(t):t.test(p))return{code:l}}if(d>=oi)return{code:l};try{const f=Ur({code:l,filePath:p,buildRoot:t.buildRoot,honorSkipComments:e.honorSkipComments,functionTypes:e.functionTypes,namedOnly:e.namedOnly});if(o+=f.instrumentedCount,c+=f.totalFunctions,r+=f.failedCount,i+=f.skippedByCommentCount,s+=f.skippedFileCount,a+=f.skippedUnsupportedCount,f.totalFunctions>0&&d++,0===f.instrumentedCount)return{code:l};u++;const m=function(e){const t=e.getNativeBuildContext?.();return t?.inputSourceMap}(this),g=f.map&&m?function(e,t,n,o){try{return x(e,((e,n)=>1===n.depth?t:null))}catch(t){return o.error(`Failed to compose source map for ${n}: ${t}`,{forward:!0}),e}}(f.map,m,p,n):f.map;return{code:f.code,map:g}}catch(e){return n.error(`Instrumentation Error in ${p}: ${e}`,{forward:!0}),{code:l}}}},buildEnd:()=>{c>0&&n.info(`Live Debugger: ${o}/${c} functions instrumented across ${u}/${d} files`,{forward:!0,context:{failedCount:r,skippedByCommentCount:i,skippedFileCount:s,skippedUnsupportedCount:a,totalFilesWithFunctions:d,instrumentedCount:o,totalFunctions:c,transformedFileCount:u}})}}},ii=({options:e,context:t})=>{const n=((e,t)=>{const n=e[yr]||{},o=e.metadata?.version,r=[];if(void 0!==n.include)if(Array.isArray(n.include)){for(const e of n.include)if("string"!=typeof e&&!(e instanceof RegExp)){r.push(`${ni("include")} patterns must be strings or RegExp`);break}}else r.push(`${ni("include")} must be an array of strings or RegExp`);if(void 0!==n.exclude)if(Array.isArray(n.exclude)){for(const e of n.exclude)if("string"!=typeof e&&!(e instanceof RegExp)){r.push(`${ni("exclude")} patterns must be strings or RegExp`);break}}else r.push(`${ni("exclude")} must be an array of strings or RegExp`);if(void 0!==n.honorSkipComments&&"boolean"!=typeof n.honorSkipComments&&r.push(`${ni("honorSkipComments")} must be a boolean`),void 0!==n.functionTypes)if(Array.isArray(n.functionTypes)){for(const e of n.functionTypes)if(!ti.includes(e)){r.push(`${ni("functionTypes")} contains invalid value "${e}". Valid values: ${ti.join(", ")}`);break}}else r.push(`${ni("functionTypes")} must be an array of FunctionKind values`);if(void 0!==n.namedOnly&&"boolean"!=typeof n.namedOnly&&r.push(`${ni("namedOnly")} must be a boolean`),r.length)throw t.error(`\n - ${r.join("\n - ")}`),new Error(`Invalid configuration for ${br}.`);return{version:o,include:n.include||[/\.[jt]sx?$/],exclude:n.exclude||[/\/node_modules\//,/\.min\.js$/,/\/pyodide-lib\//,/^vite\//,/\0/,/commonjsHelpers\.js$/,/__vite-browser-external/,/@datadog\/browser-/,/browser-sdk\/packages\//],honorSkipComments:n.honorSkipComments??!0,functionTypes:n.functionTypes,namedOnly:n.namedOnly??!1}})(e,t.getLogger(br));return t.inject({type:"code",position:Me.BEFORE,injectIntoAllChunks:!0,value:$r(n.version)}),[ri(n,t)]};const si=[e=>/modules\.tree\.(count|size)$/.test(e.metric)?null:e,e=>e.tags.some((e=>/^assetName:.*\.map$/.test(e)||/^moduleName:\/node_modules/.test(e)))?null:e,e=>{const t={size:1e5,count:10,duration:1e3};/^sourcemaps\.upload\.(failure|retry)$/.test(e.metric)&&(t.count=0),/(entries|loaders|warnings|errors)\.count$/.test(e.metric)&&(t.count=0),/(modules\.(dependencies|dependents)$)/.test(e.metric)&&(t.count=30),/modules\.tree\.count$/.test(e.metric)&&(t.count=150),/modules\.tree\.size$/.test(e.metric)&&(t.size=15e5),/entries\.size$/.test(e.metric)&&(t.size=0),/entries\.modules\.count$/.test(e.metric)&&(t.count=0);return(e.points.length?e.points.reduce(((e,t)=>e+t[1]),0)/e.points.length:0)>t[e.type]?e:null}],ai="metrics",ui="datadog-metrics-plugin",ci=e=>Math.floor((e||Date.now())/1e3),di=(e,t)=>{const n=[`bundler:${re(e.bundler.name)}`,`plugin_version:${re(e.version)}`,`site:${re(e.auth.site)}`];return e.build.metadata.name&&n.push(`build_name:${re(e.build.metadata.name)}`),e.build.metadata.version&&n.push(`build_version:${re(e.build.metadata.version)}`),[...n,...t]},li=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),pi=(e,t,n,o,r)=>{const i=new Set;for(const t of e){let e={...t,toSend:!0};if(n?.length)for(const t of n){const n=t({metric:e.metric,type:e.type,points:e.points,tags:e.tags});n?e={...n,toSend:e.toSend}:e.toSend=!1}i.add(li(e,o,r))}const s=Array.from(i).filter((e=>e.toSend)).length;return i.add(li({metric:"metrics.count",type:"count",points:[[t,s+1]],tags:[],toSend:!0},o,r)),i},fi=(e="")=>e.endsWith("/")?e:`${e}/`,mi=(e,t)=>{let n=e;return e.split(fi(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},gi=(e,t)=>e.split("!").pop().replace(fi(t),"./"),hi=(e,t,n)=>{let o=e.name||e.userRequest;return o||(o=((e,t)=>{let n=e.userRequest;if(!n){let o;o=t.moduleGraph&&"function"==typeof t.moduleGraph.getIssuer?t.moduleGraph.getIssuer(e):e.issuer,n=o?.userRequest,n||(n=e._identifier?.split("!").pop())}return n||"unknown"})(e,t)),gi(o||"no-name",n)},yi=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),bi=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),wi=t.bold.red,vi=t.bold.cyan,$i=e=>(t,n)=>{let o,r;return"function"==typeof e?(o=e(t),r=e(n)):(o=t[e],r=n[e]),o>r?-1:o<r?1:0},ki=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort($i("duration"));const o={name:`${e} duration`,values:n.map((e=>({name:e.name,value:te(e.duration)}))),top:!0};n.sort($i("increment"));return[o,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},xi=(e,t,n)=>{const o=[];var r;n&&(o.push(...ki("Loader",n.loaders)),o.push(...ki("Tapable",n.tapables)),o.push(...ki("Module",n.modules))),o.push(...(e=>{const t={name:"Module total dependents",values:[],top:!0},n={name:"Module total dependencies",values:[],top:!0},o={name:"Module size",values:[],top:!0},r={name:"Module aggregated size",values:[],top:!0},i=new Set,s=Z(e.build),a=new Map,u=new Map,c=new Map;for(const e of s.inputs||[]){if("map"===e.type)continue;const t=new Set(e.dependencies),n=new Set(e.dependents);for(const n of t)c.has(n)||c.set(n,new Set),c.get(n).add(e.filepath);for(const t of n)u.has(t)||u.set(t,new Set),u.get(t).add(e.filepath);if(u.has(e.filepath)){const n=u.get(e.filepath);for(const e of n)t.add(e)}if(c.has(e.filepath)){const t=c.get(e.filepath);for(const e of t)n.add(e)}u.set(e.filepath,t),c.set(e.filepath,n),a.set(e.filepath,{name:e.name,size:e.size,dependencies:t,dependents:n})}for(const[e,t]of a){const n=u.get(e)||new Set,o=c.get(e)||new Set;let r=t.size;for(const e of n)r+=a.get(e)?.size||0;i.add({name:t.name,size:t.size,aggregatedSize:r,dependents:o,dependencies:n})}if(!i.size)return[t,n,o];const d=Array.from(i);return d.sort($i((e=>e.dependents.size))),t.values=d.map((e=>({name:e.name,value:e.dependents.size.toString()}))),d.sort($i((e=>e.dependencies.size))),n.values=d.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),d.sort($i("size")),o.values=d.map((e=>({name:e.name,value:E(e.size)}))),d.sort($i("aggregatedSize")),r.values=d.map((e=>({name:e.name,value:E(e.aggregatedSize||e.size)}))),[t,n,o,r]})(e)),o.push(...(r=e,[{name:"Asset size",values:(r.build.outputs||[]).filter((e=>"map"!==e.type)).sort($i((e=>e.size))).map((e=>({name:e.name,value:E(e.size)}))),top:!0},{name:"Entry aggregated size",values:(r.build.entries||[]).sort($i((e=>e.size))).map((e=>({name:e.name,value:E(e.size)}))),top:!0},{name:"Entry number of modules",values:(r.build.entries||[]).sort($i((e=>e.size))).map((e=>({name:e.name,value:e.inputs.length.toString()})))||[],top:!0}])),o.push(...(e=>{const t={name:"General Numbers",values:[],top:!1},n=e.build.inputs?e.build.inputs.length:0,o=e.build.outputs?e.build.outputs.length:0,r=e.build.warnings.length,i=e.build.errors.length,s=e.build.entries?e.build.entries.length:0;return e.build.start&&t.values.push({name:"Overhead duration",value:te(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:te(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:te(e.build.writeDuration)}),t.values.push({name:"Number of modules",value:n.toString()},{name:"Number of assets",value:o.toString()},{name:"Number of entries",value:s.toString()},{name:"Number of warnings",value:r.toString()},{name:"Number of errors",value:i.toString()}),[t]})(e));const i=(e=>{let t="";for(const t of e){t.top&&t.values.length>=5&&(t.values=t.values.slice(0,5),t.name=`Top 5 ${t.name}`);for(const e of t.values)e.name=ne(e.name,60)}const n=Math.max(...e.map((e=>e.name.length))),o=Math.max(...e.flatMap((e=>e.values.map((e=>e.name.length))))),r=Math.max(...e.flatMap((e=>e.values.map((e=>e.value.length))))),i=Math.max(n+4,o+r+4);for(const n of e){if(0===n.values.length)continue;const e=i-(n.name.length+4);t+=`\n== ${n.name} ${"=".repeat(e)}=\n`;for(const e of n.values){const n=r-e.value.length;t+=` [${wi(e.value)}] ${" ".repeat(n)}${vi(e.name)}\n`}}return t})(o);t.info(i)},Ei="api/v1/series",Si=t.bold.green,Ii=(e,t,n)=>{if(!t.apiKey)return void n.info("Won't send metrics to Datadog: missing API Key.");if(!e.size)return void n.debug("No metrics to send.");const o=Array.from(e).filter((e=>e.toSend)).map((e=>({...e,toSend:void 0}))),r=new Map;for(const e of o)r.has(e.metric)||r.set(e.metric,0),r.set(e.metric,r.get(e.metric)+1);const i=Array.from(r.entries()).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>`${e} - ${t}`));return n.debug(`\nSending ${o.length} metrics with configuration:\n - intake: ${Si(`https://api.${t.site}/${Ei}`)}\n\nMetrics:\n - ${i.join("\n - ")}`),G({method:"POST",url:`https://api.${t.site}/${Ei}?api_key=${t.apiKey}`,getData:()=>({data:JSON.stringify({series:o})})}).catch((e=>{n.error(`Error sending metrics ${e}`)}))},ji=["onStart","onLoad","onResolve","onEnd"],Di=new Map,Ai=new Map,Pi=new Map,Mi=(e,t,n)=>{const o=Object.assign({},e);for(const r of ji)o[r]=async(o,i)=>{const s=Ai.get(t)||{name:t,increment:0,duration:0,events:{}};s.events[r]=s.events[r]||{name:r,values:[]};const a="onLoad"===r;return(0,e[r])(o,(async(...e)=>{const o=gi(e[0].path,n),u=Pi.get(o)||{name:o,increment:0,duration:0,events:{}};u.events[r]=u.events[r]||{name:r,values:[]};const c=S.now();try{return await i(...e)}finally{const n=S.now(),i=n-c,d={start:c,end:n,duration:i,context:bi(e)};if(s.events[r].values.push(d),s.duration+=i,s.increment+=1,Ai.set(t,s),u.events[r].values.push(d),u.duration+=i,u.increment+=1,Pi.set(o,u),a){const e=Di.get(t)||{name:t,increment:0,duration:0,events:{}};e.events[r]=e.events[r]||{name:r,values:[]},e.events[r].values.push(d),e.duration+=i,e.increment+=1,Di.set(t,e)}}}))};return o},Ci=(e,t)=>({setup:n=>{n.initialOptions.metafile=!0;const o=t.time("wrapping plugins");((e,t)=>{const n=e.initialOptions.plugins;if(n){const e=n.map((e=>({...e})));for(const o of n){const n=o.setup;o.setup=async r=>{const i=Mi(r,o.name,t);await n({...i,initialOptions:{...i.initialOptions,plugins:e}})}}}})(n,e.buildRoot),o.end(),n.onEnd((async n=>{if(!n.metafile)return void t.warn("Missing metafile, can't proceed with modules data.");const o=t.time("getting plugins results"),{plugins:r,loaders:i,modules:s}={plugins:Ai,modules:Pi,loaders:Di};o.end(),await e.asyncHook("timings",{tapables:r,loaders:i,modules:s})}))}});class Ni{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=hi(e,t,this.cwd),o=(e=>(e.loaders||[]).map((e=>e.loader||e)).map(yi))(e);o.length||o.push("no-loader"),this.started[n]={module:mi(n),timings:{start:S.now(),duration:0,end:0},loaders:o}}doneModule(e,t){const n=hi(e,t,this.cwd),o=this.started[n];o&&(o.timings.end=S.now(),o.timings.duration=o.timings.end-o.timings.start,this.finished.push(o),delete this.started[n])}getResults(){const e=new Map,t=new Map;for(const n of this.finished){const o=n.timings.end-n.timings.start,r=t.get(n.module)||{name:n.module,increment:0,duration:0,events:{}},i=n.loaders.join(",");r.events[i]=r.events[i]||{name:i,values:[]},r.events[i].values.push(n.timings),r.increment+=1,r.duration+=o,t.set(n.module,r);for(const t of n.loaders){const n=e.get(t)||{name:t,increment:0,duration:0,events:{}};n.increment+=1,n.duration+=o,e.set(t,n)}}return{loaders:e,modules:t}}}class Oi{constructor(e){this.monitoredTaps={},this.tapables=[],this.hooks={},this.timings=new Map,this.ignoredHooks=["normalModuleLoader"],this.cwd=e}saveResult(e,t,n,o,r,i){const s=this.timings.get(t)||{name:t,duration:0,increment:0,events:{}};s.events[n]||(s.events[n]={name:n,values:[]}),s.events[n].values.push({start:r,end:i,duration:i-r,context:o,type:e}),s.duration+=i-r,s.increment+=1,this.timings.set(t,s)}getResults(){const e=this.timings;for(const[t,n]of this.timings){const o=n;o.duration=Object.values(n.events).map((e=>e.values.reduce(((e,t)=>e+t.end-t.start),0))).reduce(((e,t)=>e+t),0),e.set(t,o)}return{monitoredTaps:this.monitoredTaps,tapables:this.tapables,hooks:this.hooks,timings:e}}getPromiseTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=S.now(),s=t.apply(this,r),a=()=>{this.saveResult(e,n,o,bi(r),i,S.now())};return s.then(a,a),s}}getAsyncTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=S.now(),s=r.pop();return t.apply(this,[...r,(...t)=>(this.saveResult(e,n,o,bi(r),i,S.now()),s(...t))])}}getDefaultTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=S.now(),s=t.apply(this,r);return this.saveResult(e,n,o,bi(r),i,S.now()),s}}getTapPatch(e,t,n,o){switch(e){case"promise":return this.getPromiseTapPatch(e,t,n,o);case"async":return this.getAsyncTapPatch(e,t,n,o);default:return this.getDefaultTapPatch(e,t,n,o)}}newTap(e,t,n,o){return(r,i)=>{const s="string"==typeof(a=r)?a:a.name;var a;const u=`${t}-${s}`;if(this.monitoredTaps[u])return n.call(o,r,i);this.monitoredTaps[u]=!0;const c=this.getTapPatch(e,i,s,t);return n.call(o,r,c)}}replaceTaps(e,t){t.tap=this.newTap("default",e,t.tap,t),t.tapAsync=this.newTap("async",e,t.tapAsync,t),t.tapPromise=this.newTap("promise",e,t.tapPromise,t)}patchHook(e,t,n){n._fakeHook||e.includes(ui)||(this.hooks[e]||(this.hooks[e]=[]),this.hooks[e].includes(t)||(this.hooks[e].push(t),this.replaceTaps(t,n)))}patchHooks(e){const t=e.constructor.name,n=Object.keys(e.hooks).filter((e=>!this.ignoredHooks.includes(e)&&!this.hooks[t]?.includes(e)));for(const o of n)this.patchHook(t,o,e.hooks[o])}checkNewHooks(){for(const e of this.tapables)this.patchHooks(e)}throughHooks(e){this.tapables.includes(e)||this.tapables.push(e),this.patchHooks(e)}}const Ti=e=>async t=>{const n=e.getLogger(ui),o={name:ui},r=new Oi(e.buildRoot),i=new Ni(e.buildRoot),s=n.time("parse compiler hooks");r.throughHooks(t),s.end(),t.hooks.thisCompilation.tap(o,(e=>{const t=n.time("parse compilation hooks");r.throughHooks(e),t.end(),e.hooks.buildModule.tap(o,(t=>{i.startModule(t,e)})),e.hooks.succeedModule.tap(o,(t=>{i.doneModule(t,e)})),e.hooks.failedModule&&e.hooks.failedModule.tap(o,(t=>{i.doneModule(t,e)}))})),t.hooks.afterEmit.tapPromise(o,(async()=>{const{timings:t}=r.getResults(),{loaders:n,modules:o}=i.getResults();await e.asyncHook("timings",{tapables:t,loaders:n,modules:o})}))},Ri={filters:si},_i=({options:e,context:t,stores:n})=>{const o=t.getLogger(ui);let r=0;((e,t)=>{e.addMetric=e=>{t.metrics.add(e)}})(t,n);const i=((e,t)=>{const n=e[ai],o=ci(n?.timestamp);let r=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(r+=r?`.${n.prefix}`:n.prefix),{enableDefaultPrefix:!0,enableTracing:!1,filters:si,tags:[],...e[ai],timestamp:o,prefix:r.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),s=[],a={name:ui,enforce:"pre",esbuild:Ci(t,o),webpack:Ti(t),rspack:Ti(t)},u=o.time("build",{start:!1}),c=i.enableTracing&&["esbuild","webpack","rspack"].includes(t.bundler.name);let d,l;const p=async()=>{if(!n.metrics.size)return;const e=o.time("aggregating collected metrics"),r=(()=>{const e=new Set(n.metrics);n.metrics.clear();const o=di(t,i.tags);return pi(e,i.timestamp,i.filters,o,i.prefix)})();await t.asyncHook("metrics",r),e.end();const s=o.time("sending collected metrics to Datadog");await Ii(r,{apiKey:t.auth.apiKey,site:t.auth.site},o),s.end()},f=async()=>{t.build.end=Date.now(),t.build.duration=t.build.end-t.build.start,t.build.writeDuration=t.build.end-r;const e=o.time("aggregating metrics"),n=i.timestamp,s=o.time("aggregate universal metrics"),a=((e,t)=>{const n=new Set,o=e.inputs||[],r=e.outputs||[],i=e.entries||[],s=e.warnings.length,a=e.errors.length,u=e.duration,c=new Map,d=new Map,l=new Map;for(const e of i){for(const t of e.inputs)c.has(t.filepath)||c.set(t.filepath,[]),c.get(t.filepath).push(e.name);for(const t of e.outputs){const n=t.filepath.replace(/\.map$/,"");l.has(n)||l.set(n,[]),l.get(n).push(e.name)}}for(const e of r)for(const t of e.inputs)d.has(t.filepath)||d.set(t.filepath,[]),d.get(t.filepath).push(e.name);n.add({metric:"assets.count",type:"count",points:[[t,r.length]],tags:[]}).add({metric:"entries.count",type:"count",points:[[t,i.length]],tags:[]}).add({metric:"errors.count",type:"count",points:[[t,a]],tags:[]}).add({metric:"modules.count",type:"count",points:[[t,o.length]],tags:[]}).add({metric:"warnings.count",type:"count",points:[[t,s]],tags:[]}),u&&n.add({metric:"compilation.duration",type:"duration",points:[[t,u]],tags:[]});for(const e of o){const o=[`moduleName:${e.name}`,`moduleType:${e.type}`];c.has(e.filepath)&&o.push(...c.get(e.filepath).map((e=>`entryName:${e}`))),d.has(e.filepath)&&o.push(...d.get(e.filepath).map((e=>`assetName:${e}`))),n.add({metric:"modules.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"modules.dependencies",type:"count",points:[[t,e.dependencies.size]],tags:o}).add({metric:"modules.dependents",type:"count",points:[[t,e.dependents.size]],tags:o})}for(const e of r){const o=[`assetName:${e.name}`,`assetType:${e.type}`],r=e.filepath.replace(/\.map$/,"");l.has(r)&&o.push(...l.get(r).map((e=>`entryName:${e}`))),n.add({metric:"assets.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"assets.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o})}for(const e of i){const o=[`entryName:${e.name}`];n.add({metric:"entries.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"entries.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o}).add({metric:"entries.assets.count",type:"count",points:[[t,e.outputs.length]],tags:o})}return n})(l,n);s.end();const u=o.time("aggregate plugins metrics"),c=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"plugins.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values()){let e=0,r=0;for(const i of Object.values(o.events)){let s=0;r+=i.values.length;for(const t of i.values){const n=t.end-t.start;s+=n,e+=n}n.add({metric:"plugins.hooks.duration",type:"duration",points:[[t,s]],tags:[`pluginName:${o.name}`,`hookName:${i.name}`]}).add({metric:"plugins.hooks.increment",type:"count",points:[[t,i.values.length]],tags:[`pluginName:${o.name}`,`hookName:${i.name}`]})}n.add({metric:"plugins.duration",type:"duration",points:[[t,e]],tags:[`pluginName:${o.name}`]}).add({metric:"plugins.increment",type:"count",points:[[t,r]],tags:[`pluginName:${o.name}`]})}return n})(d?.tapables,n);u.end();const p=o.time("aggregate loaders metrics"),f=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"loaders.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values())n.add({metric:"loaders.duration",type:"duration",points:[[t,o.duration]],tags:[`loaderName:${o.name}`]}).add({metric:"loaders.increment",type:"count",points:[[t,o.increment]],tags:[`loaderName:${o.name}`]});return n})(d?.loaders,n);p.end();const m=new Set([...a,...c,...f]),g=di(t,i.tags),h=pi(m,n,i.filters,g,i.prefix);await t.asyncHook("metrics",h),e.end();const y=o.time("outputing report");xi(t,o,d),y.end();const b=o.time("sending metrics to Datadog");await Ii(h,{apiKey:t.auth.apiKey,site:t.auth.site},o),b.end()},m={name:"datadog-universal-metrics-plugin",enforce:"post",buildStart(){u.resume(),t.build.start=t.build.start||Date.now(),e[ai]?.timestamp||(i.timestamp=ci(t.build.start))},buildEnd(){u.end(),r=Date.now()},async timings(e){d=e,l&&await f()},async buildReport(e){l=e,!d&&c||await f()},async flush(){await p()}};return i.enableTracing&&s.push(a),s.push(m),s},Fi="output",Li="datadog-output-plugin",zi=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,Bi=e=>{const t=void 0===e;return{build:zi("build",e?.build??t),bundler:zi("bundler",e?.bundler??t),dependencies:zi("dependencies",e?.dependencies??t),errors:zi("errors",e?.errors??t),logs:zi("logs",e?.logs??t),metrics:zi("metrics",e?.metrics??t),timings:zi("timings",e?.timings??t),warnings:zi("warnings",e?.warnings??t)}},qi=(e,t)=>n=>{n.hooks.done.tap("bundler-outputs",(n=>{t((()=>{const t=e.time("stats serialization"),o=n.toJson({all:!1,assets:!0,children:!0,chunks:!0,chunkGroupAuxiliary:!0,chunkGroupChildren:!0,chunkGroups:!0,chunkRelations:!0,entrypoints:!0,errors:!0,ids:!0,modules:!0,nestedModules:!0,relatedAssets:!0,warnings:!0,reasons:!1,chunkModules:!1});return t.end(),o}))}))},Vi=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},Ui=({options:e,context:t})=>{const n=t.getLogger(Li),o=(e=>({path:"./",...e[Fi],files:Bi(e[Fi]?.files)}))(e),r=(e,r)=>{const i=o.files[e];if(!r||!1===i)return;t.queue((async()=>{const e=n.time(`output ${i}`),c=((e,t,n)=>{const o=u.isAbsolute(t)?t:u.resolve(e,t);return u.resolve(o,n)})(t.bundler.outDir,o.path,i);let d;try{const e="function"==typeof r?await r():r;await(async(e,t)=>{await Se(u.dirname(e));const n=s.createWriteStream(e),o=new a(t,void 0,2),r=new Promise(((e,t)=>{o.on("end",(()=>{e()})),o.on("error",(e=>{t(e)}))}));return o.pipe(n),r})(c,e)}catch(e){d=e}d?n.error(`Failed writing ${i}: ${d}`):n.debug(`Wrote "./${u.relative(t.buildRoot,c)}"`),e.end()})())};return[{name:Li,buildReport(e){const t=n.time("serialize report"),o=Z(e);t.end(),r("build",{bundler:o.bundler,metadata:o.metadata,start:o.start,end:o.end,duration:o.duration,writeDuration:o.writeDuration,entries:o.entries,outputs:o.outputs}),r("logs",o.logs),r("timings",o.timings),r("dependencies",o.inputs),r("errors",o.errors),r("warnings",o.warnings)},metrics(e){r("metrics",(()=>Array.from(e)))},esbuild:{setup(e){e.onEnd((e=>{r("bundler",e.metafile)}))}},rspack:qi(n,(e=>{r("bundler",e)})),rollup:Vi((e=>{r("bundler",e)})),vite:Vi((e=>{r("bundler",e)})),webpack:qi(n,(e=>{r("bundler",e)}))}]},Wi="rum",Ki="datadog-rum-plugin",Hi=["8","9","a","b"],Ji=(e,t)=>{let n;e.debugId&&(n=t?(e=>{const t=p("sha256").update(e).digest("hex").slice(0,32),n=`${t.slice(0,12)}4${t.slice(13)}`,o=n.charCodeAt(16)%4,r=`${n.slice(0,16)}${Hi[o]}${n.slice(17)}`;return[r.slice(0,8),r.slice(8,12),r.slice(12,16),r.slice(16,20),r.slice(20,32)].join("-")})(t.sourceOrHash):f());const o={ddDebugId:n,service:e.service,version:e.version};return{code:`(function(c,n){try{if(typeof window==='undefined')return;var w=window,m=w[n]=w[n]||{},s=new Error().stack;s&&(m[s]=c)}catch(e){}})(${JSON.stringify(o)},${JSON.stringify("DD_SOURCE_CODE_CONTEXT")});`,debugId:n}},Gi="datadog-rum-privacy-plugin";const Yi=(e,t)=>{const n=t.getLogger(Gi),o=function(e,t){const n={privacy:{addToDictionaryHelper:{expression:{code:e}}}};return["esbuild","webpack","rspack"].includes(t)&&(n.output={...n.output,inlineSourceMap:!1,embedCodeInSourceMap:!0}),n}(e.helperCodeExpression,t.bundler.name);let r=0,i=0;return{name:Gi,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(e,t){try{const n=function(e){if("rspack"===e?.framework||"webpack"===e?.framework)switch(typeof e.inputSourceMap){case"undefined":return;case"string":return e.inputSourceMap;default:return JSON.stringify(e.inputSourceMap)}}(this.getNativeBuildContext?.()),s=I({id:t,code:e,map:n},o);return 0===s.privacyDictionarySize?{code:e}:(r+=s.privacyDictionarySize,i++,s)}catch(t){return n.error(`Instrumentation Error: ${t}`,{forward:!0}),{code:e}}}},buildEnd:()=>{n.debug(`Privacy dictionary will include ${r} entries across ${i} files`,{forward:!0,context:{dictionaryEntryCount:r,fileCount:i}})}}},Qi=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,Xi=(e,t)=>{const n=e.sdk;if(n.clientToken)return Qi(e);if(!t.auth.apiKey||!t.auth.appKey)throw new Error('Missing "auth.apiKey" and/or "auth.appKey" to fetch "rum.sdk.clientToken".');return async()=>{let o;try{const e=await G({url:`https://api.${t.auth.site}/api/v2/rum/applications/${n.applicationId}`,type:"json",auth:t.auth});o=e.data?.attributes?.client_token}catch(e){throw new Error(`Could not fetch the clientToken: ${e.message}`)}if(!o)throw new Error("Missing clientToken in the API response.");return Qi({...e,sdk:{clientToken:o,...n}})}},Zi=e=>{const n=t.bold.red,o=e[Wi]||{},r={errors:[]};if(!o.sdk)return r;o.sdk.applicationId||r.errors.push(`Missing ${n("applicationId")} in the SDK configuration.`),e.auth.apiKey&&e.auth.appKey||o.sdk.clientToken||r.errors.push(`Missing ${n('"auth.apiKey"')} and/or ${n('"auth.appKey"')} to fetch missing client token.`);const i={applicationId:"unknown_application_id",allowUntrustedEvents:!1,compressIntakeRequests:!1,defaultPrivacyLevel:"mask",enablePrivacyForActionName:!1,sessionReplaySampleRate:0,sessionSampleRate:100,silentMultipleInit:!1,site:e.auth.site||"datadoghq.com",startSessionReplayRecordingManually:!1,storeContextsAcrossPages:!1,telemetrySampleRate:20,traceSampleRate:100,trackingConsent:"granted",trackLongTasks:!1,trackResources:!1,trackUserInteractions:!1,trackViewsManually:!1};return r.config={...i,...o.sdk},r},es=e=>{const t=e[Wi]||{},n={errors:[]};if(t.privacy){const e={exclude:[/\/node_modules\//,/\.preval\./,/^[!@#$%^&*()=+~`-]/],include:[/\.(?:c|m)?(?:j|t)sx?$/],addToDictionaryFunctionName:"$",helperCodeExpression:"/*__PURE__*/((q='$DD_A_Q',g=globalThis)=>(g[q]=g[q]||[],(v=>(g[q].push(v),v))))()"};n.config={...e,...t.privacy}}return n},ts=e=>{const n=t.bold.red,o=e[Wi]||{},r={errors:[]};if(!o.sourceCodeContext)return r;const i=o.sourceCodeContext;return i?.debugId||i?.service&&"string"==typeof i.service||r.errors.push(`Missing ${n('"rum.sourceCodeContext.service"')}.`),r.config={...i,version:i.version||e.metadata?.version},r},ns=({options:e,context:t})=>{const n=((e,t)=>{const n=[],o=Zi(e),r=es(e),i=ts(e);if(n.push(...o.errors),n.push(...r.errors),n.push(...i.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Ki}.`);const s={...e[Wi],sdk:void 0,privacy:void 0,sourceCodeContext:void 0};return o.config&&(s.sdk=o.config),r.config&&(s.privacy=r.config,t.debug(`datadog-rum-privacy plugin options: ${JSON.stringify(s.privacy,((e,t)=>t instanceof RegExp?t.toString():t))}`,{forward:!0})),i.config&&(s.sourceCodeContext=i.config),s})(e,t.getLogger(Ki)),o=[],r=n.sourceCodeContext;if(r&&t.inject({type:"code",position:Me.BEFORE,injectIntoAllChunks:!0,value:e=>{const{code:t}=Ji(r,e);return t}}),n.sdk&&(t.inject({type:"file",position:Me.MIDDLE,value:u.join(N,"./rum-browser-sdk.js")}),t.inject({type:"code",position:Me.MIDDLE,value:Xi(n,t)})),n.privacy){t.inject({type:"file",position:Me.BEFORE,value:u.join(N,"./privacy-helpers.js")});const e=Yi(n.privacy,t);o.push(e)}return o},os="datadog-analytics-plugin",rs=({context:e})=>{const t=e.getLogger(os);return[{name:os,async buildStart(){"production"===e.env&&e.queue((async()=>{try{await e.sendLog({message:"Build started",context:{plugins:e.pluginNames}})}catch(e){t.debug(`Could not submit data to Datadog: ${e}`)}})())}}]},is="datadog-async-queue-plugin",ss=e=>{const{context:t,stores:n}=e,o=t.getLogger(is),r=[];return t.queue=e=>{const t=e.catch((e=>{r.push(e.message||e.toString())}));n.queue.push(t)},[{name:is,asyncTrueEnd:async()=>{await Promise.all(n.queue),r.length>0&&o.error(`Error occurred while processing async queue:\n ${r.join("\n ")}`)}}]},as=async(e,t,n)=>{const o=[],r=e.initialOptions.entryPoints,i=[],s=[];if(Array.isArray(r))for(const e of r){const t=e&&"object"==typeof e?e.in:e;i.push({path:t})}else r&&"object"==typeof r&&i.push(...Object.entries(r).map((([e,t])=>({name:e,path:t}))));const a=i.flatMap((e=>{return(t=e.path,t.includes("*")?y.sync(t):[t]).map((t=>[e,t]));var t})).map((async([n,r])=>{const i=await e.resolve(r,{kind:"entry-point",resolveDir:t.buildRoot});i.errors.length&&s.push(...i.errors.map((e=>e.text))),i.path&&o.push({name:n.name,resolved:i.path,original:n.path})}));for(const e of s)n.error(e);return await Promise.all(a),o},us=(e,t)=>X(t)?T:t.startsWith(e)||u.isAbsolute(t)?t:u.resolve(e,t),cs=(e,t)=>{const n=[...e].map((e=>us(t||process.cwd(),e).split(u.sep))),o=n.length?Math.min(...n.map((e=>e.length))):0,r=[];for(let e=0;e<o;e++){const t=n[0][e];if(!n.every((n=>n[e]===t)))break;r.push(t)}return r.length>0&&r.join(u.sep)||u.sep},ds=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,ls=/(\?|%3F|\|)+/gi,ps=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=gs(e),ds.lastIndex=0,ds.exec(t)?.[1]||"unknown");var t},fs=["unknown","commonjsHelpers.js",`vite${u.sep}preload-helper.js`],ms=(e,t,n)=>{const o=new Set;for(const n of e){const e=gs(n);X(n)||e===t||fs.includes(e)||o.add(e)}return o},gs=e=>e.split("!").pop().split(ls).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),hs=(e,t)=>X(t)?T:"unknown"===t?t:t.includes("webpack/runtime")?t.replace("webpack/runtime/","").replace(/ +/g,"-"):((e,t)=>{const n=t.split(u.sep),o=e.split(u.sep).filter(((e,t)=>e===n[t])).join(u.sep);return e.replace(o,"")})(t.split("!").pop(),e).split("node_modules").pop().split(ls).shift().replace(/^((\.\.?)?[/\\])+/g,""),ys=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[us(t,e),n]))),bs=(e,t)=>({setup(n){const o=new Map;let r=[];const i=t.time("build report",{start:!1});n.onStart((async()=>{o.clear(),r=[],i.resume();const s=t.time("process entries");r.push(...await as(n,e,t));for(const t of r){const n=hs(e.bundler.outDir,t.resolved);t.name?o.set(n,t.name):o.set(n,n)}s.end(),i.pause()})),n.onEnd((async n=>{i.resume();const r=t.time("collecting errors and warnings"),s=e.bundler.outDir,a=e.buildRoot;for(const t of n.errors)e.build.errors.push(t.text);for(const t of n.warnings)e.build.warnings.push(t.text);if(r.end(),!n.metafile){const n="Missing metafile from build report.";return e.build.warnings.push(n),void t.warn(n)}const c=[],d=[],l=[],p=[],f=[],m={},g={},h=t.time("indexing metafile data"),y=ys(n.metafile.inputs,a),b=ys(n.metafile.outputs,a);h.end();const w=e=>{if(!X(e))return e;const t=y[us(a,e)];if(!t)return e;const n=t.imports.find((e=>!X(e.path)));return n?n.path:e},v=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(X(e))continue;const n=us(a,e),o={name:hs(s,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:ps(e)};m[n]=o,c.push(o)}v.end();const $=t.time("looping through outputs");for(const[e,r]of Object.entries(n.metafile.outputs)){const n=us(a,e),i=hs(s,n),u=[];for(const e of Object.keys(r.inputs)){if(X(e))continue;const n=m[us(a,e)];n?u.push(n):t.debug(`Input ${e} not found for output ${i}`)}if(r.entryPoint&&!u.length){const e=m[us(a,r.entryPoint)];if(!e){t.debug(`Input ${r.entryPoint} not found for output ${i}`);continue}u.push(e)}const c={name:i,filepath:n,inputs:u,size:r.bytes,type:ps(n)};if(g[n]=c,"map"===c.type&&p.push(c),d.push(c),!r.entryPoint)continue;const f=m[us(a,w(r.entryPoint))];if(f){if(!o.get(f.name))continue;const e={...c,name:o.get(f.name)||f.name,outputs:[c],size:c.size};l.push(e)}}$.end();const k=t.time("looping through sourcemaps");for(const e of p){const n=g[e.filepath.replace(/\.map$/,"")];n?e.inputs.push(n):t.debug(`Could not find output for sourcemap ${e.name}`)}k.end();const x={inputs:{report:m,meta:y},outputs:{report:g,meta:b}},E=/(<runtime>|https:|file:|data:|#)/g,S=e=>!X(e)&&!e.match(E),I=(e,n,o={})=>{if(!S(e))return o;const r=n.report[e];if(!r)return t.debug(`Could not find report's ${e}`),o;if(o[r.filepath])return o;o[r.filepath]=r;const i=n.meta[e];if(!i)return t.debug(`Could not find metafile's ${e}`),o;if(!i.imports||!i.imports.length)return o;for(const t of i.imports){const i=t.path.match(/^\.\.?\//),d=i?u.dirname(e):a,l=us(d,t.path);if(t.external){if(S(t.path)){const e=i?l:t.path,n=x.inputs.report[e]||{filepath:e,name:hs(s,t.path),size:0,type:"external",dependencies:new Set,dependents:new Set};"dependencies"in r&&(n.dependents.add(r),r.dependencies.add(n)),"inputs"in r&&!r.inputs.includes(n)&&r.inputs.push(n),c.includes(n)||c.push(n),x.inputs.report[e]=n,o[n.filepath]=n}}else I(l,n,o)}return o},j=t.time("looping through entries");for(const e of l){const t={},n={};for(const n of e.inputs)I(n.filepath,x.inputs,t);for(const t of e.outputs)I(t.filepath,x.outputs,n);e.inputs=Object.values(t),e.outputs=Object.values(n),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),f.push(e)}j.end();const D=t.time("aggregate dependencies and dependents");for(const e of c){if("external"===e.type)continue;const n=x.inputs.meta[e.filepath];if(n)for(const o of n.imports){if(!S(o.path))continue;const n=o.path.match(/^\.?\.\//),r=n?u.dirname(e.filepath):a,i=us(r,o.path);let s;if(o.external){const e=n?i:o.path;s=x.inputs.report[e]}else s=x.inputs.report[i];s?(e.dependencies.add(s),s.dependents.add(e)):t.debug(`Could not find input file of ${o.path} imported from ${e.name}`)}else t.debug(`Could not find metafile's ${e.name}`)}D.end(),e.build.outputs=d,e.build.inputs=c,e.build.entries=f,i.end(),await e.asyncHook("buildReport",e.build)}))}}),ws=(e,t)=>{const n=t.time("module parsing",{start:!1}),o=t.time("build report",{start:!1}),r=t.time("filling entries",{start:!1}),i=t.time("filling inputs and outputs",{start:!1}),a=t.time("completing dependencies and dependents",{start:!1}),u=t.time("filling dependencies and dependents",{start:!1}),c=t.time("filling sourcemaps inputs",{start:!1}),d=new Map,l=new Map,p=new Map,f=new Map;return{buildStart(){f.clear(),d.clear(),l.clear(),p.clear()},onLog(t,n){"warn"===t&&e.build.warnings.push(n.message||n.toString())},renderError(t){t&&e.build.errors.push(t.message)},moduleParsed(e){n.resume();const t=gs(e.id),o=f.get(t)||{dependencies:new Set,dependents:new Set},r=ms(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),i=ms(new Set([...e.dynamicImporters,...e.importers]),t);for(const e of i)o.dependents.add(e);for(const e of r)o.dependencies.add(e);f.set(t,o),n.tag([`module:${t}`],{span:!0}),n.pause()},writeBundle(n,m){o.resume();const g=n.dir?us(e.buildRoot,n.dir):e.bundler.outDir,h=new Set,y=new Set,b=new Map;a.resume();for(const[e,{dependencies:t,dependents:n}]of f){for(const n of t){const t=gs(n),o=f.get(t)||{dependencies:new Set,dependents:new Set};o.dependents.has(e)||(o.dependents.add(e),f.set(t,o))}for(const t of n){const n=gs(t),o=f.get(n)||{dependencies:new Set,dependents:new Set};o.dependencies.has(e)||(o.dependencies.add(e),f.set(n,o))}}a.end(),i.resume();for(const[e,n]of Object.entries(m)){const o=us(g,e),r="code"in n?Buffer.byteLength(n.code,"utf8"):Buffer.byteLength(n.source,"utf8"),i=l.get(o)||{name:e,filepath:o,inputs:[],size:r,type:ps(e)};if("map"===i.type&&y.add(i),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(gs(e)!==e)continue;let n=t.originalLength;if(!n&&0!==n)try{n=s.statSync(e).size}catch(e){n=t.renderedLength}const o=d.get(e)||{name:hs(g,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:ps(e)};i.inputs.push(o),d.set(o.filepath,o)}if("imports"in n)for(const e of n.imports){const n=gs(e);if(!f.has(n)){b.set(us(g,n),i);continue}if(d.has(n)){t.debug(`Input report already there for ${n} from ${i.name}.`);continue}const o=d.get(n)||{name:hs(g,e),dependencies:new Set,dependents:new Set,filepath:n,size:0,type:"external"};i.inputs.push(o),d.set(o.filepath,o)}"isEntry"in n&&n.isEntry&&h.add({...i,name:n.name,size:0,outputs:[i]}),l.set(i.filepath,i)}i.end();for(const[e,n]of b){const o=l.get(e);o?n.inputs.includes(o)||n.inputs.push(o):t.debug(`Could not find the output report for ${e}.`)}u.resume();for(const[e,n]of d){const o=f.get(e);if(o){for(const e of o.dependencies){const o=d.get(e);o?n.dependencies.add(o):t.debug(`Could not find input for dependency ${hs(g,e)} of ${n.name}`)}for(const e of o.dependents){const o=d.get(e);o?n.dependents.add(o):t.debug(`Could not find input for dependent ${hs(g,e)} of ${n.name}`)}}else t.debug(`Could not find the import report for ${n.name}.`)}if(u.end(),y.size){c.resume();for(const e of y){const n=e.filepath.replace(/\.map$/,""),o=l.get(n);o?e.inputs.push(o):t.debug(`Could not find output for sourcemap ${e.name}`)}c.end()}const w=(e,n=new Map)=>{if(n.has(e))return n;const o=hs(g,e),r=l.get(e);if(!r)return d.has(o)||t.debug(`Could not find output for ${o}`),n;n.set(e,r);const i=m[hs(g,e)];if(!i)return t.debug(`Could not find asset for ${o}`),n;const s=[];"imports"in i&&s.push(...i.imports),"dynamicImports"in i&&s.push(...i.dynamicImports);for(const e of s)w(us(g,e),n);return n};r.resume();for(const e of h){const n=w(e.filepath);e.outputs=Array.from(n.values()),e.inputs=Array.from(new Set(e.outputs.flatMap((e=>e.inputs)))),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),p.has(e.filepath)&&t.debug(`Entry "${e.name}":"${hs(g,e.filepath)}" already reported.`),p.set(e.filepath,e)}r.pause(),o.pause()},async closeBundle(){e.build.inputs=Array.from(d.values()),e.build.outputs=Array.from(l.values()),e.build.entries=Array.from(p.values()),r.end(),o.end(),await e.asyncHook("buildReport",e.build)}}},vs=(e,t,n)=>o=>{let r=[],i=[],s=[];const a=new Map,u=new Map,c=new Map,d=new Map,l=[],p=new Map,f=n.time("build report",{start:!1}),m=e=>!(!e||e.startsWith("webpack/runtime")||e.startsWith("multi ")||X(e)),g=e=>e.replace(/(^external[^"]+"|"$)/g,""),h=e=>{const t=(e=>{const t=e.identifier();return{identifier:()=>t,dependencies:"dependencies"in e?[...e.dependencies]:[],blocks:"blocks"in e?[...e.blocks]:[],externalType:"externalType"in e?e.externalType:void 0,external:"external"in e?e.external:void 0}})(e),n=(e=>{const t=new Set,n=["rawRequest","resource","request","userRequest"],o=e=>{const n=gs(e);t.add(n),n.startsWith("external ")&&t.add(g(n))};o(e.identifier());for(const t of n){const n=e[t];t&&t in e&&"string"==typeof n&&o(n)}return t})(e);for(const e of n)if(d.has(e)){const n=d.get(e);n.dependencies.push(...t.dependencies||[]),n.blocks.push(...t.blocks||[])}else d.set(e,t)},y=(e,t=[])=>{if("dependencies"in e)for(const n of e.dependencies)t.push(n),y(n,t);if("blocks"in e)for(const n of e.blocks)y(n,t);return t},b=(e,t)=>{if("request"in t&&t.request){const n=gs(t.request);if(d.has(n))return d.get(n);if(e.context){const t=us(gs(e.context),n);if(d.has(t))return d.get(t)}}},w=e=>!(!("externalType"in e)||!e.externalType)||(!(!("external"in e)||!e.external)||!!e.identifier?.().startsWith("external "));o.hooks.thisCompilation.tap(t,(o=>{r=[],i=[],s=[],a.clear(),u.clear(),d.clear(),p.clear(),o.hooks.finishModules.tap(t,(t=>{f.resume();const o=n.time("dependency graph"),i=n.time("indexing modules");for(const e of t)h(e);i.end();const s=n.time("building inputs");for(const n of t){const t=n.identifier(),o=hs(e.bundler.outDir,t),i=new Set(y(n).map((e=>{const o=b(n,e);if(!o?.identifier())return!1;const r=o.identifier();return!!m(r)&&(r!==t&&(w(o)?g(r):r))})).filter(Boolean));if(!m(t))continue;const s=p.get(t)||{dependents:new Set,dependencies:new Set};for(const e of i){const n=p.get(e)||{dependencies:new Set,dependents:new Set};n.dependents.add(t),s.dependencies.add(e),p.set(e,n)}p.set(t,s);const u=w(n)?{size:0,name:g(o),dependencies:new Set,dependents:new Set,filepath:t,type:"external"}:{size:n.size()||0,name:o,dependencies:new Set,dependents:new Set,filepath:t,type:ps(t)};r.push(u),a.set(t,u),w(n)&&a.set(g(t),u)}s.end();const u=n.time("assigning dependencies and dependents");for(const e of r){const t=p.get(e.filepath);if(t){for(const o of t.dependencies){const t=a.get(o);t?e.dependencies.add(t):n.debug(`Could not find input of dependency ${o}`)}for(const o of t.dependents){const t=a.get(o);t?e.dependents.add(t):n.debug(`Could not find input of dependent ${o}`)}}else n.debug(`Could not find dependency report for ${e.name}`)}u.end(),o.end(),f.pause()}))})),o.hooks.afterEmit.tapPromise(t,(async t=>{f.resume();const o=t.chunks,d=t.getAssets(),p=t=>[...t.files||[],...t.auxiliaryFiles||[]].map((t=>us(e.bundler.outDir,t))),g=n.time("indexing chunks"),h=t.chunkGraph;for(const e of o){const t=p(e),n=(h?.getChunkModules(e)||[]).flatMap((e=>"modules"in e&&Array.isArray(e.modules)?e.modules.map((e=>e.identifier())):e.identifier())).filter(m);for(const e of t){if("map"===ps(e))continue;const t=c.get(e)||new Set;for(const e of n)t.add(e);c.set(e,t)}}g.end();const y=n.time("building outputs");for(const t of d){const o={size:t.source.size()||0,name:t.name,inputs:[],filepath:us(e.bundler.outDir,t.name),type:ps(t.name)};if(u.set(o.filepath,o),i.push(o),"map"===o.type){l.push(o);continue}const r=c.get(o.filepath);if(r)for(const e of r){const t=a.get(e);t?o.inputs.push(t):n.debug(`Could not find input of ${e}`)}else n.debug(`Could not find modules for ${o.name}`)}y.end();const b=n.time("filling sourcemaps inputs");for(const e of l){const t=u.get(e.filepath.replace(/\.map$/,""));t?e.inputs.push(t):n.debug(`Output not found for sourcemap ${e.name}`)}b.end();const w=n.time("building entries"),v=(e,t=new Set)=>{if(t.has(e))return new Set;t.add(e);const n=new Set(e.chunks);for(const o of e.childrenIterable||[]){const e=v(o,t);for(const t of e)n.add(t)}return n};for(const[o,r]of t.entrypoints){const t=new Map,i=new Map;let a=0;const c=v(r),d=Array.from(c).flatMap(p),l=r.chunks.filter((e=>h.getChunkEntryModulesIterable(e)||!1)).flatMap((e=>Array.from(e.files))).filter((e=>e.includes(o)||r.name&&e.includes(r.name))).find((e=>"js"===ps(e)));for(const e of d){const o=u.get(e);if(e&&o){if("map"!==o.type&&!t.has(o.name)){t.set(o.name,o);for(const e of o.inputs)i.has(e.filepath)||i.set(e.filepath,e);a+=o.size}}else n.debug(`Could not find output of ${JSON.stringify(e)}`)}const f={name:o,filepath:l?us(e.bundler.outDir,l):"unknown",size:a,inputs:Array.from(i.values()),outputs:Array.from(t.values()),type:l?ps(l):"unknown"};s.push(f)}w.end();for(const n of t.errors)e.build.errors.push(n.message);for(const n of t.warnings)e.build.warnings.push(n.message);e.build.inputs=r,e.build.outputs=i,e.build.entries=s,f.end(),await e.asyncHook("buildReport",e.build)}))},$s="datadog-build-report-plugin",ks=e=>{const{context:t}=e,n=t.getLogger($s);return[{name:$s,enforce:"post",esbuild:bs(t,n),rspack:vs(t,$s,n),webpack:vs(t,$s,n),vite:ws(t,n),rollup:ws(t,n)}]},xs="datadog-bundler-report-plugin",Es=(e,t)=>t?u.isAbsolute(t)?t:u.resolve(e,t):"",Ss=e=>{if(!e)return[];return(Array.isArray(e)?e:[e]).map((e=>e.dir?e.dir:e.file?u.dirname(e.file):void 0)).filter(Boolean)},Is=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=Es(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},js=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const o=t.build?.rollupOptions?.output,r=Ss(o);e.buildRoot=t.root??process.cwd(),o&&r.length&&(n=cs(r,process.cwd())),e.bundler.outDir=Es(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),Ds=e=>{const{context:t}=e,n=t.getLogger(xs);return[{name:xs,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=Es(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=Es(t.buildRoot,u.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:Is(t),rspack:Is(t),vite:js(t),rollup:{options(e){let n;if("output"in e){const t=Ss(e.output);n=cs(t,process.cwd())}const o=(e=>{const t=new Set;if(e.input){const n=Array.isArray(e.input)?e.input:"object"==typeof e.input?Object.values(e.input):[e.input];for(const e of n){if("string"!=typeof e)throw new Error("Invalid input type");t.add(u.dirname(e))}}return Array.from(t)})(e);if(n){t.bundler.outDir=us(process.cwd(),n);const e=cs([n,...o],process.cwd());t.buildRoot=e===u.sep?process.cwd():e}else t.buildRoot=cs(o,process.cwd()),t.bundler.outDir=u.resolve(process.cwd(),"dist");t.hook("buildRoot",t.buildRoot)},buildStart(e){t.bundler.rawConfig=e},renderStart(e){t.bundler.rawConfig.outputs=t.bundler.rawConfig.outputs||[],t.bundler.rawConfig.outputs.push(e),t.hook("bundlerReport",t.bundler);const o=Ss(e);cs(o,process.cwd()).startsWith(t.bundler.outDir)||n.warn("The output directory has been changed by a plugin and may introduce some inconsistencies in the build report.")}}}]},As="datadog-custom-hooks-plugin",Ps=e=>{const{context:t}=e,n=t.getLogger(As),o=e=>(o,...r)=>{const i=n.time(`execution | ${o}`,{tags:["type:custom-hook",`hook:${o}`]}),s=[],a=[];for(const n of t.plugins){if(!(o in n))continue;const t=n[o];if("function"==typeof t)try{const i=t(...r);i instanceof Promise&&(e||s.push(`Plugin "${n.name}" returned a promise on the non async hook "${o}".`),a.push(i))}catch(e){s.push(`Plugin "${n.name}" errored on hook "${o}". [${e}]`)}else s.push(`Plugin "${n.name}" has an invalid hook type for "${o}". [${typeof t}]`)}if(s.length>0){for(const e of s)n.error(e);throw new Error("Some plugins errored during the hook execution.")}return Promise.all(a).finally((()=>i.end()))};return t.hook=o(!1),t.asyncHook=o(!0),[{name:As,enforce:"pre"}]};class Ms{constructor(e){this.trackedFilenames=new Map;for(const t of e){const e=this.getFilename(t),n=this.trackedFilenames.get(e);n?n.push(t):this.trackedFilenames.set(e,new Array(t))}}displaySource(e){return e.length<=40?e:`[...]${e.slice(-35)}`}matchSourcemap(e,t){const n=(o=e,s.readFileSync(o,{encoding:"utf-8"}));var o;const r=JSON.parse(n);if(!r.sources)return void t("Missing 'sources' field in sourcemap.");const i=r.sources;if(0===i.length)return void t("Empty 'sources' field in sourcemap.");const a=this.matchSources(i);if(0!==a.length)return a;t(`${i.map(this.displaySource).join(", ")} not in the tracked files.`)}matchSources(e){let t=[];const n=new Set;for(const o of e){const e=this.getFilename(o);if(n.has(e))continue;n.add(e);const r=this.trackedFilenames.get(e);r&&(t=t.concat(r))}return t}rawTrackedFilesList(){let e=[];return this.trackedFilenames.forEach((t=>{e=e.concat(t)})),e}getFilename(e){let t=e.lastIndexOf("/");-1===t?t=0:t++;let n=e.lastIndexOf("?");return(-1===n||n<=t)&&(n=e.length),e.substring(t,n)}}const Cs=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await Ns(e);for(const e of t)if(e.name===n)return oe(e.refs.push);return oe(t[0].refs.push)},Ns=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},Os=async e=>e.revparse("HEAD"),Ts=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),Rs=async e=>e.branch(),_s=async e=>e.show(["-s","--format=%s"]),Fs=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),Ls="datadog-git-plugin",zs=e=>{const{options:t,context:n}=e,o=n.getLogger(Ls),r=o.time("get git information",{start:!1}),i=async e=>{try{const t=await(async e=>{const t={baseDir:e||process.cwd(),binary:"git",maxConcurrentProcesses:3};try{const e=j(t),n=await e.revparse("--show-toplevel");t.baseDir=n}catch{}return j(t)})(u.dirname(e));if(0===(await t.getRemotes(!0)).length)return o.warn("No git remotes available, skipping git plugin. This is expected for a repository that has not been pushed yet."),void r.end();const i=await(async e=>{const t=[Os(e),Rs(e),_s(e),Fs(e),Ts(e),Cs(e)],[n,o,r,i,s,a]=await Promise.all(t),[u,c,d,l,p,f]=i.split(",").map((e=>e.trim()));return{commit:{author:{name:u,email:c,date:d},committer:{name:l,email:p,date:f},message:r.trim(),hash:n},hash:n,branch:o.current,remote:a.trim(),trackedFilesMatcher:new Ms(s)}})(t);n.git=i,r.end(),await n.asyncHook("git",n.git)}catch(e){o.error(`Could not get git information: ${e.message}`)}};return[{name:Ls,enforce:"pre",buildRoot(e){if(ee(t))try{r.resume();const t=((e,t)=>{let n,o=us(process.cwd(),e);for(;!n;){const e=u.resolve(o,t);if(De(e)&&(n=e),o=o.split(u.sep).slice(0,-1).join(u.sep),[u.sep,""].includes(o))break}return n})(e,".git");if(!t)return o.warn("No .git directory found, skipping git plugin."),void r.end();n.queue(i(t))}catch(e){o.error(`Could not get git information: ${e.message}`)}}}]},Bs="datadog-injection-plugin",qs=/^https?:\/\//,Vs=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],Us=t.bold.yellow;function Ws(e){return e.some((e=>e.position===Me.BEFORE||e.position===Me.AFTER))}function Ks(e){return e.some((e=>e.injectIntoAllChunks))}const Hs=(e,t,n)=>{const o=e.filter((e=>e.position===t&&(!n||n.isEntry||e.injectIntoAllChunks))).map((e=>ea(e.value)?e.value(n):e.value)).filter(Boolean);if(0===o.length)return"";return`// begin injection by Datadog build plugins\n${o.map((e=>`(() => {${e}})();`)).join("\n\n")}\n// end injection by Datadog build plugins`},Js=async(e,t,n=process.cwd())=>{const o=ea(e.value)?await e.value():e.value;try{if("file"===e.type){const e=o;return await(e.match(qs)?(async(e,t=5e3)=>{let n;return Promise.race([G({retries:2,minTimeout:100,url:e}).finally((()=>{t&&clearTimeout(n)})),new Promise(((e,o)=>{n=setTimeout((()=>{o(new Error("Timeout"))}),t)}))])})(e):(async(e,t=process.cwd())=>{const n=us(t,e);return je(n)})(e,n))}return o}catch(r){const i=`${e.type} - ${ne(o)}`;return e.fallback?(t.debug(`Fallback for "${i}": ${r.toString()}`),Js(e.fallback,t,n)):(t.warn(`Failed "${i}": ${r.toString()}`),"")}},Gs=async(e,t,n,o=process.cwd())=>{const r=t.filter(Zs).map((e=>{const t=e.value;return{...e,value:e=>t(e)}})),i=t.filter((e=>!Zs(e))),s=await Promise.all(i.map((async t=>({...t,value:await Js(t,e,o)})))),a=e=>({...e,position:e.position??Me.BEFORE});n.push(...r.map(a),...s.map(a))},Ys=e=>e instanceof Error&&"code"in e,Qs=e=>Vs.includes(e),Xs=(e,t,n)=>{e.warn(`"${Us(t)}" files are not supported (${Us(n)}).`)},Zs=e=>"function"==typeof e.value&&1===e.value.length,ea=e=>"function"==typeof e,ta=s.promises,na=(e,t,n)=>({setup(o){const{onStart:i,onResolve:a,onLoad:c,onEnd:d,esbuild:l,initialOptions:p}=o,f=[],g=`${t.bundler.name}.${Me.MIDDLE}.${T}.js`,h=s.realpathSync(m.tmpdir()),y=u.resolve(h,g),b=new RegExp(`${g}$`),w=p.inject;p.inject=w?[...w]:[],p.inject.push(y),i((async()=>{f.push(...await as(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await Se(u.dirname(e)),await r.writeFile(e,t,{encoding:"utf-8"})})(y,"")}catch(t){e.error(`Could not create the files: ${t.message}`)}})),a({filter:b},(async e=>({path:e.path,namespace:Bs}))),c({filter:b,namespace:Bs},(async()=>({contents:Hs(n,Me.MIDDLE)||" ",resolveDir:t.buildRoot,loader:"js"}))),d((async o=>{if(!o.metafile){const n=new Error("Missing metafile from build result.");return e.warn(n.message),void t.markArtifactsReady(n)}if(Ws(n))try{const r=[];for(const[i,s]of Object.entries(o.metafile.outputs)){const o=Boolean(s.entryPoint&&f.some((e=>e.resolved.endsWith(s.entryPoint))));if(!o&&!Ks(n))continue;const a=us(t.buildRoot,i),{base:c,ext:d}=u.parse(a);Qs(d)?r.push((async()=>{try{const e=`${a}.map`,t=await ta.readFile(a,"utf-8"),r=await ta.readFile(e,"utf-8").catch((()=>!1)),i=u.basename(a),s=Hs(n,Me.BEFORE,{sourceOrHash:t,fileName:i,isEntry:o}),c=Hs(n,Me.AFTER,{sourceOrHash:t,fileName:i,isEntry:o});if(!s&&!c)return;const d=t.replace(/\n?\/\/# sourceMappingURL=.*$/m,""),p=r?`${d}\n//# sourceMappingURL=data:application/json;base64,${Buffer.from(r).toString("base64")}`:d,f=await l.transform(p,{loader:"default",banner:s,footer:c,sourcemap:r?"external":void 0,sourcefile:i});await Promise.all([ta.writeFile(a,f.code),r&&f.map?ta.writeFile(e,f.map):null])}catch(t){if(!Ys(t)||"ENOENT"!==t.code)throw t;e.warn(`Could not inject content in ${a}: ${t}`)}})()):Xs(e,d,c)}await Promise.all(r),t.markArtifactsReady()}catch(e){throw t.markArtifactsReady(e),e}}))}}),oa=T,ra="?inject-proxy",ia=(e,t)=>({renderChunk:{order:"post",handler(n,o){const{base:r,ext:i}=u.parse(o.fileName);if(!Qs(i))return Xs(e,i,r),null;const s=Hs(t,Me.BEFORE,{sourceOrHash:n,fileName:o.fileName,isEntry:o.isEntry}),a=Hs(t,Me.AFTER,{sourceOrHash:n,fileName:o.fileName,isEntry:o.isEntry});if(!s&&!a)return null;const c=new D(n);return s&&c.prepend(`${s}\n`),a&&c.append(`\n${a}`),{code:c.toString(),map:c.generateMap({file:o.fileName,hires:"boundary"})}}},async resolveId(e,n,o){if(X(e))return{id:e,moduleSideEffects:!0};if(o.isEntry&&Hs(t,Me.MIDDLE)){if(e.endsWith(".html"))return null;const t=await this.resolve(e,n,o);if(!t||t.external)return t;return(await this.load(t)).moduleSideEffects=!0,`${t.id}${ra}`}return null},load(e){if(X(e))return Hs(t,Me.MIDDLE);if(e.endsWith(ra)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let o=`import ${JSON.stringify(oa)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(o+=`export { default } from ${JSON.stringify(t)};`),o}return null}}),sa=(e,t,n,o,r)=>i=>{const a=new WeakMap,c=e.sources.ConcatSource,d=n.bundler.name,l=u.resolve(n.buildRoot,"node_modules",".cache","datadog-build-plugins",`${d}.${Me.MIDDLE}.${T}.js`);Ie(l,"");i.hooks.shutdown.tap(Bs,(()=>{var e;e=l,s.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));const p=async()=>{await Gs(t,o,r,n.buildRoot)};i.hooks.beforeRun.tapPromise(Bs,p),i.hooks.watchRun.tapPromise(Bs,p),i.hooks.compilation.tap(Bs,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:Bs,stage:o},(()=>{for(const e of n.chunks){const o=e.canBeInitial(),i=e.contentHash?.javascript??e.hash;for(const s of e.files){const{base:e,ext:d}=u.parse(s);if(!Qs(d)){Xs(t,d,e);continue}const l=e,p=Hs(r,Me.BEFORE,{sourceOrHash:i,fileName:l,isEntry:o}),f=Hs(r,Me.AFTER,{sourceOrHash:i,fileName:l,isEntry:o});""===p&&""===f||n.updateAsset(s,(e=>{const t=a.get(e);if(!t||t.banner!==p||t.footer!==f){const t=new c(p,"\n",e,"\n",f);return a.set(e,{source:t,banner:p,footer:f}),t}return t.source}))}}}))}));const f=(e=>{const n={import:[l]},o=e=>{for(const[n,o]of Object.entries(e))"object"==typeof o?(o.import=o.import||[],o.import.unshift(l)):"string"==typeof o?e[n]=[l,o]:Array.isArray(o)?o.unshift(l):t.error("Invalid entry type: "+typeof o)};return e?"function"==typeof e?async()=>{const t=await e();return o(t),t}:"object"!=typeof e?"string"==typeof e?[n,e]:(t.error("Invalid entry type: "+typeof e),e):(o(e),e):{ddHelper:n}})(i.options.entry);i.options.entry=f},aa=e=>{const{bundler:t,context:n}=e,o=n.getLogger(Bs),r=[],i=[];n.inject=e=>{r.push(e)};const s={name:Bs,enforce:"post",esbuild:na(o,n,i),webpack:sa(t,o,n,r,i),rspack:sa(t,o,n,r,i),rollup:ia(o,i),vite:{...ia(o,i),enforce:"pre",transformIndexHtml:{order:"pre",handler:()=>Hs(i,Me.MIDDLE)?[{tag:"script",attrs:{type:"module",src:"/@id/__datadog-helper-file"},injectTo:"head-prepend"}]:[]}}};var a;return a=n.bundler.name,["rspack","webpack"].includes(a)?s.load={filter:{id:R},handler:()=>({code:Hs(i,Me.MIDDLE)})}:s.buildStart=async()=>{await Gs(o,r,i,n.buildRoot),"esbuild"===n.bundler.name&&Ws(i)&&n.markArtifactsPending()},[s]},ua="datadog-true-end-plugin",ca=e=>{const{context:t}=e,n=async()=>{await t.asyncHook("asyncTrueEnd")},o=async()=>{await t.asyncHook("flush")},r=()=>{t.hook("syncTrueEnd")},i=async()=>{r(),await n(),await o()},s=e=>{e.hooks.shutdown.tapPromise(ua,i)},a={async writeBundle(){},async closeBundle(){await i()}};return[{name:ua,enforce:"post",webpack:s,esbuild:{setup(e){e.onEnd((async()=>{await n(),await o()})),e.onDispose((()=>{r()}))}},vite:a,rollup:a,rspack:s}]},da={[ai]:Ri},la=t.bold.red;var pa="3.2.12-dev.0";const fa=(({bundler:t,version:n})=>{const o=Date.now();return e(((e,r)=>{const i=Date.now(),s=((e={})=>{const t=(e=>{const t=[];return void 0===e||void 0!==e.version&&"string"!=typeof e.version&&t.push("metadata.version must be a string"),t})(e.metadata),n=U("SITE"),o=K(n,"DATADOG_SITE/DD_SITE",t)??K(e.auth?.site,"auth.site",t),r={site:o?.site??L};if(t.length)throw new Error(`Invalid Datadog plugin configuration:\n - ${t.join("\n - ")}`);return Object.defineProperty(r,"apiKey",{value:U("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(r,"appKey",{value:U("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:r}})(e);"esbuild"===r.framework&&(r.esbuildHostName=z);const a=process.env.BUILD_PLUGINS_ENV||"production",u=_.includes(a)?a:"development",c=t.rspackVersion||t.version||t.VERSION,d=r.framework,l={bundler:{name:d,version:c},env:u,metadata:s.metadata||{},packageName:`@datadog/${d}-plugin`,version:n},p={errors:[],logs:[],metrics:new Set,queue:[],timings:[],warnings:[]},f=(({start:e,options:t,data:n,stores:o})=>{const r=process.cwd(),i={errors:o.errors,warnings:o.warnings,logs:o.logs,metadata:n.metadata,timings:o.timings,bundler:n.bundler},s={addMetric:()=>{throw new Error("AddMetric function called before it was initialized.")},artifactsPending:!1,artifactsReady:Promise.resolve(),auth:t.auth,pluginNames:[],bundler:{...i.bundler,outDir:r},build:i,buildRoot:r,env:n.env,getLogger:de(n,o,t.logLevel),asyncHook:()=>{throw new Error("AsyncHook function called before it was initialized.")},hook:()=>{throw new Error("Hook function called before it was initialized.")},inject:()=>{throw new Error("Inject function called before it was initialized.")},markArtifactsPending:()=>{},markArtifactsReady:()=>{},plugins:[],queue:()=>{throw new Error("Queue function called before it was initialized.")},sendLog:Y(n),start:e,version:n.version};let a,u;return s.markArtifactsPending=()=>{a||u||(s.artifactsReady=new Promise(((e,t)=>{a=e,u=t})),s.artifactsPending=!0,s.artifactsReady.catch((()=>{})))},s.markArtifactsReady=e=>{const t=a,n=u;a=void 0,u=void 0,s.artifactsPending=!1,void 0===e?t?.():n?.(e)},s})({start:o,options:s,data:l,stores:p}),m=f.getLogger("factory"),g=m.time("Plugins initialization",{start:i});f.pluginNames.push(z);const h=[];h.push(["analytics",rs],["async-queue",ss],["build-report",ks],["bundler-report",Ds],["custom-hooks",Ps],["git",zs],["injection",aa],["true-end",ca]),s.customPlugins&&h.push(["custom",s.customPlugins]);const y=[["apps",he,Ho],["error-tracking",Jo,hr],["live-debugger",yr,ii],["metrics",ai,_i],["output",Fi,Ui],["rum",Wi,ns]];for(const[e,t,n]of y)ge(s,t,m)&&h.push([e,n]);for(const[e,n]of h)f.plugins.push(...fe(f,n,e)({bundler:t,context:f,options:s,data:l,stores:p}));return(e=>{const t=[];for(const n of V){const o=W(n);if(o.length>1&&!o.every((e=>process.env[e]===process.env[o[0]]))){const r=o.map((e=>q(e))).join(" and "),i=q(`DATADOG_${n}`);e.warn(`Conflicting keys ${r}, will use ${i}`),t.push(`${r} (using ${i})`)}else if(o.length){const e=o.map((e=>B(e))).join(" and ");t.push(`${e} (same value)`)}}t.length&&e.info(`Overrides from environment:\n - ${t.join("\n - ")}`)})(m),f.pluginNames.push(...f.plugins.map((e=>e.name))),(e=>{const t=new Set(e.filter((t=>e.filter((e=>e===t)).length>1)));if(t.size>0)throw new Error(`Duplicate plugin names: ${la(Array.from(t).join(", "))}`)})(f.pluginNames),f.hook("init",f),g.end(),f.plugins}))})({bundler:b,version:pa}).esbuild,ma=pa,ga=da;export{fa as datadogEsbuildPlugin,ga as helpers,ma as version};
1
+ import{createUnplugin as e}from"unplugin";import t from"chalk";import n from"async-retry";import{File as o}from"buffer";import r,{mkdtemp as i}from"fs/promises";import s from"fs";import{JsonStreamStringify as a}from"json-stream-stringify";import u from"path";import{Readable as c}from"stream";import{spawn as d}from"child_process";import{randomBytes as l,createHash as p,randomUUID as f}from"crypto";import m from"http";import h,{tmpdir as g}from"os";import*as y from"eslint-scope";import b from"jszip";import{glob as w}from"glob";import v from"pretty-bytes";import $ from"p-queue";import k from"@jridgewell/remapping";import{performance as x}from"perf_hooks";import{instrument as S}from"@datadog/js-instrumentation-wasm";import{simpleGit as E}from"simple-git";import I from"magic-string";import D from"esbuild";import A from"node:url";import P from"node:path";import j from"node:module";const M=A.fileURLToPath(import.meta.url),T=P.dirname(M),C=j.createRequire(import.meta.url),O="__datadog-helper-file",N=new RegExp(O),R=["development","production","test"],_=["datadoghq.com","us3.datadoghq.com","us5.datadoghq.com","datadoghq.eu","ddog-gov.com","us2.ddog-gov.com","ap1.datadoghq.com","ap2.datadoghq.com","datad0g.com"],F=_[0],z="datadog-build-plugins",L=t.bold.green,U=t.bold.yellow,B=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","APPS_INTAKE_URL","APPS_PUBLISH","APPS_UPLOAD_ASSETS","APPS_VERSION_NAME","APPS_AUTH_METHOD","SITE"],q=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],V=(e,t)=>{if(void 0===e)return t;const n=e.toLowerCase();return!!["1","true","yes","on"].includes(n)||!["0","false","no","off"].includes(n)&&t},K=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},H=(e,t,n)=>{if(void 0===e)return;const o=(e=>{if("string"!=typeof e)return;const t=e.toLowerCase(),n=_.find((e=>e===t));if(n)return{site:n};const o=_.filter((e=>t.endsWith(`.${e}`)));if(!o.length)return;const r=o.reduce(((e,t)=>t.length>e.length?t:e)),i=t.slice(0,t.length-r.length-1);return i&&/^[a-z0-9-]+$/.test(i)?{site:r,subdomain:i}:void 0})(e);if(o)return o;n.push(`${t} "${e}" is not a supported Datadog site. See the site parameters in https://docs.datadoghq.com/getting_started/site/.`)},W=e=>null===e||"object"!=typeof e?"":Object.entries(e).map((([e,t])=>`${e}: ${"string"==typeof t?t:JSON.stringify(t)}`)).join(", "),J=e=>({"DD-EVP-ORIGIN":`${e.bundler}-build-plugin_${e.plugin}`,"DD-EVP-ORIGIN-VERSION":e.version}),G=async e=>{const{getForm:t,defaultHeaders:n={},zip:o=!0}=e,r=await t(),i=new Request("fake://url",{method:"POST",body:r});return{data:o?i.body.pipeThrough(new CompressionStream("gzip")):i.body,headers:{"Content-Encoding":o?"gzip":"multipart/form-data",...n,...Object.fromEntries(i.headers.entries())}}},Y=[400,401,403,404,405,409,413],Q=async e=>{const{auth:t,url:o,method:r="GET",getData:i,type:s="text"}=e,a={retries:0===e.retries?0:e.retries||5,onRetry:e.onRetry,maxTimeout:e.maxTimeout,minTimeout:e.minTimeout};return n((async(e,n)=>{let a;try{const e={method:r,duplex:"half"};let n={"X-Datadog-Origin":"build-plugins"};if(t&&"accessToken"in t?t.accessToken&&(n.Authorization=`Bearer ${t.accessToken}`):(t?.apiKey&&(n["DD-API-KEY"]=t.apiKey),t?.appKey&&(n["DD-APPLICATION-KEY"]=t.appKey)),"function"==typeof i){const{data:t,headers:o}=await i();e.body=t,n={...n,...o}}a=await fetch(o,{...e,headers:n})}catch(t){return e(t),{}}if(!a.ok){let t=`HTTP ${a.status} ${a.statusText}`;try{const e=(e=>{try{const t=JSON.parse(e);if(null!==t&&"object"==typeof t)if("errors"in t&&Array.isArray(t.errors)){const e=t.errors.map(W).filter((e=>e.length>0)).join("\n");if(e)return e}else{const e=W(t);if(e)return e}}catch{}return e})(await a.text());e&&(t+=`\n${e}`)}catch{}if(Y.includes(a.status))return e(new Error(t)),{};throw new Error(t)}try{let e;return e="json"===s?await a.json():await a.text(),e}catch(t){return e(t),{}}}),a)},Z=e=>({message:t,context:n})=>Q({retries:2,minTimeout:100,url:"https://browser-http-intake.logs.datadoghq.com/v1/input/pub44d5f4eb86e1392037b7501f7adc540e",method:"POST",type:"json",getData:async()=>{const o={ddsource:e.packageName||z,message:t,service:"build-plugins",team:"language-foundations",env:e.env,version:e.version,bundler:{name:e.bundler.name,version:e.bundler.version},metadata:e.metadata,...n};return{data:JSON.stringify(o),headers:{"Content-Type":"application/json"}}}}),X=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),ee=e=>e.includes(O),te=e=>{const t={bundler:e.bundler,errors:e.errors,metadata:e.metadata,warnings:e.warnings,logs:e.logs,timings:e.timings,start:e.start,end:e.end,duration:e.duration,writeDuration:e.writeDuration,entries:[],inputs:[],outputs:[]};for(const n of e.entries||[]){const e={...n,inputs:[],outputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),n.outputs&&(e.outputs=n.outputs.map((e=>e.filepath))),t.entries.push(e)}for(const n of e.inputs||[]){const e={...n,dependencies:[],dependents:[]};if(n.dependencies)for(const t of n.dependencies)e.dependencies.push(t.filepath);if(n.dependents)for(const t of n.dependents)e.dependents.push(t.filepath);t.inputs.push(e)}for(const n of e.outputs||[]){const e={...n,inputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),t.outputs.push(e)}return t},ne=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},oe=e=>{const t=Math.floor(e/1e3/60/60/24),n=new Date(e-24*t*60*60*1e3),o=n.getUTCHours(),r=n.getUTCMinutes(),i=n.getUTCSeconds(),s=n.getUTCMilliseconds(),a=`${t?`${t}d `:""}${o?`${o}h `:""}${r?`${r}m `:""}${i?`${i}s`:""}`.trim();return`${a}${!a||s?` ${s}ms`:""}`.trim()},re=(e,t=60,n="[...]")=>{if(e.length<=t)return e;const o=Math.max(4,t-n.length),r=Math.min(10,Math.floor(o/2)),i=o-r;return`${e.slice(0,r)}${n}${e.slice(-i)}`},ie=(e="")=>{try{if(!e||e.startsWith("git@"))return e;const t=new URL(e),n="/"===t.pathname?"":t.pathname;return`${t.protocol?`${t.protocol}//`:""}${t.host}${n}`}catch{return e}},se=e=>e.trim().toLowerCase().replace(/[^a-z0-9_:./-]+/g,"_").replace(/^_+|_+$/g,"")||"unknown",ae=e=>Object.entries(e).map((([e,n])=>` - ${e}: ${t.bold.green((e=>{if(void 0===e)return"undefined";if(null===e)return"null";if(Array.isArray(e))return e.join(", ");if("object"==typeof e)try{return JSON.stringify(e,null,2)}catch{return String(e)}return e?.toString()??""})(n))}`)).join("\n"),ue={debug:0,info:1,warn:2,error:3,none:4},ce=e=>e.split(">").map(X).join(">"),de=(e,n,o,r)=>{const i=ce(e);return(s,a="debug",{forward:u,context:c}={})=>{let d=t.dim,l=console.log;"error"===a?(d=t.red,l=console.error):"warn"===a?(d=t.yellow,l=console.warn):"info"===a&&(d=t.cyan,l=console.log);const p=`[${n.metadata?.name?`${n.metadata.name}|`:""}${a}|${n.bundler.name}|${i}]`,f="string"==typeof s?s:JSON.stringify(s,null,2);if(o.logs.push({bundler:n.bundler.name,pluginName:e,type:a,message:f,time:Date.now()}),"error"===a&&o.errors.push(f),"warn"===a&&o.warnings.push(f),u){const t=async()=>{try{const t=Z(n);await t({message:f,context:{plugin:e,status:a,...c}})}catch(t){de(e,n,o,r)(`Error forwarding log: ${t}`,"debug")}};o.queue.push(t())}ue[a]>=ue[r]&&l(`${d(p)} ${f}`)}},le=(e,n,o)=>(r,i={})=>{const{level:s="debug",start:a=!0,log:u=!0,tags:c=[]}=i,d={pluginName:e,label:r,spans:[],tags:[...c,`plugin:${e}`,`level:${s}`],logLevel:s,total:0};n.push(d);const l=()=>d.spans.filter((e=>!e.end)),p=n=>{l().length||(!d.spans.length&&u&&o(t.dim(`[${t.cyan(r)}] : start`),"debug"),d.spans.push({start:n||Date.now(),tags:[`plugin:${e}`]}))},f=(e,n=!0)=>{const i=l();if(i?.length){i.length>1&&o(`Timer ${t.cyan(r)} has more than one ongoing span.`,"debug");for(const t of i)t.end=e||Date.now()}else n&&o(`Timer ${t.cyan(r)} cannot be paused, no ongoing span.`,"debug")};if(a){let e;"number"==typeof a&&(e=a),p(e)}return{timer:d,resume:p,end:e=>{f(e,!1);const n=d.spans.reduce(((e,t)=>e+(t.end-t.start)),0);d.total=n,u&&o(`[${t.cyan(r)}] : ${t.cyan(oe(n))}`,s)},pause:f,tag:(e,t={})=>{const{span:n=!1}=t;if(n){const t=l();for(const n of t)n.tags.push(...e)}else d.tags.push(...e)}}},pe=(e,t,n="warn")=>o=>{const r=de(o,e,t,n);return{getLogger:r=>pe(e,t,n)(`${ce(o)}>${r}`),time:le(o,t.timings,r),error:(e,t)=>r(e,"error",t),warn:(e,t)=>r(e,"warn",t),info:(e,t)=>r(e,"info",t),debug:(e,t)=>r(e,"debug",t)}},fe=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],me=(e,t,n,o)=>{const r=n=>function(...r){const i=o.time(`${e} | ${t}`,{log:!1,tags:["type:hook",`hook:${t}`]}),s=n.apply(this,r);return s instanceof Promise?s.finally((()=>{i.end()})):(i.end(),s)};return"object"==typeof n&&null!==n&&"handler"in n?{...n,handler:r(n.handler)}:r(n)},he=(e,t,n)=>{const o=e.getLogger(z);return e=>{const r=o.time(`hook | init ${n}`,{log:!1}),i=t(e).map((e=>((e,t)=>{const n={...e},o=X(e.name);for(const r of fe){const i=e[r];i&&(n[r]=me(o,r,i,t))}return n})(e,o))),s=i.map((e=>`plugin:${e.name}`));return r.tag(s),r.end(),i}},ge=new Set,ye=(e,t,n)=>{const o=e[t];if(o&&"object"==typeof o&&"enable"in o){const e=o.enable;if("boolean"!=typeof e&&void 0!==e&&(ge.has(t)||(ge.add(t),n.warn(`\`${t}.enable\` should be a boolean, got ${typeof e}. Non-boolean values are coerced today but will be rejected in the next major.`))),void 0!==e)return!!e}return!!o},be="apps",we="datadog-apps-plugin",ve="api/unstable/app-builder-code/apps",$e="datadog-apps-assets.zip",ke=/\.backend\.(ts|tsx|js|jsx)$/,xe=[".ts",".tsx",".js",".jsx",".mjs",".cjs",".mts",".cts"],Se=["apiKey","oauth"],Ee=e=>{const t=e[be]||{},n=(e=>{if(void 0!==e){if(Se.includes(e))return e;throw new Error(`apps.authOverrides.method must be one of: ${Se.join(", ")}`)}})(q("APPS_AUTH_METHOD")||t.authOverrides?.method)||((e=>Boolean((q("API_KEY")||e.auth?.apiKey)&&(q("APP_KEY")||e.auth?.appKey)))(e)?"apiKey":"oauth");return{include:t.include||[],dryRun:t.dryRun??!V(q("APPS_UPLOAD_ASSETS"),!1),identifier:t.identifier?.trim(),name:t.name?.trim()||e.metadata?.name?.trim(),...null!=t.description&&{description:t.description},...null!=t.selfService&&{selfService:t.selfService},...null!=t.permissions&&{permissions:t.permissions},authOverrides:{method:n}}},Ie=async e=>r.rm(e,{force:!0,maxRetries:3,recursive:!0}),De=async e=>r.mkdir(e,{recursive:!0}),Ae=(e,t)=>{var n;n=u.dirname(e),s.mkdirSync(n,{recursive:!0}),s.writeFileSync(e,t,{encoding:"utf-8"})},Pe=e=>s.readFileSync(e,{encoding:"utf-8"}),je=e=>{try{return s.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},Me=async(e,t)=>{if("function"==typeof s.openAsBlob){const n=await s.openAsBlob(e,{type:t.contentType});return new o([n],t.filename)}{const n=c.toWeb(s.createReadStream(e)),r=await new Response(n).blob();return new o([r],t.filename,{type:t.contentType})}},Te=async e=>{const t={empty:!1,exists:!0};try{const{size:n}=await r.stat(e);0===n&&(t.empty=!0)}catch(e){if("ENOENT"!==e.code)throw e;t.exists=!1}return t};var Ce=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(Ce||{});const Oe=()=>import("oauth4webapi"),Ne=t.cyan.bold,Re=e=>e.toString("base64url"),_e=(e,t)=>{const n=(e=>"datad0g.com"===e?"f4bacdd2-0c8c-49f5-bf3e-a62ba3ec02e6":"e17b9ffa-3daf-4124-ba1b-4ac8c547d506")(e);return{authorizationUrl:`https://${t?`${t}.${e}`:`app.${e}`}/oauth2/v1/authorize`,cacheTokens:!0,clientId:n,openBrowser:!0,redirectUri:"http://localhost:8060",timeoutMs:3e5,tokenUrl:`https://api.${e}/oauth2/v1/token`}},Fe=e=>({client_id:e}),ze=e=>({issuer:new URL(e.authorizationUrl).origin,authorization_endpoint:e.authorizationUrl,token_endpoint:e.tokenUrl}),Le=(e,t)=>`${e}:${t.clientId}:${((e,t)=>p("sha256").update([t.clientId,e,t.authorizationUrl,t.tokenUrl].join("|")).digest("hex").slice(0,16))(e,t)}`,Ue=(e,t,n)=>{e.writeHead(t,{"Content-Type":"text/html; charset=UTF-8"}),e.end(n)},Be=(e,t,n=Date.now())=>({accessToken:e.access_token,expiresAt:"number"==typeof e.expires_in?n+1e3*e.expires_in:void 0,expiresIn:e.expires_in,refreshToken:e.refresh_token,scope:e.scope,site:t,tokenType:e.token_type}),qe=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),Ve=e=>e instanceof Error?e.message:String(e),Ke=e=>{const t=Ve(e).toLowerCase();return"NoEntry"===(e=>qe(e)&&"string"==typeof e.code?e.code:void 0)(e)||t.includes("noentry")||t.includes("no matching entry")||t.includes("not found")},He=async(e,t)=>{const{AsyncEntry:n}=await import("@napi-rs/keyring");return new n("datadog-build-plugins:oauth",Le(e,t))},We=(e,t)=>new Error(`Could not ${e} Datadog OAuth token in the OS credential store. ${t instanceof Error?t.message:String(t)}`),Je=async(e,t)=>{try{const n=await He(e,t),o=await n.getPassword();if(!o)return;const r=JSON.parse(o);return(e=>{if(qe(e)&&1===e.version&&qe(e.token)&&"string"==typeof e.token.accessToken&&"string"==typeof e.token.clientId&&"string"==typeof e.token.site)return e})(r)?.token}catch(e){if(Ke(e))return;throw We("read",e)}},Ge=async(e,t,n,o=e.site)=>{if(t.cacheTokens)try{await(async(e,t,n)=>{try{const o=await He(e,n),r={version:1,token:t};await o.setPassword(JSON.stringify(r))}catch(e){throw We("save",e)}})(o,((e,t)=>({accessToken:e.accessToken,clientId:t,expiresAt:e.expiresAt,refreshToken:e.refreshToken,scope:e.scope,site:e.site,tokenType:e.tokenType}))(e,t.clientId),t),n.debug("Saved Datadog OAuth token to the OS credential store.")}catch(e){n.warn(`Could not save Datadog OAuth token to the OS credential store; continuing without a persistent cache. ${Ve(e)}`)}},Ye=async(e,t,n)=>{if(t.cacheTokens)try{await(async(e,t)=>{try{const n=await He(e,t);await n.deletePassword()}catch(e){if(!Ke(e))throw We("delete",e)}})(e,t)}catch(e){n.warn(`Could not delete cached Datadog OAuth token. ${Ve(e)}`)}},Qe=async(e,t,n)=>{if(!t.cacheTokens)return;let o;try{o=await Je(e,t)}catch(e){n.warn(`Could not read cached Datadog OAuth token; starting browser authorization. ${Ve(e)}`)}if(o){if(void 0===(r=o).expiresAt||r.expiresAt>Date.now()+3e5)return n.debug("Using cached Datadog OAuth access token."),(e=>({accessToken:e.accessToken,expiresAt:e.expiresAt,refreshToken:e.refreshToken,scope:e.scope,site:e.site,tokenType:e.tokenType}))(o);var r;if(o.refreshToken)try{n.debug("Refreshing cached Datadog OAuth access token.");const r=await(async(e,t,n)=>{const o=await Oe(),r=ze(t),i=Fe(t.clientId),s=await o.refreshTokenGrantRequest(r,i,o.None(),n),a=await o.processRefreshTokenResponse(r,i,s);return Be({...a,refresh_token:a.refresh_token||n},e)})(e,t,o.refreshToken);return await Ge(r,t,n),r}catch(o){return n.warn(`Cached Datadog OAuth token could not be refreshed; starting browser authorization. ${o instanceof Error?o.message:String(o)}`),void await Ye(e,t,n)}}},Ze=async(e,t,n)=>{const o=await Oe(),r=ze(t),i=Fe(t.clientId),s=Re(l(32)),a=await(async e=>(await Oe()).calculatePKCECodeChallenge(e))(s),u=Re(l(32)),c=(e=>{const t=new URL(e.authorizationUrl);return t.searchParams.set("redirect_uri",e.redirectUri),t.searchParams.set("client_id",e.clientId),t.searchParams.set("response_type","code"),t.searchParams.set("code_challenge",e.codeChallenge),t.searchParams.set("code_challenge_method","S256"),t.searchParams.set("state",e.state),t})({authorizationUrl:t.authorizationUrl,clientId:t.clientId,codeChallenge:a,redirectUri:t.redirectUri,state:u}),p=(async e=>{const t=new URL(e.redirectUri),n=Number(t.port||80);if("http:"!==t.protocol)throw new Error("OAuth redirect URI must use http for the local OAuth callback.");if(!Number.isInteger(n)||n<=0)throw new Error("OAuth redirect URI must include a valid port.");let o,r=!1;const i=m.createServer();try{return await new Promise(((s,a)=>{const u=e=>{r||(r=!0,e())};i.on("request",((n,o)=>{const r=new URL(n.url||"/",t.origin);if(r.pathname!==t.pathname)return void Ue(o,404,"Not found.");let i;try{i=e.oauth.validateAuthResponse(e.authorizationServer,e.client,r,e.state)}catch(e){return Ue(o,400,"OAuth authorization failed. You may now close this tab."),void u((()=>a(e instanceof Error?e:new Error(String(e)))))}if(!i.get("code"))return Ue(o,400,"Missing OAuth authorization code. You may now close this tab."),void u((()=>a(new Error("Missing OAuth authorization code."))));Ue(o,200,"OAuth authorization complete. You may now close this tab."),u((()=>s({callbackParameters:i})))})),i.once("error",(e=>u((()=>a(e))))),o=setTimeout((()=>{u((()=>a(new Error(`Timed out waiting for OAuth callback after ${e.timeoutMs}ms.`))))}),e.timeoutMs);try{const e="localhost"===t.hostname?void 0:t.hostname;i.listen(n,e)}catch(e){u((()=>a(e instanceof Error?e:new Error(String(e)))))}}))}finally{o&&clearTimeout(o),i.listening&&(i.close(),i.closeAllConnections?.(),i.closeIdleConnections?.())}})({authorizationServer:r,client:i,oauth:o,redirectUri:t.redirectUri,state:u,timeoutMs:t.timeoutMs});n.info(`Authorize Datadog Apps upload:\n ${Ne(c.toString())}`),t.openBrowser&&((e,t)=>{const n="darwin"===process.platform?{command:"open",args:[e]}:"win32"===process.platform?{command:"cmd",args:["/c","start","",e]}:{command:"xdg-open",args:[e]};try{const e=d(n.command,n.args,{detached:!0,stdio:"ignore"});e.once("error",(e=>{t.warn(`Could not open browser automatically: ${Ve(e)}`)})),e.unref()}catch(e){t.warn(`Could not open browser automatically: ${Ve(e)}`)}})(c.toString(),n);return(async e=>{const t=await Oe(),n=ze(e),o=Fe(e.clientId),r=await t.authorizationCodeGrantRequest(n,o,t.None(),e.callbackParameters,e.redirectUri,e.codeVerifier),i=await t.processAuthorizationCodeResponse(n,o,r);return Be(i,e.site)})({callbackParameters:(await p).callbackParameters,clientId:t.clientId,codeVerifier:s,redirectUri:t.redirectUri,site:e,tokenUrl:t.tokenUrl,authorizationUrl:t.authorizationUrl})},Xe=new Map,et=async(e,t,n)=>{const o=_e(e,n),r=`${e}:${n??""}:${o.clientId}`;let i=Xe.get(r);return i||(i=(async(e,t,n)=>{const o=await Qe(e,t,n);return o?{persistAfterSuccessfulRequest:!1,token:o}:{persistAfterSuccessfulRequest:!0,token:await Ze(e,t,n)}})(e,o,t).catch((e=>{throw Xe.delete(r),e})),Xe.set(r,i)),i},tt='Set apps.authOverrides.method: "oauth" or DD_APPS_AUTH_METHOD=oauth to use OAuth, or set DD_API_KEY and DD_APP_KEY to use API/App key auth.';class nt extends Error{constructor(){super(`Missing authentication. ${tt}`),this.statusCode=400,this.name="MissingAuthenticationError"}}const ot=(e,t,n)=>{if("oauth"===e)return e=>(async({auth:e,log:t,...n})=>{const{site:o,siteSubdomain:r}=e,{persistAfterSuccessfulRequest:i,token:s}=await et(o,t,r);if(!s.accessToken)throw new Error("OAuth authentication did not return an access token.");const a=await Q({...n,auth:{accessToken:s.accessToken}});return i&&await Ge(s,_e(o,r),t,o),a})({...e,auth:t,log:n});if(t.apiKey&&t.appKey)return e=>Q({...e,auth:{apiKey:t.apiKey,appKey:t.appKey}});throw new nt};function rt(e,t){if(!function(e){return"Program"===e.type}(e))throw new Error(`Expected a Program node from this.parse() for ${t}, got ${e.type}`);return e}function it(e){return"object"==typeof e&&null!==e&&"Literal"===e.type&&"string"==typeof e.value}function st(e){return"type"===e.importKind||"type"===e.exportKind}function at(e,t){return function(e,t){const n=rt(e,t),o=function(e){const t=new Map;for(const n of e.body)if("FunctionDeclaration"===n.type&&n.id)t.set(n.id.name,{kind:"function"});else if("ClassDeclaration"===n.type&&n.id)t.set(n.id.name,{kind:"class"});else if("VariableDeclaration"===n.type)for(const e of n.declarations)"Identifier"===e.id.type&&t.set(e.id.name,{kind:"variable",init:e.init});else if("ImportDeclaration"===n.type)for(const e of n.specifiers)t.set(e.local.name,{kind:"import"});return t}(n),r=[];for(const e of n.body){if("ExportDefaultDeclaration"===e.type)throw new Error(`Default exports are not supported in .backend.ts files. Use a named export instead: ${t}`);if("ExportAllDeclaration"===e.type)throw new Error(`"export *" is not supported in .backend.ts files. Use explicit named exports instead: ${t}`);if("ExportNamedDeclaration"!==e.type)continue;e.declaration&&r.push(...dt(e.declaration,t).map((e=>({kind:"local",name:e,localName:e}))));const n="string"==typeof e.source?.value?e.source.value:null;for(const i of e.specifiers){if("Identifier"!==i.exported.type)continue;if("default"===i.exported.name)throw new Error(`Default exports are not supported in .backend.ts files. Use a named export instead: ${t}`);const e="Identifier"===i.local.type?i.local.name:"string"==typeof i.local.value?i.local.value:null;e&&(n?r.push({kind:"re-export",name:i.exported.name,localName:e,source:n}):("Identifier"===i.local.type&&lt(e,o,t),r.push({kind:"local",name:i.exported.name,localName:e})))}}return r}(e,t).map((e=>e.name))}const ut=new Set(["ArrayExpression","Literal","ObjectExpression","TemplateLiteral"]);function ct(e){return null==e||ut.has(e.type)}function dt(e,t){if("FunctionDeclaration"===e.type&&e.id)return[e.id.name];if("ClassDeclaration"===e.type)throw new Error(`Class exports are not supported in .backend.ts files. Only function exports are allowed: ${t}`);if("VariableDeclaration"===e.type)return e.declarations.flatMap((e=>{if("Identifier"!==e.id.type)throw new Error(`Destructured exports are not supported in backend files. Use individual named exports instead: ${t}`);if(ct(e.init))throw new Error(`Non-function export "${e.id.name}" in backend file ${t}. Only function exports are supported — use "export function ${e.id.name}(…) { }" instead.`);return[e.id.name]}));throw new Error(`Unsupported export declaration type "${e.type}" in backend file ${t}. Only function and variable exports are allowed.`)}function lt(e,t,n){const o=t.get(e);if(o){if("class"===o.kind)throw new Error(`Class exports are not supported in .backend.ts files. Only function exports are allowed: ${n}`);if("variable"===o.kind&&ct(o.init))throw new Error(`Non-function export "${e}" in backend file ${n}. Only function exports are supported — use "export function ${e}(…) { }" instead.`)}}function pt(e){const t=e.relativePath.split(u.sep).join("/");return`${p("sha256").update(t).digest("hex")}.${e.name}`}function ft(e){const t=[];for(const{exportName:n,queryName:o}of e)t.push(`export async function ${n}(...args) {`),t.push(` return globalThis.DD_APPS_RUNTIME.executeBackendFunction(${JSON.stringify(o)}, args);`),t.push("}"),t.push("");return t.join("\n")}function mt(e,t){try{return C.resolve(e,{paths:[t]}),!0}catch{return!1}}function ht(e,t,n){const o=[],r=mt("@datadog/apps-backend/runtime/jsFunctionWithActions",n);return o.push(`import { ${e} } from ${JSON.stringify(t)};`),r&&o.push("import { buildRuntimeFromJsFunctionWithActions } from '@datadog/apps-backend/runtime/jsFunctionWithActions';\nimport { setBackend } from '@datadog/apps-backend/runtime';"),function(e){return mt("@datadog/action-catalog/action-execution",e)}(n)&&o.push("import { setExecuteActionImplementation } from '@datadog/action-catalog/action-execution';"),o.push(""),o.push('/** @param {import("./context.types").Context} $ */'),o.push("export async function main($) {"),o.push(" globalThis.$ = $;"),o.push(""),r&&(o.push(" // Supply the backend runtime context"),o.push(" if (typeof buildRuntimeFromJsFunctionWithActions === 'function' && typeof setBackend === 'function') {\n setBackend(buildRuntimeFromJsFunctionWithActions($));\n }"),o.push("")),o.push(" // Register the $.Actions-based implementation for executeAction"),o.push(" if (typeof setExecuteActionImplementation === 'function') {\n setExecuteActionImplementation(async (actionId, request) => {\n const actionPath = actionId.replace(/^com\\.datadoghq\\./, '');\n const pathParts = actionPath.split('.');\n let actionFn = $.Actions;\n for (const part of pathParts) {\n if (!actionFn) throw new Error('Action not found: ' + actionId);\n actionFn = actionFn[part];\n }\n if (typeof actionFn !== 'function') throw new Error('Action is not a function: ' + actionId);\n return actionFn(request);\n });\n }"),o.push(""),o.push(" const args = $.backendFunctionArgs ?? [];"),o.push(` const result = await ${e}(...args);`),o.push(" return result;"),o.push("}"),o.join("\n")}function gt(e,t,n){const o={state:t},r=e=>{n._?.(e,o),function(e,t){return t[e.type]}(e,n)?.(e,o);for(const t of Object.keys(e))"type"!==t&&i(e[t])},i=e=>{if(Array.isArray(e))for(const t of e)yt(t)&&r(t);else yt(e)&&r(e)};r(e)}function yt(e){return"object"==typeof e&&null!==e&&"type"in e&&"string"==typeof e.type}function bt(e){gt(e,null,{_(e){const t=e;t.range||"number"!=typeof t.start||"number"!=typeof t.end||(t.range=[t.start,t.end])}});const t=y.analyze(e,{ecmaVersion:2022,ignoreEval:!0,sourceType:"module"}),n=new Map;for(const e of t.scopes)for(const t of e.references)n.set(t.identifier,t);return{scopeManager:t,referencesByIdentifier:n,moduleScope:kt(t)}}function wt(e,t){return t.referencesByIdentifier.get(e)?.resolved??void 0}function vt(e){return e.defs.some((e=>"ImportBinding"===e.type))}function $t(e,t){return t.moduleScope.set.get(e)}function kt(e){return e.scopes.find((e=>"module"===e.type))??e.globalScope}function xt(e,t,n){const o={scopeAnalysis:t,unsupportedAliases:St(e,t)},r=[];return gt(e,o,{CallExpression(e,{state:t}){(function(e,t,n){const o=e.callee;if("Identifier"===o.type){if(At(o,t.unsupportedAliases,t.scopeAnalysis))throw Tt(n,"action-catalog call aliases");if(At(o,t.scopeAnalysis.actionFunctions,t.scopeAnalysis)){if(e.optional)throw Tt(n,"optional action-catalog calls");return!0}return!1}if("MemberExpression"!==o.type)return!1;if(!Et(o,t.scopeAnalysis))return!1;if(e.optional||Dt(o))throw Tt(n,"optional or computed action-catalog namespace calls");return!0})(e,t,n)&&r.push(e)}}),r}function St(e,t){const n=new Set;return gt(e,t,{VariableDeclarator(e,{state:t}){for(const o of function(e,t){if("Identifier"===e.id.type&&"Identifier"===e.init?.type&&At(e.init,t.actionFunctions,t))return jt(e,t,[e.id.name]);if("Identifier"===e.id.type&&"MemberExpression"===e.init?.type&&Et(e.init,t))return jt(e,t,[e.id.name]);if("ObjectPattern"!==e.id.type||"Identifier"!==e.init?.type||!At(e.init,t.actionNamespaces,t))return[];const n=e.id.properties.flatMap((e=>"RestElement"===e.type||e.computed?[]:Mt(e.value))).map((e=>e.name));return jt(e,t,n)}(e,t))n.add(o)},AssignmentExpression(e,{state:t}){for(const o of function(e,t){if("Identifier"===e.left.type&&"Identifier"===e.right.type&&At(e.right,t.actionFunctions,t))return Pt([e.left],t);if("Identifier"===e.left.type&&"MemberExpression"===e.right.type&&Et(e.right,t))return Pt([e.left],t);if("ObjectPattern"!==e.left.type||"Identifier"!==e.right.type||!At(e.right,t.actionNamespaces,t))return[];const n=e.left.properties.flatMap((e=>"RestElement"===e.type||e.computed?[]:Mt(e.value)));return Pt(n,t)}(e,t))n.add(o)}}),n}function Et(e,t){const n=It(e);return!!n&&At(n,t.actionNamespaces,t)}function It(e){return"Identifier"===e.object.type?e.object:"MemberExpression"===e.object.type?It(e.object):void 0}function Dt(e){return!(!e.optional&&!e.computed)||"MemberExpression"===e.object.type&&Dt(e.object)}function At(e,t,n){return function(e,t,n){const o=wt(e,n);return!!o&&t.has(o)}(e,t,n.moduleScope)}function Pt(e,t){return e.flatMap((e=>{const n=wt(e,t.moduleScope);return n?[n]:[]}))}function jt(e,t,n){const o=new Set(n);return t.moduleScope.scopeManager.getDeclaredVariables(e).filter((e=>o.has(e.name)))}function Mt(e){switch(e.type){case"Identifier":return[e];case"ObjectPattern":return e.properties.flatMap((e=>"RestElement"===e.type?Mt(e.argument):Mt(e.value)));case"ArrayPattern":return e.elements.flatMap((e=>e?Mt(e):[]));case"RestElement":return Mt(e.argument);case"AssignmentPattern":return Mt(e.left);case"MemberExpression":return[]}}function Tt(e,t){return new Error(`Unsupported action-catalog call in ${e}: ${t} could hide a connectionId.`)}const Ct="@datadog/action-catalog";function Ot(e,t,n){const o=e.get(t);if(!o)return Ut(t,[],n.name);const r=wt(n,o.scopeAnalysis);return r?function(e,t){return t.defs.some((t=>t.name===e))}(n,r)?Bt(t,[],n.name):_t({modules:e,visitedExports:new Set},t,r,[]):Bt(t,[],n.name)}function Nt(e,t,n,o){const r=e.modules.get(t);if(!r)return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-module-record",requestKind:"export",exportName:n,message:`Module '${e}' was not collected while resolving export '${n}'.`,hops:t}}(t,o,n);if("default"===n)return zt(t,o,n);const i=`${t}\0${n}`;if(e.visitedExports.has(i))return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"cycle",exportName:n,message:`Resolving export '${n}' from module '${e}' would cycle through the module graph.`,hops:t}}(t,o,n);e.visitedExports.add(i);try{const t=r.exportsByName.get(n);return t?function(e,t,n,o,r){if("unsupported"===o.kind)return function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"unsupported-export",exportName:n,exportReason:o,message:`Export '${n}' from module '${e}' is unsupported: ${o}.`,hops:t}}(t.id,r,n,o.reason);if("re-export"===o.kind)return"default"===o.importedName?zt(t.id,r,n):Nt(e,o.resolvedId,o.importedName,[...r,{kind:"re-export",moduleId:t.id,exportName:n,sourceModuleId:o.resolvedId,sourceExportName:o.importedName}]);return _t(e,t.id,o.variable,[...r,{kind:"local-export",moduleId:t.id,exportName:n,localName:o.variable.name}])}(e,r,n,t,o):function(e,t,n,o){let r;for(const i of t.starExports){const s=Nt(e,i.resolvedId,n,[...o,{kind:"star-export",moduleId:t.id,exportName:n,sourceModuleId:i.resolvedId}]);if("unsupported"===s.kind){if("missing-export"===s.reason)continue;return s}if(!r||!Rt(r,s)){if(r)return Ft(t.id,o,n);r=s}}return r??function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-export",exportName:n,message:`Module '${e}' does not expose export '${n}'.`,hops:t}}(t.id,o,n)}(e,r,n,o)}finally{e.visitedExports.delete(i)}}function Rt(e,t){return e.moduleId===t.moduleId&&e.variable===t.variable}function _t(e,t,n,o){const r=e.modules.get(t);if(!r)return Ut(t,o,n.name);const i=r.importsByVariable.get(n);if(i)return function(e,t,n,o,r){if("default"===o.kind)return Lt(t,r,n);if("namespace"===o.kind)return function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"namespace-import",variableName:n,message:`Variable '${n}' in module '${e}' is an unsupported namespace import.`,hops:t}}(t,r,n);if("default"===o.importedName)return Lt(t,r,n);return Nt(e,o.resolvedId,o.importedName,[...r,{kind:"import",moduleId:t,localName:n,exportName:o.importedName,sourceModuleId:o.resolvedId}])}(e,r.id,n.name,i,o);const s=r.topLevelBindingsByVariable.get(n);return s?"const"===s.kind?{kind:"local",moduleId:r.id,variable:n,binding:s,hops:o}:"mutable"===s.kind?function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"mutable-binding",variableName:n,declarationKind:o,message:`Variable '${n}' in module '${e}' is declared with mutable '${o}'.`,hops:t}}(r.id,o,n.name,s.declarationKind):function(e,t,n,o){return{kind:"unsupported",moduleId:e,reason:"unsupported-binding",variableName:n,bindingReason:o,message:`Variable '${n}' in module '${e}' has unsupported binding: ${o}.`,hops:t}}(r.id,o,n.name,s.reason):function(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-static-binding",variableName:n,message:`Variable '${n}' in module '${e}' does not have a recorded top-level static binding.`,hops:t}}(r.id,o,n.name)}function Ft(e,t,n){return{kind:"unsupported",moduleId:e,reason:"ambiguous-star-export",exportName:n,message:`Module '${e}' exposes ambiguous star exports for '${n}'.`,hops:t}}function zt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"default-export",exportName:n,message:`Export '${n}' from module '${e}' resolves through an unsupported default export.`,hops:t}}function Lt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"default-import",variableName:n,message:`Variable '${n}' in module '${e}' is an unsupported default import.`,hops:t}}function Ut(e,t,n){return{kind:"unsupported",moduleId:e,reason:"missing-module-record",requestKind:"variable",variableName:n,message:`Module '${e}' was not collected while resolving variable '${n}'.`,hops:t}}function Bt(e,t,n){return{kind:"unsupported",moduleId:e,reason:"unresolved-identifier",variableName:n,message:`Identifier '${n}' in module '${e}' is not a resolvable reference.`,hops:t}}function qt(e,t,n){const o=en(n);switch(o.type){case"Literal":return function(e,t){if("string"==typeof t.value)return{kind:"resolved",moduleId:e,value:t.value};return function(e,t){return{kind:"unsupported",moduleId:e,reason:"non-string-literal",valueType:t,message:`Literal value type '${t}' in module '${e}' is not a string.`}}(e,typeof t.value)}(t,o);case"TemplateLiteral":return function(e,t){if(t.expressions.length>0)return function(e){return{kind:"unsupported",moduleId:e,reason:"dynamic-template-literal",message:`Dynamic template literals in module '${e}' cannot be resolved to static strings.`}}(e);return{kind:"resolved",moduleId:e,value:t.quasis.map((e=>e.value.cooked??e.value.raw)).join("")}}(t,o);case"Identifier":return function(e,t,n){const o=Ot(e.modules,t,n);if("unsupported"===o.kind)return dn(o,n.name);if(!o.binding.expression)return ln(o.moduleId,o.variable.name);if(e.seenVariables.has(o.variable))return rn(o.moduleId,o.variable.name);e.seenVariables.add(o.variable);try{return qt(e,o.moduleId,o.binding.expression)}finally{e.seenVariables.delete(o.variable)}}(e,t,o);case"MemberExpression":return function(e,t,n){const o=Vt(e,t,n);if("unsupported"===o.kind)return o;return qt(e,o.moduleId,o.expression)}(e,t,o);default:return function(e,t){return{kind:"unsupported",moduleId:e,reason:"unsupported-expression",expressionType:t,message:`Expression type '${t}' in module '${e}' cannot be resolved to a static string.`}}(t,o.type)}}function Vt(e,t,n){if(n.optional)return function(e){return{kind:"unsupported",moduleId:e,reason:"optional-member-expression",message:`Optional member expressions in module '${e}' cannot be resolved to static strings.`}}(t);if(n.computed)return function(e){return{kind:"unsupported",moduleId:e,reason:"computed-member-expression",message:`Computed member expressions in module '${e}' cannot be resolved to static strings.`}}(t);if("Identifier"!==n.property.type)return function(e,t){return{kind:"unsupported",moduleId:e,reason:"non-static-member-property",propertyType:t,message:`Member property type '${t}' in module '${e}' is not statically named.`}}(t,n.property.type);const o=Kt(e,t,n.object);return"unsupported"===o.kind?o:function(e,t,n){let o;for(const r of t.properties){if("SpreadElement"===r.type)return cn(e);if(r.computed)return on(e);if(Xt(r)===n){if(o)return sn(e,n);if("init"!==r.kind)return nn(e,n);if(!Ht(r))return un(e,n,r.value.type);o=r}}if(!o)return function(e,t){return{kind:"unsupported",moduleId:e,reason:"missing-object-property",propertyName:t,message:`Static object in module '${e}' does not have property '${t}'.`}}(e,n);return{kind:"resolved",moduleId:e,expression:o.value}}(o.moduleId,o.expression,n.property.name)}function Kt(e,t,n){if("Super"===n.type)return an(t,n.type);const o=en(n);if("ObjectExpression"===o.type)return{kind:"resolved",moduleId:t,expression:o};if("MemberExpression"===o.type){const n=Vt(e,t,o);return"unsupported"===n.kind?n:Kt(e,n.moduleId,n.expression)}if("Identifier"!==o.type)return an(t,o.type);const r=Ot(e.modules,t,o);if("unsupported"===r.kind)return dn(r,o.name);if(!r.binding.expression)return ln(r.moduleId,r.variable.name);if(e.mutatedImportedObjectVariables.has(r.variable))return function(e,t){return{kind:"unsupported",moduleId:e,reason:"imported-object-mutation",variableName:t,message:`Imported object '${t}' from module '${e}' is mutated in the module graph.`}}(r.moduleId,r.variable.name);if(e.seenVariables.has(r.variable))return rn(r.moduleId,r.variable.name);e.seenVariables.add(r.variable);try{return Kt(e,r.moduleId,r.binding.expression)}finally{e.seenVariables.delete(r.variable)}}function Ht(e){const{value:t}=e;return"ObjectPattern"!==t.type&&"ArrayPattern"!==t.type&&"RestElement"!==t.type&&"AssignmentPattern"!==t.type}function Wt(e){const t=new Set;for(const n of e.values())gt(n.ast,{modules:e,mutatedVariables:t,record:n},{AssignmentExpression(e,{state:t}){Gt(e.left,t)},UpdateExpression(e,{state:t}){Gt(e.argument,t)},UnaryExpression(e,{state:t}){"delete"===e.operator&&Gt(e.argument,t)},ForInStatement(e,{state:t}){Jt(e.left,t)},ForOfStatement(e,{state:t}){Jt(e.left,t)}});return t}function Jt(e,t){"VariableDeclaration"!==e.type&&Gt(e,t)}function Gt(e,t){if("Identifier"!==e.type)if("MemberExpression"!==e.type)if("ObjectPattern"!==e.type)if("ArrayPattern"!==e.type)"RestElement"!==e.type?"AssignmentPattern"===e.type&&Gt(e.left,t):Gt(e.argument,t);else for(const n of e.elements)n&&Gt(n,t);else for(const n of e.properties)Gt("RestElement"===n.type?n.argument:n.value,t);else{const n=Zt(e);n&&Yt(n,t)}else Yt(e,t)}function Yt(e,t){const n=Qt(t,e,new Set);n&&t.mutatedVariables.add(n)}function Qt(e,t,n){const o=wt(t,e.record.scopeAnalysis);if(!o||n.has(o))return;if(n.add(o),vt(o)){const n=Ot(e.modules,e.record.id,t);return"local"===n.kind?n.variable:void 0}const r=function(e){for(const t of e.defs){const e=t.node;if("VariableDeclarator"===e.type&&e.init)return e.init}return}(o);if(!r)return;const i=function(e){const t=en(e);if("Identifier"===t.type)return t;if("MemberExpression"===t.type)return Zt(t);return}(r);return i?Qt(e,i,n):void 0}function Zt(e){return"Identifier"===e.type?e:"MemberExpression"===e.type?Zt(e.object):void 0}function Xt(e){return"Identifier"===e.key.type?e.key.name:"Literal"===e.key.type&&"string"==typeof e.key.value?e.key.value:void 0}function en(e){let t=e;for(;tn(t);)t=t.expression;return t}function tn(e){const t=e.type;return("TSAsExpression"===t||"TSSatisfiesExpression"===t||"TSNonNullExpression"===t||"TSTypeAssertion"===t)&&!!e.expression}function nn(e,t){return{kind:"unsupported",moduleId:e,reason:"accessor-object-property",propertyName:t,message:`Static object property '${t}' in module '${e}' is an accessor.`}}function on(e){return{kind:"unsupported",moduleId:e,reason:"computed-object-property",message:`Computed object properties in module '${e}' cannot be resolved to static strings.`}}function rn(e,t){return{kind:"unsupported",moduleId:e,reason:"cycle",variableName:t,message:`Resolving variable '${t}' in module '${e}' would cycle through static string values.`}}function sn(e,t){return{kind:"unsupported",moduleId:e,reason:"duplicate-object-property",propertyName:t,message:`Static object in module '${e}' has duplicate property '${t}'.`}}function an(e,t){return{kind:"unsupported",moduleId:e,reason:"non-object-member-value",expressionType:t,message:`Expression type '${t}' in module '${e}' is not a static object value.`}}function un(e,t,n){return{kind:"unsupported",moduleId:e,reason:"unsupported-object-property-value",propertyName:t,valueType:n,message:`Static object property '${t}' in module '${e}' has unsupported value type '${n}'.`}}function cn(e){return{kind:"unsupported",moduleId:e,reason:"object-spread",message:`Object spreads in module '${e}' cannot be resolved to static strings.`}}function dn(e,t){return{kind:"unsupported",moduleId:e.moduleId,reason:"static-definition-unsupported",variableName:t,definition:e,message:`Variable '${t}' could not be resolved to a static definition: ${e.message}`}}function ln(e,t){return{kind:"unsupported",moduleId:e,reason:"uninitialized-const",variableName:t,message:`Const variable '${t}' in module '${e}' does not have an initializer.`}}const pn=new Set(["node_modules",".yarn"]);function fn(e,t,n,o=[]){if(!Mn(e,t))return null;const r=rt(n,e),i=bt(r),s=function(e,t){const n=function(e){return e.body.flatMap((e=>("ImportDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExportAllDeclaration"===e.type)&&e.source&&it(e.source)?[e.source.value]:[]))}(e);return t.map(((e,t)=>({source:n[t]??e,resolvedId:e})))}(r,o);return{id:e,ast:r,scopeAnalysis:i,staticDependencies:s,unsupportedDependencies:Pn(r),importsByVariable:mn(r,i,s),exportsByName:hn(r,i,s),starExports:bn(r,s),topLevelBindingsByVariable:wn(r,i)}}function mn(e,t,n){const o=new Map;for(const r of e.body){if("ImportDeclaration"!==r.type||!it(r.source))continue;const e=An(n,r.source.value);for(const n of r.specifiers){const[r]=t.scopeManager.getDeclaredVariables(n);r&&("ImportSpecifier"!==n.type?o.set(r,{kind:"ImportDefaultSpecifier"===n.type?"default":"namespace",resolvedId:e}):o.set(r,{kind:"named",importedName:In(n.imported),resolvedId:e}))}}return o}function hn(e,t,n){const o=new Map;for(const r of e.body)"ExportNamedDeclaration"!==r.type?"ExportDefaultDeclaration"!==r.type?"ExportAllDeclaration"===r.type&&yn(r,n,o):o.set("default",{kind:"unsupported",reason:"default export"}):gn(r,t,n,o);return o}function gn(e,t,n,o){if(e.declaration)!function(e,t,n){if(!e)return;if("VariableDeclaration"===e.type){for(const o of e.declarations){const e=t.scopeManager.getDeclaredVariables(o);if("Identifier"!==o.id.type){for(const t of e)n.set(t.name,{kind:"unsupported",reason:"binding pattern export"});continue}const[r]=e;r&&n.set(o.id.name,{kind:"local",variable:r})}return}if(("FunctionDeclaration"===e.type||"ClassDeclaration"===e.type)&&e.id){const[o]=t.scopeManager.getDeclaredVariables(e);o&&n.set(e.id.name,{kind:"local",variable:o})}}(e.declaration,t,o);else if(e.source&&it(e.source)){const t=An(n,e.source.value);for(const n of e.specifiers){if("ExportSpecifier"!==n.type)continue;const e=In(n.exported);"default"!==e?o.set(e,{kind:"re-export",importedName:In(n.local),resolvedId:t}):o.set(e,{kind:"unsupported",reason:"default re-export",resolvedId:t})}}else for(const n of e.specifiers){if("ExportSpecifier"!==n.type)continue;const e=In(n.exported);if("default"===e){o.set(e,{kind:"unsupported",reason:"default export"});continue}const r=$t(In(n.local),t);o.set(e,r?{kind:"local",variable:r}:{kind:"unsupported",reason:"unresolved local export"})}}function yn(e,t,n){const o=Dn(e);o&&it(e.source)&&n.set(o,{kind:"unsupported",reason:"namespace re-export",resolvedId:An(t,e.source.value)})}function bn(e,t){return e.body.flatMap((e=>"ExportAllDeclaration"!==e.type||Dn(e)||!it(e.source)?[]:[{resolvedId:An(t,e.source.value)}]))}function wn(e,t){const n=new Map;for(const o of e.body)vn(o,t,n);return function(e,t,n){gt(e,{scopeAnalysis:t,bindings:n},{AssignmentExpression(e,{state:t}){xn(e.left,t.scopeAnalysis,t.bindings)},UpdateExpression(e,{state:t}){xn(e.argument,t.scopeAnalysis,t.bindings)},UnaryExpression(e,{state:t}){"delete"===e.operator&&xn(e.argument,t.scopeAnalysis,t.bindings)},ForInStatement(e,{state:t}){kn(e.left,t.scopeAnalysis,t.bindings)},ForOfStatement(e,{state:t}){kn(e.left,t.scopeAnalysis,t.bindings)}})}(e,t,n),n}function vn(e,t,n){if("VariableDeclaration"===e.type)return void $n(e,t,n);if("ExportNamedDeclaration"===e.type&&"VariableDeclaration"===e.declaration?.type)return void $n(e.declaration,t,n);const o="ExportNamedDeclaration"===e.type||"ExportDefaultDeclaration"===e.type?e.declaration:e;if(o&&("FunctionDeclaration"===o.type||"ClassDeclaration"===o.type)&&o.id){const[e]=t.scopeManager.getDeclaredVariables(o);e&&n.set(e,{kind:"unsupported",reason:`${o.type} binding`})}}function $n(e,t,n){for(const o of e.declarations){const r=t.scopeManager.getDeclaredVariables(o);if("Identifier"!==o.id.type){for(const e of r)n.set(e,{kind:"unsupported",reason:"binding pattern"});continue}const[i]=r;i&&("const"===e.kind?n.set(i,{kind:"const",expression:o.init??null}):n.set(i,{kind:"mutable",declarationKind:e.kind}))}}function kn(e,t,n){"VariableDeclaration"!==e.type&&xn(e,t,n)}function xn(e,t,n){if("Identifier"!==e.type)if("MemberExpression"!==e.type)if("ObjectPattern"!==e.type)if("ArrayPattern"!==e.type)"RestElement"!==e.type?"AssignmentPattern"===e.type&&xn(e.left,t,n):xn(e.argument,t,n);else for(const o of e.elements)o&&xn(o,t,n);else for(const o of e.properties)xn("RestElement"===o.type?o.argument:o.value,t,n);else{const o=En(e);o&&Sn(o,t,n,"mutated object binding")}else Sn(e,t,n,"reassigned binding")}function Sn(e,t,n,o){const r=wt(e,t);if(!r||vt(r)||!n.has(r))return;const i=n.get(r);"mutable"!==i?.kind&&n.set(r,{kind:"unsupported",reason:o})}function En(e){return"Identifier"===e.type?e:"MemberExpression"===e.type?En(e.object):void 0}function In(e){return"Identifier"===e.type?e.name:String(e.value)}function Dn(e){const t=e.exported;return t?In(t):void 0}function An(e,t){return e.find((e=>e.source===t))?.resolvedId??t}function Pn(e){const t=[];return gt(e,t,{ImportExpression(e,{state:t}){const n=function(e){return Cn(e.source,"non-literal dynamic import")}(e);jn(n)&&t.push({specifier:n,kind:"dynamic-import"})},CallExpression(e,{state:t}){if(function(e){return"Import"===e.callee.type}(e)){const n=function(e){return Cn(e.arguments[0],"non-literal dynamic import")}(e);jn(n)&&t.push({specifier:n,kind:"dynamic-import"})}else(function(e){if("Identifier"!==e.callee.type||"require"!==e.callee.name)return!1;const[t]=e.arguments;return!t||!it(t)||On(t.value)})(e)&&t.push({specifier:Tn(e),kind:"require"})}}),t}function jn(e){return"non-literal dynamic import"===e||On(e)}function Mn(e,t){if(!xe.some((t=>e.endsWith(t))))return!1;const n=u.relative(u.resolve(t),e);return!n.startsWith("..")&&!u.isAbsolute(n)&&!n.split(u.sep).some((e=>pn.has(e)))}function Tn(e){return Cn(e.arguments[0],"local require")}function Cn(e,t){return it(e)?e.value:t}function On(e){return e.startsWith(".")||e.startsWith("/")}function Nn(e,t){return new Error(`Unsupported local module graph for ${e}: ${t} could hide an action-catalog connectionId.`)}function Rn(e,t,n){const o=new Set;return function(e,t,n,o){const r=[e],i=new Set;for(;r.length>0;){const s=r.shift();if(i.has(s))continue;i.add(s);const a=t.get(s);if(!a)throw Nn(e,`missing module record for ${s}`);o({entryId:e,moduleId:s,record:a});for(const t of a.unsupportedDependencies)throw Nn(e,`${t.kind} ${t.specifier}`);for(const o of a.staticDependencies){const i=o.resolvedId;if(Mn(i,n)){if(!t.has(i))throw Nn(e,`uncollected local import ${i} from ${a.id}`);r.push(i)}}}}(e,t,n,(({record:e})=>{const n=function(e){const t=new Set,n=new Set;for(const r of e.body)if("ImportDeclaration"===r.type&&"string"==typeof(o=r.source.value)&&(o===Ct||o.startsWith(`${Ct}/`))&&!st(r))for(const e of r.specifiers)st(e)||("ImportNamespaceSpecifier"===e.type?n.add(e.local.name):t.add(e.local.name));var o;return{functions:t,namespaces:n}}(e.ast),r=function(e,t){const n=new Set,o=new Set;for(const r of e.scopeManager.scopes)for(const e of r.variables)vt(e)&&(t.functions.has(e.name)&&n.add(e),t.namespaces.has(e.name)&&o.add(e));return{moduleScope:e,actionFunctions:n,actionNamespaces:o}}(e.scopeAnalysis,n);for(const n of xt(e.ast,r,e.id)){const r=_n(n,t,e);r&&o.add(r)}})),[...o].sort()}function _n(e,t,n){const[o]=e.arguments;if(!o||"ObjectExpression"!==o.type)throw Ln(n.id,"non-object action-catalog call arguments");const r=function(e,t){let n;for(const o of e.properties){if("SpreadElement"===o.type)throw Ln(t,"spread object arguments");if(o.computed)throw Ln(t,"computed object property keys");if(zn(o)){if(n)throw Ln(t,"multiple connectionId properties");if("init"!==o.kind)throw Ln(t,"accessor connectionId properties");if(!Fn(o))throw Ln(t,"destructuring pattern in connectionId value");n=o}}return n}(o,n.id);if(!r)return;const i=function(e,t,n){return qt({modules:e,mutatedImportedObjectVariables:Wt(e),seenVariables:new Set},t,n)}(t,n.id,r.value);if("resolved"===i.kind)return i.value;throw s=n.id,a=`static string resolution ${function(e){return"static-definition-unsupported"===e.reason?`${e.reason}/${e.definition.reason}`:e.reason}(i)}: ${i.message}`,new Error(`Unsupported action-catalog connectionId in ${s}: ${a}.`);var s,a}function Fn(e){const{value:t}=e;return"ObjectPattern"!==t.type&&"ArrayPattern"!==t.type&&"RestElement"!==t.type&&"AssignmentPattern"!==t.type}function zn(e){return"connectionId"===function(e){if("Identifier"===e.key.type)return e.key.name;if("Literal"===e.key.type&&"string"==typeof e.key.value)return e.key.value;return}(e)}function Ln(e,t){return new Error(`Unsupported action-catalog call in ${e}: ${t} could hide a connectionId.`)}const Un=/^(?:\0|virtual:)/;function Bn(e){const t=new Map;return{plugin:{name:"dd-backend-module-graph-collector",moduleParsed(n){const o=qn(n.id);if(r=o,Un.test(r))return;var r;if(!Mn(o,e))return;if("string"!=typeof n.code)return;let i;try{i=this.parse(n.code)}catch(e){throw Nn(o,`unparseable module source (${e instanceof Error?e.message:String(e)})`)}const s=fn(o,e,i,function(e){return e.importedIdResolutions?.map((({id:e})=>e))??[...e.importedIds]}(n).map(qn));s&&t.set(s.id,s)}},getModuleRecords:()=>t}}function qn(e){return e.split("?")[0]}function Vn(e,t){const n=Bn(t);return{plugin:n.plugin,getAllowedConnectionIds:()=>Rn(e,n.getModuleRecords(),t)}}function Kn(e,t){return{name:e,enforce:"pre",resolveId:e=>t[e]?{id:e,moduleSideEffects:!0}:null,load:e=>t[e]?t[e]:null}}function Hn(e,t,n=[]){return{configFile:!1,root:e,logLevel:"silent",build:{minify:!1,target:"esnext",rollupOptions:{output:{format:"es",exports:"named",inlineDynamicImports:!0},preserveEntrySignatures:"exports-only",treeshake:!1,onwarn(e,t){"MODULE_LEVEL_DIRECTIVE"!==e.code&&t(e)}}},resolve:{extensions:[...xe,".json"]},plugins:[Kn("dd-backend-resolve",t),...n]}}function Wn(e){return`${e.relativePath}/${e.name}`}async function Jn(e,t,n,o){const r=Wn(t),i=`virtual:dd-backend-dev:${r}`,s=function(e,t,n){return ht(e,t,n??process.cwd())}(t.name,t.absolutePath,n),a=Vn(t.absolutePath,n);o.debug(`Bundling backend function "${r}" from ${t.absolutePath}`);const u=Hn(n,{[i]:s},[a.plugin]),c=await e({...u,build:{...u.build,write:!1,rollupOptions:{...u.build.rollupOptions,input:i,output:u.build.rollupOptions.output}}}),d=Array.isArray(c)?c[0]:c;if(!("output"in d))throw new Error(`Unexpected vite.build result for "${r}"`);const l="chunk"===d.output[0].type?d.output[0].code:"",p={...t,allowedConnectionIds:a.getAllowedConnectionIds()};return o.debug(`Bundled "${r}" (${l.length} bytes)`),{func:p,code:l}}async function Gn(e,t,n,o,r,i){const s=`https://api.${o.site}/api/v2/app-builder/queries/preview-async`,a=Wn(t);i.debug(`Calling Datadog API: ${s}`);const u=JSON.stringify({data:{type:"queries",attributes:{query:{id:f(),name:a,type:"action",properties:{spec:{fqn:"com.datadoghq.datatransformation.jsFunctionWithActions",inputs:{script:e,allowedConnectionIds:t.allowedConnectionIds,context:{backendFunctionArgs:n}}},onlyTriggerManually:!0}},template_params:{}}}}),c=await r({url:s,method:"POST",type:"json",getData:()=>({data:u,headers:{"Content-Type":"application/json"}})}),d=c.data?.id;if(!d)throw new Error("No receipt ID returned from Datadog API");return i.debug(`Query execution started with receipt: ${d}`),async function(e,t,n,o){const r=`https://api.${t.site}/api/v2/app-builder/queries/execution-long-polling/${e}`,i=10;for(let e=0;e<i;e++){o.debug(`Long-poll attempt ${e+1}/${i}...`);const t=await n({url:r,type:"json"});if(t.errors?.length){const e=t.errors.map((e=>e.detail||e.title)).join("; ");throw new Error(`Query execution failed: ${e}`)}const s=t.data?.attributes;if(o.debug(`Long-poll response, done: ${s?.done}`),s?.done){if(!s.outputs)throw new Error("Query execution completed without outputs");return s.outputs}}throw new Error("Query execution timed out")}(d,o,r,i)}function Yn(e,t,n){e.statusCode=t,e.setHeader("Content-Type","application/json"),e.end(JSON.stringify({success:!1,error:n}))}class Qn extends Error{constructor(e,t){super(t),this.statusCode=e}}async function Zn(e,t,n){const{functionName:o,args:r=[]}=await function(e){return new Promise(((t,n)=>{let o="";e.on("data",(e=>{o+=e.toString()})),e.on("end",(()=>{try{t(JSON.parse(o))}catch{n(new Error("Invalid JSON body"))}})),e.on("error",n)}))}(e);if(!o||"string"!=typeof o)throw new Qn(400,"Missing or invalid functionName");const i=t.get(o);if(!i)throw new Qn(404,`Backend function "${o}" not found`);return{...await n(i),args:r}}function Xn(e,t,n,o,r,i){const s=t=>Jn(e,t,r,i),a=t();return a.length>0&&i.info(`Dev server middleware active for ${a.length} backend function(s): ${a.map((e=>e.name)).join(", ")}`),o||i.warn(`Auth credentials not configured. The /__dd/executeAction endpoint will be unavailable. ${tt}`),(e,r,a)=>{if("POST"!==e.method)return void a();const u=(c=t(),new Map(c.map((e=>[pt(e),e]))));var c;if("/__dd/debugBundle"===e.url)(async function(e,t,n,o){try{const{code:r}=await Zn(e,n,o);t.statusCode=200,t.setHeader("Content-Type","text/plain"),t.end(r)}catch(e){Yn(t,e instanceof Qn?e.statusCode:500,e instanceof Error?e.message:"Internal server error")}})(e,r,u,s).catch((()=>{Yn(r,500,"Unexpected error")}));else if("/__dd/executeAction"===e.url){if(!o)return void Yn(r,400,`Auth credentials not configured. ${tt}`);(async function(e,t,n,o,r,i,s){try{const{func:a,code:u,args:c}=await Zn(e,n,o),d=Wn(a);s.debug(`Executing action: ${d} with args`);const l=await Gn(u,a,c,r,i,s);t.statusCode=200,t.setHeader("Content-Type","application/json"),t.end(JSON.stringify({success:!0,result:l}))}catch(e){const n=e instanceof Qn?e.statusCode:500,o=e instanceof Error?e.message:"Internal server error";s.debug(`Error handling executeAction: ${o}`),Yn(t,n,o)}})(e,r,u,s,n,o,i).catch((()=>{Yn(r,500,"Unexpected error")}))}else a()}}const eo=async(e,t)=>{const n=(await Promise.all(e.map((e=>w(e,{absolute:!0,cwd:t,nodir:!0}))))).flat(),o=Array.from(new Set(n)).map((e=>u.relative(t,e))),r=(e=>{if(0===e.length)return"";const t=e[0].split(u.sep);let n="";for(let o=0;o<t.length-1;o++){const r=t.slice(0,o+1).join(u.sep);if(!e.every((e=>e.startsWith(`${r}${u.sep}`))))break;n=r}return n})(o);return o.map(((e,t)=>{const o=r?e.slice(r.length+1):e;return{absolutePath:n[t],relativePath:o.split(u.sep).join("/")}}))},to=(e,t)=>ee(t)?O:t.startsWith(e)||u.isAbsolute(t)?t:u.resolve(e,t),no=(e,t)=>{let n,o=to(process.cwd(),e);for(;!n;){const e=u.resolve(o,t);if(je(e)&&(n=e),o=o.split(u.sep).slice(0,-1).join(u.sep),[u.sep,""].includes(o))break}return n},oo=(e,t)=>{const n=[...e].map((e=>to(t||process.cwd(),e).split(u.sep))),o=n.length?Math.min(...n.map((e=>e.length))):0,r=[];for(let e=0;e<o;e++){const t=n[0][e];if(!n.every((n=>n[e]===t)))break;r.push(t)}return r.length>0&&r.join(u.sep)||u.sep},ro=t.bold.red,io=t.bold.yellow,so=e=>{const t=no(e,"package.json");if(t)try{const e=Pe(t);return JSON.parse(e)}catch(e){return}},ao=(e,t,n)=>{if(n?.name&&n?.identifier)return{identifier:n?.identifier,name:n.name};const o=so(e);o||t.warn(io("No package.json found to infer the app name."));const r=n?.name||o?.name?.trim();r||t.error(ro("Unable to determine the app name to compute the app identifier."));const i=((e,t)=>{const n=e||(e=>{if(e&&e.repository)return"string"==typeof e.repository?e.repository:"url"in e.repository?e.repository.url:void 0})(t);if(!n)return;const o=ie(n.trim());return o?o.replace(/\.git$/,""):void 0})(n?.url,o);i||t.error(ro("Unable to determine the git remote to compute the app identifier."));const s=n?.identifier||((e,t)=>{if(!e||!t)return;const n=`${e}:${t}`;return p("sha256").update(n).digest("hex").slice(0,32)})(i,r);return s&&r||t.error(ro("Unable to compute the app identifier.")),{identifier:s,name:r}},uo=t.green.bold,co=t.yellow.bold,lo=t.cyan.bold,po=t.bold,fo=(e,t,n,o,r)=>{if(o)return o;if(!r)return;return`https://${n??"app"}.${t}${"upload"===e?`/app-builder/apps/edit/${r}?viewMode=preview`:`/app-builder/apps/${r}`}`},mo=(e,t)=>`Could not resolve the App Builder URL for this ${e} — find "${t}" in your App Builder apps list to view it.`,ho=(e,t={},n)=>async()=>{const o=await Me(e,{contentType:"application/zip",filename:$e});return G({getForm:()=>{const e=new FormData;e.append("name",n),e.append("bundle",o,$e);const t=q("APPS_VERSION_NAME")?.trim();return t&&e.append("version",t),e},defaultHeaders:t,zip:!1})},go=async(e,t,n)=>{const o=[],r=[],i=t.doAuthenticatedRequest;if(!t.identifier)return o.push(new Error("No app identifier provided")),{errors:o,warnings:r};const s=(a=t.site,u=t.identifier,q("APPS_INTAKE_URL")||`https://api.${a}/${ve}/${u}/upload`);var a,u;const d=J({bundler:t.bundlerName,plugin:"apps",version:t.version}),l=ae({identifier:t.identifier,intakeUrl:s,defaultHeaders:`\n${JSON.stringify(d,null,2)}`}),p=`an archive of:\n - ${uo(e.assets.length.toString())} files\n - ${uo(v(e.size))}\n\nWith the configuration:\n${l}`;if(t.dryRun)return n.error(`\n${lo("Dry run enabled")}\n\nSkipping assets upload.\nWould have uploaded ${p}`),{errors:o,warnings:r};try{const o=await i({url:s,method:"POST",type:"json",getData:ho(e.archivePath,d,t.name),onRetry:(e,t)=>{const o=`Failed to upload archive (attempt ${co(`${t}/5`)}): ${e.message}`;r.push(o),n.warn(o)}});n.debug(`Uploaded ${p}\n`);const a=fo("upload",t.site,t.siteSubdomain,o.app_builder_url,o.app_builder_id);if(a)n.info(`Your application is available at:\n ${lo(a)}`);else{const e=mo("upload",t.name);r.push(e),n.warn(e)}const u=V(q("APPS_PUBLISH"),!0);if(o.version_id&&u){const e=((e,t)=>`https://api.${e}/${ve}/${t}/release/live`)(t.site,t.identifier),s=await i({url:e,method:"PUT",type:"json",getData:async()=>({data:c.from(JSON.stringify({version_id:o.version_id})),headers:{"Content-Type":"application/json",...d}}),onRetry:(e,t)=>{const o=`Failed to release version (attempt ${co(`${t}/5`)}): ${e.message}`;r.push(o),n.warn(o)}}),a=fo("release",t.site,t.siteSubdomain,s.app_builder_url,s.app_builder_id??o.app_builder_id);if(a)n.info(`Published uploaded version ${po(o.version_id)} to live.\n ${lo(a)}`);else{n.info(`Published uploaded version ${po(o.version_id)} to live.`);const e=mo("release",t.name);r.push(e),n.warn(e)}}else o.version_id&&!u&&n.info(`Uploaded version ${po(o.version_id)} as a draft (publish skipped).`)}catch(e){const t=e instanceof Error?e:new Error(String(e));o.push(t)}return{errors:o,warnings:r}},yo=t.yellow.bold,bo=t.red.bold,wo="manifest.json";async function vo(e,t){const n=await r.mkdtemp(u.join(h.tmpdir(),"dd-apps-manifest-")),o=u.join(n,wo);try{await r.writeFile(o,JSON.stringify(function(e,t){const n={};for(const t of e)n[pt(t)]={allowedConnectionIds:[...t.allowedConnectionIds]};const o={backend:{functions:n}};null!=t.description&&(o.description=t.description),null!=t.selfService&&(o.selfService=t.selfService);const r=t.permissions?.protectionLevel??null,i=t.permissions?.runAs??null;return null==r&&null==i||(o.permissions={...null!=r&&{protectionLevel:r},...null!=i&&{runAs:i}}),o}(e,t),null,2))}catch(e){throw await Ie(n),e}return{manifestAsset:{absolutePath:o,relativePath:wo},cleanup:()=>Ie(n)}}const $o=async({backendOutputs:e,backendFunctions:t,context:n,doAuthenticatedRequest:o,options:i})=>{const a=n.getLogger(we),{auth:c,buildRoot:d,bundler:{name:l,outDir:p},git:f,version:m}=n,g=a.time("handle assets");let y,w,v;try{const n=a.time("resolve identifier"),{name:g,identifier:v}=ao(d,a,{url:f?.remote,name:i.name,identifier:i.identifier});if(!v||!g)throw new Error("Missing apps identification.\nEither:\n - pass an 'options.apps.identifier' and 'options.apps.name' to your plugin's configuration.\n - have a 'name' and a 'repository' in your 'package.json'.\n - have a valid remote url on your git project.\n");n.end();const $=u.relative(d,p),k=[...i.include,`${$}/**/*`],x=await eo(k,d);if(!x.length)return void a.debug("No assets to upload.");const S=new Set(e.values()),E=x.filter((e=>!S.has(e.absolutePath))).map((e=>({...e,relativePath:`frontend/${e.relativePath}`})));for(const[t,n]of e)E.push({absolutePath:n,relativePath:`backend/${t}.js`});const{manifestAsset:I,cleanup:D}=await vo(t,i);w=D,E.push(I);const A=a.time("archive assets"),P=await(async e=>{const t=await r.mkdtemp(u.join(h.tmpdir(),"dd-apps-")),n=u.join(t,$e),o=new b;for(const t of e)o.file(t.relativePath,s.createReadStream(t.absolutePath),{binary:!0,compression:"DEFLATE",compressionOptions:{level:9}});await new Promise(((e,t)=>{const r=s.createWriteStream(n),i=o.generateNodeStream({type:"nodebuffer",streamFiles:!0,compression:"DEFLATE",compressionOptions:{level:9}});i.on("error",t),r.on("error",t),r.on("close",e),i.pipe(r)}));const{size:i}=await r.stat(n);return{archivePath:n,size:i,assets:e}})(E);A.end(),y=u.dirname(P.archivePath);const j=a.time("upload assets"),{errors:M,warnings:T}=await go(P,{bundlerName:l,doAuthenticatedRequest:o,dryRun:i.dryRun,identifier:v,name:g,site:c.site,siteSubdomain:c.siteSubdomain,version:m},a);if(j.end(),T.length>0&&a.warn(`${yo("Warnings while uploading assets:")}\n - ${T.join("\n - ")}`),M.length>0){const e=M.map((e=>{const t=e.cause instanceof Error?e.cause.message:e.cause,n=e.message||e.stack||String(e);return t?`${t}\n${n}`:n})).join("\n - ");throw new Error(` - ${e}`)}}catch(e){v=e,a.error(`${bo("Failed to upload assets:")}\n${e?.message||e}`)}if(y&&await Ie(y),w&&await w(),g.end(),v)throw v};const ko=u.join(T,"./apps-runtime.mjs"),xo=async()=>{throw new Error("Dry run should not perform authenticated requests.")},So=({bundler:e,context:t,options:n})=>{const o=t.getLogger(we),{auth:r}=t;t.inject({type:"file",position:Ce.MIDDLE,value:ko});const{setBackendFunctions:s,getBackendFunctions:a}=function(){const e=new Map;return{setBackendFunctions(t,n){e.set(t,n)},getBackendFunctions:()=>Array.from(e.values()).flat()}}();return{transform:{filter:{id:{include:[ke],exclude:[/node_modules/,/[/\\]dist[/\\]/]}},handler(e,n){const r=at(this.parse(e),n);if(0===r.length)return o.warn(`Backend file ${n} has no exported functions. Did you forget to add a named export?`),s(n,[]),{code:"",map:null};const{functions:i,proxyCode:a}=function(e,t,n){const o=u.relative(n,t).replace(ke,""),r=[],i=[];for(const n of e){const e={relativePath:o,name:n,absolutePath:t,allowedConnectionIds:[]};r.push(e),i.push({exportName:n,queryName:pt(e)})}return{functions:r,proxyCode:ft(i)}}(r,n,t.buildRoot);return s(n,i),o.debug(`Generated proxy for ${n} with ${i.length} export(s)`),{code:a,map:null}}},async closeBundle(){let s,c=new Map,d=a();if(d.length>0){const n=await async function(e,t,n,o){const r=await i(u.join(g(),"dd-apps-backend-")),s=new Map,a=new Map;o.debug(`Building ${t.length} backend function(s) via vite.build()`);for(const i of t){const t=pt(i),c=`\0dd-backend:${t}`,d=ht(i.name,i.absolutePath,n),l=Vn(i.absolutePath,n),p=Hn(n,{[c]:d},[l.plugin]),f=await e({...p,build:{...p.build,write:!0,outDir:r,emptyOutDir:!1,rollupOptions:{...p.build.rollupOptions,input:{[t]:c},output:{...p.build.rollupOptions.output,entryFileNames:"[name].js"}}}}),m=Array.isArray(f)?f[0]:f;if("output"in m)for(const e of m.output){if("chunk"!==e.type||!e.isEntry)continue;const n=u.resolve(r,e.fileName);s.set(t,n),o.debug(`Backend function "${t}" output: ${n}`)}a.set(i.absolutePath,l.getAllowedConnectionIds())}return{outDir:r,outputs:s,functions:t.map((e=>({...e,allowedConnectionIds:a.get(e.absolutePath)})))}}(e.build,d,t.buildRoot,o);s=n.outDir,c=n.outputs,d=n.functions}try{const e=n.dryRun?xo:ot(n.authOverrides.method,r,o);await $o({backendOutputs:c,backendFunctions:d,context:t,doAuthenticatedRequest:e,options:n})}finally{s&&await Ie(s)}},configureServer(i){let s;try{s=ot(n.authOverrides.method,r,o)}catch(e){if(!(e instanceof nt))throw e}i.middlewares.use(Xn(e.build,a,r,s,t.buildRoot,o))}}},Eo=({options:e,context:t,bundler:n})=>{const o=t.getLogger(we),r=Ee(e);return"vite"!==t.bundler.name?(o.warn(`The apps plugin only supports Vite; skipping under '${t.bundler.name}'.`),[]):[{name:we,enforce:"post",vite:So({bundler:n,context:t,options:r})}]},Io="errorTracking",Do="datadog-error-tracking-plugin",Ao=(e,n,o)=>{if(".map"!==u.extname(o))throw new Error(`The file ${t.green.bold(o)} is not a sourcemap.`);const r=o.replace(/\.map$/,""),i=u.relative(n,r),s=((e,t)=>{if(e.startsWith("/"))return u.join(e,t);try{const n=e.replace(/\/*$/,"/"),o=new URL(n),r=t.replace(/^[\\/]*/,"");return new URL(r,o).href}catch{return`${e}${t}`}})(e,i);return{minifiedFilePath:r,minifiedUrl:s,relativePath:i}},Po=/"?ddDebugId"?:"([0-9a-fA-F-]{36})"/,jo=async e=>{const t=await(async e=>{const t=await r.open(e,"r");try{const e=Buffer.alloc(1024),{bytesRead:n}=await t.read(e,0,1024,0);return e.toString("utf-8",0,n)}finally{await t.close()}})(e).catch((()=>{}));return t?(e=>Po.exec(e)?.[1])(t):void 0},Mo=/[/]+|[\\]+/g,To=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,Co=(e,t)=>{const n=e.replace(To,"").split(Mo),o=t.replace(To,"").split(Mo),r=n.join("/");let i="";for(let e=0;e<o.length;e+=1){const t=o.slice(-e).join("/");r.startsWith(t)&&(i=t)}return i},Oo=async(e,t,n,o,r)=>{const i=await(async(e,t)=>{const[n,o]=await Promise.all([Te(e.minifiedFilePath),Te(e.sourcemapFilePath)]);return{file:n,sourcemap:o,repeatedPrefix:Co(e.relativePath,t)}})(e,n),s=[],a=[],c=new Map([["event",{type:"string",options:{contentType:"application/json",filename:"event"},value:JSON.stringify({...t,debug_id:r,minified_url:e.minifiedUrl})}],["source_map",{type:"file",path:e.sourcemapFilePath,options:{filename:"source_map",contentType:"application/json"}}],["minified_file",{type:"file",path:e.minifiedFilePath,options:{filename:"minified_file",contentType:"application/javascript"}}]]);if(o)try{c.set("repository",{type:"string",options:{contentType:"application/json",filename:"repository"},value:JSON.stringify({data:[{files:o.trackedFilesMatcher.matchSourcemap(e.sourcemapFilePath,(t=>{a.push(`${u.basename(e.sourcemapFilePath)}: "${t}"`)})),hash:o.hash,repository_url:o.remote}],version:1})})}catch(t){a.push(`Could not attach git data for sourcemap ${e.sourcemapFilePath}: ${t.message}`)}return i.file.empty&&s.push(`Minified file is empty: ${e.minifiedFilePath}`),i.file.exists||s.push(`Minified file not found: ${e.minifiedFilePath}`),i.sourcemap.empty&&s.push(`Sourcemap file is empty: ${e.sourcemapFilePath}`),i.sourcemap.exists||s.push(`Sourcemap file not found: ${e.sourcemapFilePath}`),i.repeatedPrefix&&a.push(`The minified file path contains a repeated pattern with the minified path prefix: ${i.repeatedPrefix}`),{content:c,errors:s,warnings:a}},No=e=>{const t=e.message.match(/HTTP (\d{3})/);return t?`status_code:${t[1]}`:"status_code:unknown"},Ro=e=>{const t=No(e);return"status_code:unknown"!==t?`error_type:http_${t.replace("status_code:","")}`:`error_type:${se(e.name||"unknown")}`},_o=(e,t,n)=>{const o=((e,t)=>`${e}|${t.join("|")}`)(t,n),r=e.metrics.get(o);r?r.value++:e.metrics.set(o,{name:t,value:1,tags:n})},Fo=(e,t,n)=>{_o(e,"retry",[...e.baseTags,`attempt:${n}`,No(t),Ro(t)])},zo=(e,t)=>{_o(e,"failure",[...e.baseTags,No(t),Ro(t)])},Lo=(e,t)=>{if(!t.sendMetrics)return;if(!e.metrics.size)return;const n=(e=>{const t=Math.floor(Date.now()/1e3);return Array.from(e.metrics.values()).map((e=>({metric:`sourcemaps.upload.${e.name}`,type:"count",points:[[t,e.value]],tags:e.tags})))})(e);for(const e of n)t.addMetric(e)},Uo=t.green.bold,Bo=t.yellow.bold,qo=t.red.bold,Vo=(e,t={})=>async()=>G({getForm:async()=>{const t=new FormData;for(const[n,o]of e.content){const e="file"===o.type?await Me(o.path,o.options):new Blob([o.value],{type:o.options.contentType});t.append(n,e,o.options.filename)}return t},defaultHeaders:t,zip:!0}),Ko=async(e,t,n,o)=>{const r=[],i=[];if(!n.apiKey)return r.push({error:new Error("No authentication token provided")}),{errors:r,warnings:i};if(0===e.length)return i.push("No sourcemaps to upload"),{errors:r,warnings:i};const s=o.time("Queue uploads"),a=new($.default?$.default:$)({concurrency:t.maxConcurrency}),u=(c=n.site,q("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${c}/api/v2/srcmap`);var c;const d=J({bundler:n.bundlerName,plugin:"sourcemaps",version:n.version}),l=(e=>({metrics:new Map,baseTags:[`service:${e.service}`]}))(t),p=ae({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(d,null,2)}`}),f=`\nUploading ${Uo(e.length.toString())} sourcemaps with configuration:\n${p}`;o.debug(f);const m=[];for(const s of e){const e={sourcemap:s.content.get("source_map")?.path.replace(n.outDir,"."),file:s.content.get("minified_file")?.path.replace(n.outDir,".")};m.push(a.add((async()=>{try{await Q({auth:{apiKey:n.apiKey},url:u,method:"POST",getData:Vo(s,d),onRetry:(t,n)=>{Fo(l,t,n);const r=`Failed to upload ${Bo(e.sourcemap)} | ${Bo(e.file)}:\n ${t.message}\nRetrying ${n}/5`;i.push(r),o.debug(r)}})}catch(n){if(zo(l,n),r.push({metadata:e,error:n}),!0===t.bailOnError)throw n}})))}s.end(),o.debug(`Queued ${Uo(e.length.toString())} uploads.`);try{await Promise.all(m),await a.onIdle()}finally{Lo(l,n)}return{warnings:i,errors:r}},Ho=async(e,t,n)=>{const o=n.time("get sourcemaps files"),r=((e,t)=>{if(!t.outputs||0===t.outputs.length)throw new Error("No output files found.");return t.outputs.filter((e=>e.filepath.endsWith(".map"))).map((e=>e.filepath)).map((n=>({...Ao(e.minifiedPathPrefix,t.outDir,n),sourcemapFilePath:n,minifiedPathPrefix:e.minifiedPathPrefix})))})(e.sourcemaps,{outDir:t.outDir,outputs:t.outputs});o.end();const i=n.time("send sourcemaps");await(async(e,t,n,o)=>{const r=Date.now(),i=t.minifiedPathPrefix,s={git_repository_url:n.git?.remote,git_commit_sha:n.git?.hash,plugin_version:n.version,project_path:n.outDir,service:t.service,type:"js_sourcemap",version:t.releaseVersion},a=o.time("Compute payloads"),u=new($.default?$.default:$)({concurrency:t.maxConcurrency});let c=0;const d=await u.addAll(e.map((e=>async()=>{const t=await jo(e.minifiedFilePath);return t&&(c+=1),Oo(e,s,i,n.git,t)})));a.end(),o.debug(`Extracted debug_id for ${Uo(`${c}/${e.length}`)} sourcemaps.`);const l=d.map((e=>e.errors)).flat(),p=d.map((e=>e.warnings)).flat();if(p.length>0&&o.warn(`Warnings while preparing payloads:\n - ${p.join("\n - ")}`),l.length>0){const e=`Failed to prepare payloads, aborting upload :\n - ${l.join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e);return}const f=o.time("Upload sourcemaps"),{errors:m,warnings:h}=await Ko(d,t,{apiKey:n.apiKey,bundlerName:n.bundlerName,version:n.version,outDir:n.outDir,site:n.site,sendMetrics:n.sendMetrics,addMetric:n.addMetric},o);if(f.end(),o.debug(`Done uploading ${Uo(`${e.length-m.length}/${e.length}`)} sourcemaps in ${Uo(oe(Date.now()-r))}.`),m.length>0){const e=`Failed to upload some sourcemaps:\n - ${m.map((({metadata:e,error:t})=>{const n=t.cause||t.stack||t.message;return e?`${qo(e.file)} | ${qo(e.sourcemap)} :\n${n}`:n})).join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e)}h.length>0&&o.warn(`Warnings while uploading sourcemaps:\n - ${h.join("\n - ")}`)})(r,e.sourcemaps,{addMetric:t.addMetric,apiKey:t.apiKey,bundlerName:t.bundlerName,git:t.git,outDir:t.outDir,sendMetrics:t.sendMetrics,site:t.site,version:t.version},n),i.end()},Wo=e=>{const n=t.bold.red,o=e[Io]||{},r={errors:[]};if(o.sourcemaps){const t=o.sourcemaps,i=t.releaseVersion||e.metadata?.version;i||r.errors.push(`${n("sourcemaps.releaseVersion")} is required (set it directly or via ${n("metadata.version")}).`),t.releaseVersion&&e.metadata?.version&&t.releaseVersion!==e.metadata.version&&r.errors.push(`${n("sourcemaps.releaseVersion")} must match ${n("metadata.version")} when both are configured.`),t.service||r.errors.push(`${n("sourcemaps.service")} is required.`),t.minifiedPathPrefix||r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} is required.`),t.minifiedPathPrefix&&!(e=>{let t;try{t=new URL(e).host}catch{}return!(!t&&!e.startsWith("/"))})(t.minifiedPathPrefix)&&r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} must be a valid URL or start with '/'.`),i&&(r.config={bailOnError:!1,dryRun:!1,maxConcurrency:20,...t,releaseVersion:i})}return r},Jo=({options:e,context:t})=>{const n=t.getLogger(Do),o=n.time("validate options"),r=((e,t)=>{const n=[],o=Wo(e);if(n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Do}.`);return{...e[Io],sourcemaps:o.config}})(e,n);o.end();const i=ye(e,"metrics",n);let s,a,u=!1;const c=async()=>{if(!r.sourcemaps||u)return;u=!0;const e=n.time("sourcemaps process");await Ho(r,{apiKey:t.auth.apiKey,bundlerName:t.bundler.name,git:s,addMetric:t.addMetric,outDir:t.bundler.outDir,outputs:a?.outputs||[],sendMetrics:i,site:t.auth.site,version:t.version},n),e.end()};return[{name:Do,enforce:"post",async git(e){s=e,a&&await c()},async buildReport(t){a=t,!s&&ne(e)||await c()},async asyncTrueEnd(){u||await c()}}]},Go="liveDebugger",Yo="datadog-live-debugger-plugin",Qo="if(typeof globalThis.$dd_probes==='undefined'){globalThis.$dd_probes=function(){}}",Zo="__DD_LIVE_DEBUGGER_BUILD__",Xo=e=>void 0===e?Qo:`${Qo};if(typeof globalThis.${Zo}==='undefined'){globalThis.${Zo}={version:${JSON.stringify(e)}}}`;function er(e){return"function"==typeof e?e:e.default}function tr(e,t,n,o,r){const i=u.relative(t,e).replace(/\\/g,"/"),s=nr(n,r);if(s)return`${i};${s}`;const a=function(e){const t=e.node.loc?.start.line??0,n=e.node.loc?.start.column??0;return`${t}:${n}`}(n);return`${i};<anonymous>@${a}:${o}`}function nr(e,t){const n=e.node,o=e.parent;return"id"in n&&t.isIdentifier(n.id)?n.id.name:t.isObjectMethod(n)||t.isClassMethod(n)||t.isClassPrivateMethod(n)?ir(n.key,t):t.isVariableDeclarator(o)&&t.isIdentifier(o.id)?o.id.name:t.isAssignmentExpression(o)?function(e,t){if(t.isIdentifier(e))return e.name;if(t.isMemberExpression(e)||t.isOptionalMemberExpression(e)){const n=or(e.object,t),o=rr(e.property,e.computed,t);if(n&&o)return`${n}.${o}`}return null}(o.left,t):t.isObjectProperty(o)||t.isClassProperty(o)||t.isClassPrivateProperty(o)?ir(o.key,t):null}function or(e,t){if(t.isIdentifier(e))return e.name;if(t.isThisExpression(e))return"this";if(t.isMemberExpression(e)||t.isOptionalMemberExpression(e)){const n=or(e.object,t),o=rr(e.property,e.computed,t);if(n&&o)return`${n}.${o}`}return null}function rr(e,t,n){return n.isPrivateName(e)&&n.isIdentifier(e.id)?`#${e.id.name}`:t?null:n.isIdentifier(e)?e.name:null}function ir(e,t){return t.isIdentifier(e)?e.name:t.isStringLiteral(e)||t.isNumericLiteral(e)||t.isBigIntLiteral(e)?String(e.value):t.isPrivateName(e)&&t.isIdentifier(e.id)?`#${e.id.name}`:null}function sr(e,t){if(e.node.leadingComments)for(const n of e.node.leadingComments)if(n.value.includes(t))return!0;return!1}function ar(e,t){const n=[];if(t.isBlockStatement(e.body)){const o=e.params.flatMap((e=>fr(e,t))),r=new Set(o),i="id"in e&&t.isIdentifier(e.id)?e.id.name:"";for(const o of e.body.body)if(t.isVariableDeclaration(o)){const e=o.end;if(null==e)continue;for(const s of o.declarations)for(const o of fr(s.id,t))r.has(o)||o===i||n.push({name:o,declarationEnd:e,temporalDeadZones:[]})}}const o=n.length>25?n.slice(0,25):n;if(t.isBlockStatement(e.body)){const n=o.map((({name:e})=>e)),r=new Set(n),i=function(e,t,n){const o=new Map;for(const r of e.body)ur(r,t,o,n);return o}(e.body,r,t);for(const e of o)e.temporalDeadZones=i.get(e.name)??[]}return o}function ur(e,t,n,o){o.isFunctionDeclaration(e)||o.isClassDeclaration(e)||(o.isBlockStatement(e)?cr(e,t,n,o):o.isIfStatement(e)?(ur(e.consequent,t,n,o),e.alternate&&ur(e.alternate,t,n,o)):o.isForStatement(e)||o.isForInStatement(e)||o.isForOfStatement(e)||o.isWhileStatement(e)||o.isDoWhileStatement(e)?ur(e.body,t,n,o):o.isSwitchStatement(e)?function(e,t,n,o){for(const r of e.cases){dr(r.consequent,e.start,t,n,o);for(const e of r.consequent)ur(e,t,n,o)}}(e,t,n,o):o.isTryStatement(e)?(cr(e.block,t,n,o),e.handler&&cr(e.handler.body,t,n,o),e.finalizer&&cr(e.finalizer,t,n,o)):(o.isLabeledStatement(e)||o.isWithStatement(e))&&ur(e.body,t,n,o))}function cr(e,t,n,o){dr(e.body,e.start,t,n,o);for(const r of e.body)ur(r,t,n,o)}function dr(e,t,n,o,r){if(null!=t)for(const i of e)r.isVariableDeclaration(i)&&"var"!==i.kind?lr(i,t,n,o,r):r.isClassDeclaration(i)&&i.id&&pr(i.id.name,t,i.end,n,o)}function lr(e,t,n,o,r){for(const i of e.declarations)for(const s of fr(i.id,r))pr(s,t,e.end,n,o)}function pr(e,t,n,o,r){if(null==n||!o.has(e))return;const i=r.get(e)??[];i.push({start:t,end:n}),r.set(e,i)}function fr(e,t){return t.isIdentifier(e)?[e.name]:t.isRestElement(e)?t.isIdentifier(e.argument)?[e.argument.name]:fr(e.argument,t):t.isAssignmentPattern(e)?fr(e.left,t):t.isObjectPattern(e)?e.properties.flatMap((e=>t.isRestElement(e)?fr(e.argument,t):fr(e.value,t))):t.isArrayPattern(e)?e.elements.flatMap((e=>e?fr(e,t):[])):t.isTSParameterProperty(e)&&t.isIdentifier(e.parameter)?[e.parameter.name]:[]}const mr=["@babel/parser","@babel/traverse","@babel/types","magic-string"];let hr,gr,yr,br,wr=!1;function vr(e){try{return function(e){switch(e){case"@babel/parser":return C("@babel/parser");case"@babel/traverse":return C("@babel/traverse");case"@babel/types":return C("@babel/types");case"magic-string":return C("magic-string");default:throw new Error(`Unknown peer dependency: ${e}`)}}(e)}catch(e){throw function(e){if(!function(e){if(!(e instanceof Error))return!1;const t=e.code;if("MODULE_NOT_FOUND"!==t&&"ERR_MODULE_NOT_FOUND"!==t)return!1;return mr.some((t=>e.message.includes(t)))}(e))return e instanceof Error?e:new Error(String(e));const t=mr.find((t=>e.message.includes(t))),n=t??mr.join(", ");return new Error(`Datadog Live Debugger could not load "${n}". It is an optional peer dependency that must be installed in your project when the \`liveDebugger\` plugin is enabled. Install the peer dependencies with: \`npm install --save-dev ${mr.join(" ")}\` (or the yarn/pnpm/bun equivalent). Underlying error: ${e.message}`)}(e)}}const $r=/\bfunction\b|=>|\bclass\b|\)\s*\{/;function kr(e){const{code:t,filePath:n,buildRoot:o,honorSkipComments:r,functionTypes:i,namedOnly:s}=e;let a=0,u=0,c=0,d=0,l=0;if(function(e){return/['"][^'"]*(?:@css-module:|\?worker\b|\?sprite\b|dynamic!)[^'"]*['"]/.test(e)}(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:1,skippedUnsupportedCount:d,totalFunctions:l};if(!$r.test(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l};wr||(hr=vr("@babel/parser").parse,gr=er(vr("@babel/traverse")),yr=vr("@babel/types"),br=er(vr("magic-string")),wr=!0);const p=hr(t,{sourceType:"unambiguous",plugins:["jsx","typescript"],sourceFilename:n}),f=[],m=new Map,h=new Set,g=new Map,y=new Map;let b=0;if(gr(p,{Function(e){l++;const t=function(e,t){if(t.isClassMethod(e.node)&&"constructor"===e.node.kind&&Pr(e,t))return e.node;return}(e,yr);if(t&&(m.set(t,t.body.start),g.set(t,function(e,t){const n=[];for(const o of e)Er(o,n,t);return n}(t.body.body,yr))),!function(e,t){const n=e.node;return!(n.generator||t.isClassMethod(n)&&"constructor"===n.kind)}(e,yr))return void d++;if(r&&function(e,t,n){let o=e;for(;o;){if(sr(o,t))return!0;if(n.isStatement(o.node)||n.isExportDeclaration(o.node)){if(o.parentPath&&n.isExportDeclaration(o.parentPath.node))return sr(o.parentPath,t);break}o=o.parentPath}return!1}(e,"@dd-no-instrumentation",yr))return void c++;if(i&&!i.includes(function(e,t){if(t.isFunctionDeclaration(e))return"functionDeclaration";if(t.isArrowFunctionExpression(e))return"arrowFunction";if(t.isObjectMethod(e))return"objectMethod";if(t.isClassPrivateMethod(e))return"classPrivateMethod";if(t.isClassMethod(e))return"classMethod";return"functionExpression"}(e.node,yr)))return void d++;if(s&&!nr(e,yr))return void d++;let p=0;if(!nr(e,yr)){const t=e.parentPath?.node;t&&(p=y.get(t)||0,y.set(t,p+1))}const w=tr(n,o,e,p,yr);try{const t=e.node,n=b++,o=`$dd_p${n}`,r=function(e,t){const n=[];for(const o of e.params)for(const e of fr(o,t))"this"!==e&&n.push(e);return n.length>25?n.slice(0,25):n}(t,yr),i=ar(t,yr),s=yr.isArrowFunctionExpression(t)&&!yr.isBlockStatement(t.body),a=s&&yr.isSequenceExpression(t.body),c=function(e,t){if(t.isFunction(e.node)&&!t.isArrowFunctionExpression(e.node))return;let n=e.parentPath;for(;n;){const e=n.node;if(t.isClassMethod(e)&&"constructor"===e.kind){if(!Pr(n,t))return;return{node:e,parent:n.parent,parentPath:n.parentPath}}if(t.isFunction(e)){if(t.isArrowFunctionExpression(e)){n=n.parentPath;continue}return}n=n.parentPath}return}(e,yr),d=null!=c;c&&(h.add(c.node),m.set(c.node,c.node.body.start));const l=[],p=s||!yr.isBlockStatement(t.body)||!Tr(t.body.body,yr);let g;if(!s&&yr.isBlockStatement(t.body)&&Mr(t.body.body,l,yr),!s&&yr.isBlockStatement(t.body)&&t.body.directives.length>0){g=t.body.directives[t.body.directives.length-1].end}f.push({bodyStart:t.body.start,bodyEnd:t.body.end,functionEnd:t.end,isExpressionBody:s,hasSequenceExpressionBody:a,aliasesExpressionBodySuperCall:d&&s&&Ar(t.body,yr),needsTrailingReturn:p,useThisAlias:d,bodyParenStart:s&&"number"==typeof t.body.extra?.parenStart?t.body.extra.parenStart:void 0,directivesEnd:g,functionId:w,probeVarName:o,probeIdx:String(n),entryVars:r,localVars:i,returns:l}),u++}catch(e){a++}}}),0===u)return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l};const w=new br(t),v=function(e){const t=new Set;for(const n of e)n.aliasesExpressionBodySuperCall&&t.add(Dr({start:n.bodyStart,end:n.bodyEnd}));return t}(f),$=function(e,t,n,o){const r=[];for(const i of e){const e=t.get(i);null!=e&&r.push({bodyStart:e,superCalls:(n.get(i)??[]).filter((e=>!o.has(Dr(e))))})}return r}(h,m,g,v);for(let e=f.length-1;e>=0;e--)xr(w,t,f[e]);for(const e of $)Sr(w,t,e);return{code:w.toString(),map:w.generateMap({source:n,hires:!0}),failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:l}}function xr(e,t,n){const{probeVarName:o,probeIdx:r,functionId:i,entryVars:s,localVars:a,returns:u,bodyStart:c,bodyEnd:d,functionEnd:l,isExpressionBody:p,hasSequenceExpressionBody:f,aliasesExpressionBodySuperCall:m,useThisAlias:h,bodyParenStart:g,directivesEnd:y}=n,b=`$dd_e${r}`,w=`$dd_rv${r}`,v=h?"$dd_t":"this",$=s.join(", "),k=""!==$,x=k?`, ${b}()`:"";const S=`const ${o} = $dd_probes('${i.replace(/['\\\n\r\u2028\u2029]/g,(e=>{switch(e){case"'":return"\\'";case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:return e}}))}');`,E=k?`const ${b} = () => ({${$}});`:"",I=`if (${o}) $dd_entry(${o}, ${v}${x});`,D=`catch(e) { if (${o}) $dd_throw(${o}, e, ${v}${x}); throw e; }`;if(p){if(null!=g){const n=function(e,t,n){const o=[];for(let r=t;r<n;r++)"("===e[r]&&o.push(r);return o}(t,g,c),o=function(e,t,n){const o=[];for(let r=n-1;r>=t;r--)")"===e[r]&&o.push(r);return o}(t,d,l),r=Math.min(n.length,o.length);for(let t=0;t<r;t++){const r=n[t],i=o[t];e.remove(r,r+1),e.remove(i,i+1)}}const n=["{",S,E,"try {",I,m?`const ${w} = ($dd_t = `:`const ${w} = `].filter(Boolean).join("\n");let r=f?");":";";m&&(r=f?"));":");");const i=[r,`if (${o}) $dd_return(${o}, ${w}, ${v}${jr(b,k,a,d)});`,`return ${w};`,`} ${D}`,"}"].join("\n");if(d-c>=2){const o=f?`${n}(${t[c]}`:n+t[c];e.update(c,c+1,o),e.update(d-1,d,t[d-1]+i)}else e.update(c,d,n+t.slice(c,d)+i)}else{const r=[S,E,"try {",`let ${w};`,I].filter(Boolean).join("\n");for(const t of u){const n=jr(b,k,a,t.start);if(null!=t.argStart&&null!=t.argEnd){const r=t.hasSequenceExpressionArgument?`(${w} = (`:`(${w} = `,i=t.hasSequenceExpressionArgument?")":"";e.appendLeft(t.argStart,r),e.appendLeft(t.argEnd,`${i}, ${o} ? $dd_return(${o}, ${w}, ${v}${n}) : ${w})`)}else e.appendLeft(t.start,`if (${o}) $dd_return(${o}, undefined, ${v}${n}); `)}if(null!=y){const n=y-1;e.update(n,y,`${t[n]}\n${r}`)}else e.update(c,c+1,`${t[c]}${r}`);const i=jr(b,k,a,d),s=`\n${n.needsTrailingReturn?`if (${o}) $dd_return(${o}, undefined, ${v}${i});\n`:""}} ${D}\n`;e.update(d-1,d,`${s}${t[d-1]}`)}}function Sr(e,t,n){e.update(n.bodyStart,n.bodyStart+1,`${t[n.bodyStart]}let $dd_t;`);for(const t of n.superCalls)e.appendLeft(t.start,"($dd_t = "),e.appendLeft(t.end,")")}function Er(e,t,n){Ar(e,n)&&t.push({start:e.start,end:e.end});const o=Object.values(e);for(const e of o)if(Array.isArray(e))for(const o of e)Ir(o,t,n);else Ir(e,t,n)}function Ir(e,t,n){n.isNode(e)&&(n.isFunction(e)&&!n.isArrowFunctionExpression(e)||Er(e,t,n))}function Dr(e){return`${e.start}:${e.end}`}function Ar(e,t){return t.isCallExpression(e)&&t.isSuper(e.callee)}function Pr(e,t){const n=e.parentPath?.parentPath;if(!n)return!1;const o=n.node;return(t.isClassDeclaration(o)||t.isClassExpression(o))&&null!=o.superClass}function jr(e,t,n,o){const r=function(e,t){const n=e.filter((({declarationEnd:e,temporalDeadZones:n})=>e<=t&&!function(e,t){return e.some((({start:e,end:n})=>e<=t&&t<n))}(n,t))).map((({name:e})=>e));if(0===n.length)return;return`{${n.join(", ")}}`}(n,o);return t&&r?`, ${e}(), ${r}`:t?`, ${e}()`:r?`, undefined, ${r}`:""}function Mr(e,t,n){for(const o of e)if(n.isReturnStatement(o))t.push({start:o.start,end:o.end,argStart:o.argument?.start??void 0,argEnd:o.argument?.end??void 0,hasSequenceExpressionArgument:n.isSequenceExpression(o.argument)});else if(!n.isFunctionDeclaration(o)&&!n.isClassDeclaration(o))if(n.isBlockStatement(o))Mr(o.body,t,n);else if(n.isIfStatement(o))Mr([o.consequent],t,n),o.alternate&&Mr([o.alternate],t,n);else if(n.isForStatement(o)||n.isForInStatement(o)||n.isForOfStatement(o)||n.isWhileStatement(o)||n.isDoWhileStatement(o))Mr([o.body],t,n);else if(n.isSwitchStatement(o))for(const e of o.cases)Mr(e.consequent,t,n);else n.isTryStatement(o)?(Mr(o.block.body,t,n),o.handler&&Mr(o.handler.body.body,t,n),o.finalizer&&Mr(o.finalizer.body,t,n)):(n.isLabeledStatement(o)||n.isWithStatement(o))&&Mr([o.body],t,n)}function Tr(e,t){if(0===e.length)return!1;const n=e[e.length-1];if(t.isReturnStatement(n))return!0;if(t.isIfStatement(n)&&n.alternate){const e=t.isBlockStatement(n.consequent)?n.consequent.body:[n.consequent],o=t.isBlockStatement(n.alternate)?n.alternate.body:[n.alternate];return Tr(e,t)&&Tr(o,t)}return!1}const Cr=["functionDeclaration","functionExpression","arrowFunction","objectMethod","classMethod","classPrivateMethod"],Or=t.bold.red,Nr=Number(process.env.DD_LD_LIMIT)||1/0,Rr=(e,t)=>{const n=t.getLogger(Yo);let o=0,r=0,i=0,s=0,a=0,u=0,c=0,d=0;return{name:Yo,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(l,p){if(e.include.length>0){if(!e.include.some((e=>"string"==typeof e?p.includes(e):e.test(p))))return{code:l}}for(const t of e.exclude){if("string"==typeof t?p.includes(t):t.test(p))return{code:l}}if(d>=Nr)return{code:l};try{const f=kr({code:l,filePath:p,buildRoot:t.buildRoot,honorSkipComments:e.honorSkipComments,functionTypes:e.functionTypes,namedOnly:e.namedOnly});if(o+=f.instrumentedCount,c+=f.totalFunctions,r+=f.failedCount,i+=f.skippedByCommentCount,s+=f.skippedFileCount,a+=f.skippedUnsupportedCount,f.totalFunctions>0&&d++,0===f.instrumentedCount)return{code:l};u++;const m=function(e){const t=e.getNativeBuildContext?.();return t?.inputSourceMap}(this),h=f.map&&m?function(e,t,n,o){try{return k(e,((e,n)=>1===n.depth?t:null))}catch(t){return o.error(`Failed to compose source map for ${n}: ${t}`,{forward:!0}),e}}(f.map,m,p,n):f.map;return{code:f.code,map:h}}catch(e){return n.error(`Instrumentation Error in ${p}: ${e}`,{forward:!0}),{code:l}}}},buildEnd:()=>{c>0&&n.info(`Live Debugger: ${o}/${c} functions instrumented across ${u}/${d} files`,{forward:!0,context:{failedCount:r,skippedByCommentCount:i,skippedFileCount:s,skippedUnsupportedCount:a,totalFilesWithFunctions:d,instrumentedCount:o,totalFunctions:c,transformedFileCount:u}})}}},_r=({options:e,context:t})=>{const n=((e,t)=>{const n=e[Go]||{},o=e.metadata?.version,r=[];if(void 0!==n.include)if(Array.isArray(n.include)){for(const e of n.include)if("string"!=typeof e&&!(e instanceof RegExp)){r.push(`${Or("include")} patterns must be strings or RegExp`);break}}else r.push(`${Or("include")} must be an array of strings or RegExp`);if(void 0!==n.exclude)if(Array.isArray(n.exclude)){for(const e of n.exclude)if("string"!=typeof e&&!(e instanceof RegExp)){r.push(`${Or("exclude")} patterns must be strings or RegExp`);break}}else r.push(`${Or("exclude")} must be an array of strings or RegExp`);if(void 0!==n.honorSkipComments&&"boolean"!=typeof n.honorSkipComments&&r.push(`${Or("honorSkipComments")} must be a boolean`),void 0!==n.functionTypes)if(Array.isArray(n.functionTypes)){for(const e of n.functionTypes)if(!Cr.includes(e)){r.push(`${Or("functionTypes")} contains invalid value "${e}". Valid values: ${Cr.join(", ")}`);break}}else r.push(`${Or("functionTypes")} must be an array of FunctionKind values`);if(void 0!==n.namedOnly&&"boolean"!=typeof n.namedOnly&&r.push(`${Or("namedOnly")} must be a boolean`),r.length)throw t.error(`\n - ${r.join("\n - ")}`),new Error(`Invalid configuration for ${Yo}.`);return{version:o,include:n.include||[/\.[jt]sx?$/],exclude:n.exclude||[/\/node_modules\//,/\.min\.js$/,/\/pyodide-lib\//,/^vite\//,/\0/,/commonjsHelpers\.js$/,/__vite-browser-external/,/@datadog\/browser-/,/browser-sdk\/packages\//],honorSkipComments:n.honorSkipComments??!0,functionTypes:n.functionTypes,namedOnly:n.namedOnly??!1}})(e,t.getLogger(Yo));return t.inject({type:"code",position:Ce.BEFORE,injectIntoAllChunks:!0,value:Xo(n.version)}),[Rr(n,t)]};const Fr=[e=>/modules\.tree\.(count|size)$/.test(e.metric)?null:e,e=>e.tags.some((e=>/^assetName:.*\.map$/.test(e)||/^moduleName:\/node_modules/.test(e)))?null:e,e=>{const t={size:1e5,count:10,duration:1e3};/^sourcemaps\.upload\.(failure|retry)$/.test(e.metric)&&(t.count=0),/(entries|loaders|warnings|errors)\.count$/.test(e.metric)&&(t.count=0),/(modules\.(dependencies|dependents)$)/.test(e.metric)&&(t.count=30),/modules\.tree\.count$/.test(e.metric)&&(t.count=150),/modules\.tree\.size$/.test(e.metric)&&(t.size=15e5),/entries\.size$/.test(e.metric)&&(t.size=0),/entries\.modules\.count$/.test(e.metric)&&(t.count=0);return(e.points.length?e.points.reduce(((e,t)=>e+t[1]),0)/e.points.length:0)>t[e.type]?e:null}],zr="metrics",Lr="datadog-metrics-plugin",Ur=e=>Math.floor((e||Date.now())/1e3),Br=(e,t)=>{const n=[`bundler:${se(e.bundler.name)}`,`plugin_version:${se(e.version)}`,`site:${se(e.auth.site)}`];return e.build.metadata.name&&n.push(`build_name:${se(e.build.metadata.name)}`),e.build.metadata.version&&n.push(`build_version:${se(e.build.metadata.version)}`),[...n,...t]},qr=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),Vr=(e,t,n,o,r)=>{const i=new Set;for(const t of e){let e={...t,toSend:!0};if(n?.length)for(const t of n){const n=t({metric:e.metric,type:e.type,points:e.points,tags:e.tags});n?e={...n,toSend:e.toSend}:e.toSend=!1}i.add(qr(e,o,r))}const s=Array.from(i).filter((e=>e.toSend)).length;return i.add(qr({metric:"metrics.count",type:"count",points:[[t,s+1]],tags:[],toSend:!0},o,r)),i},Kr=(e="")=>e.endsWith("/")?e:`${e}/`,Hr=(e,t)=>{let n=e;return e.split(Kr(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},Wr=(e,t)=>e.split("!").pop().replace(Kr(t),"./"),Jr=(e,t,n)=>{let o=e.name||e.userRequest;return o||(o=((e,t)=>{let n=e.userRequest;if(!n){let o;o=t.moduleGraph&&"function"==typeof t.moduleGraph.getIssuer?t.moduleGraph.getIssuer(e):e.issuer,n=o?.userRequest,n||(n=e._identifier?.split("!").pop())}return n||"unknown"})(e,t)),Wr(o||"no-name",n)},Gr=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),Yr=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),Qr=t.bold.red,Zr=t.bold.cyan,Xr=e=>(t,n)=>{let o,r;return"function"==typeof e?(o=e(t),r=e(n)):(o=t[e],r=n[e]),o>r?-1:o<r?1:0},ei=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort(Xr("duration"));const o={name:`${e} duration`,values:n.map((e=>({name:e.name,value:oe(e.duration)}))),top:!0};n.sort(Xr("increment"));return[o,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},ti=(e,t,n)=>{const o=[];var r;n&&(o.push(...ei("Loader",n.loaders)),o.push(...ei("Tapable",n.tapables)),o.push(...ei("Module",n.modules))),o.push(...(e=>{const t={name:"Module total dependents",values:[],top:!0},n={name:"Module total dependencies",values:[],top:!0},o={name:"Module size",values:[],top:!0},r={name:"Module aggregated size",values:[],top:!0},i=new Set,s=te(e.build),a=new Map,u=new Map,c=new Map;for(const e of s.inputs||[]){if("map"===e.type)continue;const t=new Set(e.dependencies),n=new Set(e.dependents);for(const n of t)c.has(n)||c.set(n,new Set),c.get(n).add(e.filepath);for(const t of n)u.has(t)||u.set(t,new Set),u.get(t).add(e.filepath);if(u.has(e.filepath)){const n=u.get(e.filepath);for(const e of n)t.add(e)}if(c.has(e.filepath)){const t=c.get(e.filepath);for(const e of t)n.add(e)}u.set(e.filepath,t),c.set(e.filepath,n),a.set(e.filepath,{name:e.name,size:e.size,dependencies:t,dependents:n})}for(const[e,t]of a){const n=u.get(e)||new Set,o=c.get(e)||new Set;let r=t.size;for(const e of n)r+=a.get(e)?.size||0;i.add({name:t.name,size:t.size,aggregatedSize:r,dependents:o,dependencies:n})}if(!i.size)return[t,n,o];const d=Array.from(i);return d.sort(Xr((e=>e.dependents.size))),t.values=d.map((e=>({name:e.name,value:e.dependents.size.toString()}))),d.sort(Xr((e=>e.dependencies.size))),n.values=d.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),d.sort(Xr("size")),o.values=d.map((e=>({name:e.name,value:v(e.size)}))),d.sort(Xr("aggregatedSize")),r.values=d.map((e=>({name:e.name,value:v(e.aggregatedSize||e.size)}))),[t,n,o,r]})(e)),o.push(...(r=e,[{name:"Asset size",values:(r.build.outputs||[]).filter((e=>"map"!==e.type)).sort(Xr((e=>e.size))).map((e=>({name:e.name,value:v(e.size)}))),top:!0},{name:"Entry aggregated size",values:(r.build.entries||[]).sort(Xr((e=>e.size))).map((e=>({name:e.name,value:v(e.size)}))),top:!0},{name:"Entry number of modules",values:(r.build.entries||[]).sort(Xr((e=>e.size))).map((e=>({name:e.name,value:e.inputs.length.toString()})))||[],top:!0}])),o.push(...(e=>{const t={name:"General Numbers",values:[],top:!1},n=e.build.inputs?e.build.inputs.length:0,o=e.build.outputs?e.build.outputs.length:0,r=e.build.warnings.length,i=e.build.errors.length,s=e.build.entries?e.build.entries.length:0;return e.build.start&&t.values.push({name:"Overhead duration",value:oe(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:oe(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:oe(e.build.writeDuration)}),t.values.push({name:"Number of modules",value:n.toString()},{name:"Number of assets",value:o.toString()},{name:"Number of entries",value:s.toString()},{name:"Number of warnings",value:r.toString()},{name:"Number of errors",value:i.toString()}),[t]})(e));const i=(e=>{let t="";for(const t of e){t.top&&t.values.length>=5&&(t.values=t.values.slice(0,5),t.name=`Top 5 ${t.name}`);for(const e of t.values)e.name=re(e.name,60)}const n=Math.max(...e.map((e=>e.name.length))),o=Math.max(...e.flatMap((e=>e.values.map((e=>e.name.length))))),r=Math.max(...e.flatMap((e=>e.values.map((e=>e.value.length))))),i=Math.max(n+4,o+r+4);for(const n of e){if(0===n.values.length)continue;const e=i-(n.name.length+4);t+=`\n== ${n.name} ${"=".repeat(e)}=\n`;for(const e of n.values){const n=r-e.value.length;t+=` [${Qr(e.value)}] ${" ".repeat(n)}${Zr(e.name)}\n`}}return t})(o);t.info(i)},ni="api/v1/series",oi=t.bold.green,ri=(e,t,n)=>{if(!t.apiKey)return void n.info("Won't send metrics to Datadog: missing API Key.");if(!e.size)return void n.debug("No metrics to send.");const o=Array.from(e).filter((e=>e.toSend)).map((e=>({...e,toSend:void 0}))),r=new Map;for(const e of o)r.has(e.metric)||r.set(e.metric,0),r.set(e.metric,r.get(e.metric)+1);const i=Array.from(r.entries()).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>`${e} - ${t}`));return n.debug(`\nSending ${o.length} metrics with configuration:\n - intake: ${oi(`https://api.${t.site}/${ni}`)}\n\nMetrics:\n - ${i.join("\n - ")}`),Q({method:"POST",url:`https://api.${t.site}/${ni}?api_key=${t.apiKey}`,getData:()=>({data:JSON.stringify({series:o})})}).catch((e=>{n.error(`Error sending metrics ${e}`)}))},ii=["onStart","onLoad","onResolve","onEnd"],si=new Map,ai=new Map,ui=new Map,ci=(e,t,n)=>{const o=Object.assign({},e);for(const r of ii)o[r]=async(o,i)=>{const s=ai.get(t)||{name:t,increment:0,duration:0,events:{}};s.events[r]=s.events[r]||{name:r,values:[]};const a="onLoad"===r;return(0,e[r])(o,(async(...e)=>{const o=Wr(e[0].path,n),u=ui.get(o)||{name:o,increment:0,duration:0,events:{}};u.events[r]=u.events[r]||{name:r,values:[]};const c=x.now();try{return await i(...e)}finally{const n=x.now(),i=n-c,d={start:c,end:n,duration:i,context:Yr(e)};if(s.events[r].values.push(d),s.duration+=i,s.increment+=1,ai.set(t,s),u.events[r].values.push(d),u.duration+=i,u.increment+=1,ui.set(o,u),a){const e=si.get(t)||{name:t,increment:0,duration:0,events:{}};e.events[r]=e.events[r]||{name:r,values:[]},e.events[r].values.push(d),e.duration+=i,e.increment+=1,si.set(t,e)}}}))};return o},di=(e,t)=>({setup:n=>{n.initialOptions.metafile=!0;const o=t.time("wrapping plugins");((e,t)=>{const n=e.initialOptions.plugins;if(n){const e=n.map((e=>({...e})));for(const o of n){const n=o.setup;o.setup=async r=>{const i=ci(r,o.name,t);await n({...i,initialOptions:{...i.initialOptions,plugins:e}})}}}})(n,e.buildRoot),o.end(),n.onEnd((async n=>{if(!n.metafile)return void t.warn("Missing metafile, can't proceed with modules data.");const o=t.time("getting plugins results"),{plugins:r,loaders:i,modules:s}={plugins:ai,modules:ui,loaders:si};o.end(),await e.asyncHook("timings",{tapables:r,loaders:i,modules:s})}))}});class li{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=Jr(e,t,this.cwd),o=(e=>(e.loaders||[]).map((e=>e.loader||e)).map(Gr))(e);o.length||o.push("no-loader"),this.started[n]={module:Hr(n),timings:{start:x.now(),duration:0,end:0},loaders:o}}doneModule(e,t){const n=Jr(e,t,this.cwd),o=this.started[n];o&&(o.timings.end=x.now(),o.timings.duration=o.timings.end-o.timings.start,this.finished.push(o),delete this.started[n])}getResults(){const e=new Map,t=new Map;for(const n of this.finished){const o=n.timings.end-n.timings.start,r=t.get(n.module)||{name:n.module,increment:0,duration:0,events:{}},i=n.loaders.join(",");r.events[i]=r.events[i]||{name:i,values:[]},r.events[i].values.push(n.timings),r.increment+=1,r.duration+=o,t.set(n.module,r);for(const t of n.loaders){const n=e.get(t)||{name:t,increment:0,duration:0,events:{}};n.increment+=1,n.duration+=o,e.set(t,n)}}return{loaders:e,modules:t}}}class pi{constructor(e){this.monitoredTaps={},this.tapables=[],this.hooks={},this.timings=new Map,this.ignoredHooks=["normalModuleLoader"],this.cwd=e}saveResult(e,t,n,o,r,i){const s=this.timings.get(t)||{name:t,duration:0,increment:0,events:{}};s.events[n]||(s.events[n]={name:n,values:[]}),s.events[n].values.push({start:r,end:i,duration:i-r,context:o,type:e}),s.duration+=i-r,s.increment+=1,this.timings.set(t,s)}getResults(){const e=this.timings;for(const[t,n]of this.timings){const o=n;o.duration=Object.values(n.events).map((e=>e.values.reduce(((e,t)=>e+t.end-t.start),0))).reduce(((e,t)=>e+t),0),e.set(t,o)}return{monitoredTaps:this.monitoredTaps,tapables:this.tapables,hooks:this.hooks,timings:e}}getPromiseTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=x.now(),s=t.apply(this,r),a=()=>{this.saveResult(e,n,o,Yr(r),i,x.now())};return s.then(a,a),s}}getAsyncTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=x.now(),s=r.pop();return t.apply(this,[...r,(...t)=>(this.saveResult(e,n,o,Yr(r),i,x.now()),s(...t))])}}getDefaultTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const i=x.now(),s=t.apply(this,r);return this.saveResult(e,n,o,Yr(r),i,x.now()),s}}getTapPatch(e,t,n,o){switch(e){case"promise":return this.getPromiseTapPatch(e,t,n,o);case"async":return this.getAsyncTapPatch(e,t,n,o);default:return this.getDefaultTapPatch(e,t,n,o)}}newTap(e,t,n,o){return(r,i)=>{const s="string"==typeof(a=r)?a:a.name;var a;const u=`${t}-${s}`;if(this.monitoredTaps[u])return n.call(o,r,i);this.monitoredTaps[u]=!0;const c=this.getTapPatch(e,i,s,t);return n.call(o,r,c)}}replaceTaps(e,t){t.tap=this.newTap("default",e,t.tap,t),t.tapAsync=this.newTap("async",e,t.tapAsync,t),t.tapPromise=this.newTap("promise",e,t.tapPromise,t)}patchHook(e,t,n){n._fakeHook||e.includes(Lr)||(this.hooks[e]||(this.hooks[e]=[]),this.hooks[e].includes(t)||(this.hooks[e].push(t),this.replaceTaps(t,n)))}patchHooks(e){const t=e.constructor.name,n=Object.keys(e.hooks).filter((e=>!this.ignoredHooks.includes(e)&&!this.hooks[t]?.includes(e)));for(const o of n)this.patchHook(t,o,e.hooks[o])}checkNewHooks(){for(const e of this.tapables)this.patchHooks(e)}throughHooks(e){this.tapables.includes(e)||this.tapables.push(e),this.patchHooks(e)}}const fi=e=>async t=>{const n=e.getLogger(Lr),o={name:Lr},r=new pi(e.buildRoot),i=new li(e.buildRoot),s=n.time("parse compiler hooks");r.throughHooks(t),s.end(),t.hooks.thisCompilation.tap(o,(e=>{const t=n.time("parse compilation hooks");r.throughHooks(e),t.end(),e.hooks.buildModule.tap(o,(t=>{i.startModule(t,e)})),e.hooks.succeedModule.tap(o,(t=>{i.doneModule(t,e)})),e.hooks.failedModule&&e.hooks.failedModule.tap(o,(t=>{i.doneModule(t,e)}))})),t.hooks.afterEmit.tapPromise(o,(async()=>{const{timings:t}=r.getResults(),{loaders:n,modules:o}=i.getResults();await e.asyncHook("timings",{tapables:t,loaders:n,modules:o})}))},mi={filters:Fr},hi=({options:e,context:t,stores:n})=>{const o=t.getLogger(Lr);let r=0;((e,t)=>{e.addMetric=e=>{t.metrics.add(e)}})(t,n);const i=((e,t)=>{const n=e[zr],o=Ur(n?.timestamp);let r=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(r+=r?`.${n.prefix}`:n.prefix),{enableDefaultPrefix:!0,enableTracing:!1,filters:Fr,tags:[],...e[zr],timestamp:o,prefix:r.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),s=[],a={name:Lr,enforce:"pre",esbuild:di(t,o),webpack:fi(t),rspack:fi(t)},u=o.time("build",{start:!1}),c=i.enableTracing&&["esbuild","webpack","rspack"].includes(t.bundler.name);let d,l;const p=async()=>{if(!n.metrics.size)return;const e=o.time("aggregating collected metrics"),r=(()=>{const e=new Set(n.metrics);n.metrics.clear();const o=Br(t,i.tags);return Vr(e,i.timestamp,i.filters,o,i.prefix)})();await t.asyncHook("metrics",r),e.end();const s=o.time("sending collected metrics to Datadog");await ri(r,{apiKey:t.auth.apiKey,site:t.auth.site},o),s.end()},f=async()=>{t.build.end=Date.now(),t.build.duration=t.build.end-t.build.start,t.build.writeDuration=t.build.end-r;const e=o.time("aggregating metrics"),n=i.timestamp,s=o.time("aggregate universal metrics"),a=((e,t)=>{const n=new Set,o=e.inputs||[],r=e.outputs||[],i=e.entries||[],s=e.warnings.length,a=e.errors.length,u=e.duration,c=new Map,d=new Map,l=new Map;for(const e of i){for(const t of e.inputs)c.has(t.filepath)||c.set(t.filepath,[]),c.get(t.filepath).push(e.name);for(const t of e.outputs){const n=t.filepath.replace(/\.map$/,"");l.has(n)||l.set(n,[]),l.get(n).push(e.name)}}for(const e of r)for(const t of e.inputs)d.has(t.filepath)||d.set(t.filepath,[]),d.get(t.filepath).push(e.name);n.add({metric:"assets.count",type:"count",points:[[t,r.length]],tags:[]}).add({metric:"entries.count",type:"count",points:[[t,i.length]],tags:[]}).add({metric:"errors.count",type:"count",points:[[t,a]],tags:[]}).add({metric:"modules.count",type:"count",points:[[t,o.length]],tags:[]}).add({metric:"warnings.count",type:"count",points:[[t,s]],tags:[]}),u&&n.add({metric:"compilation.duration",type:"duration",points:[[t,u]],tags:[]});for(const e of o){const o=[`moduleName:${e.name}`,`moduleType:${e.type}`];c.has(e.filepath)&&o.push(...c.get(e.filepath).map((e=>`entryName:${e}`))),d.has(e.filepath)&&o.push(...d.get(e.filepath).map((e=>`assetName:${e}`))),n.add({metric:"modules.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"modules.dependencies",type:"count",points:[[t,e.dependencies.size]],tags:o}).add({metric:"modules.dependents",type:"count",points:[[t,e.dependents.size]],tags:o})}for(const e of r){const o=[`assetName:${e.name}`,`assetType:${e.type}`],r=e.filepath.replace(/\.map$/,"");l.has(r)&&o.push(...l.get(r).map((e=>`entryName:${e}`))),n.add({metric:"assets.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"assets.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o})}for(const e of i){const o=[`entryName:${e.name}`];n.add({metric:"entries.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"entries.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o}).add({metric:"entries.assets.count",type:"count",points:[[t,e.outputs.length]],tags:o})}return n})(l,n);s.end();const u=o.time("aggregate plugins metrics"),c=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"plugins.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values()){let e=0,r=0;for(const i of Object.values(o.events)){let s=0;r+=i.values.length;for(const t of i.values){const n=t.end-t.start;s+=n,e+=n}n.add({metric:"plugins.hooks.duration",type:"duration",points:[[t,s]],tags:[`pluginName:${o.name}`,`hookName:${i.name}`]}).add({metric:"plugins.hooks.increment",type:"count",points:[[t,i.values.length]],tags:[`pluginName:${o.name}`,`hookName:${i.name}`]})}n.add({metric:"plugins.duration",type:"duration",points:[[t,e]],tags:[`pluginName:${o.name}`]}).add({metric:"plugins.increment",type:"count",points:[[t,r]],tags:[`pluginName:${o.name}`]})}return n})(d?.tapables,n);u.end();const p=o.time("aggregate loaders metrics"),f=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"loaders.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values())n.add({metric:"loaders.duration",type:"duration",points:[[t,o.duration]],tags:[`loaderName:${o.name}`]}).add({metric:"loaders.increment",type:"count",points:[[t,o.increment]],tags:[`loaderName:${o.name}`]});return n})(d?.loaders,n);p.end();const m=new Set([...a,...c,...f]),h=Br(t,i.tags),g=Vr(m,n,i.filters,h,i.prefix);await t.asyncHook("metrics",g),e.end();const y=o.time("outputing report");ti(t,o,d),y.end();const b=o.time("sending metrics to Datadog");await ri(g,{apiKey:t.auth.apiKey,site:t.auth.site},o),b.end()},m={name:"datadog-universal-metrics-plugin",enforce:"post",buildStart(){u.resume(),t.build.start=t.build.start||Date.now(),e[zr]?.timestamp||(i.timestamp=Ur(t.build.start))},buildEnd(){u.end(),r=Date.now()},async timings(e){d=e,l&&await f()},async buildReport(e){l=e,!d&&c||await f()},async flush(){await p()}};return i.enableTracing&&s.push(a),s.push(m),s},gi="output",yi="datadog-output-plugin",bi=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,wi=e=>{const t=void 0===e;return{build:bi("build",e?.build??t),bundler:bi("bundler",e?.bundler??t),dependencies:bi("dependencies",e?.dependencies??t),errors:bi("errors",e?.errors??t),logs:bi("logs",e?.logs??t),metrics:bi("metrics",e?.metrics??t),timings:bi("timings",e?.timings??t),warnings:bi("warnings",e?.warnings??t)}},vi=(e,t)=>n=>{n.hooks.done.tap("bundler-outputs",(n=>{t((()=>{const t=e.time("stats serialization"),o=n.toJson({all:!1,assets:!0,children:!0,chunks:!0,chunkGroupAuxiliary:!0,chunkGroupChildren:!0,chunkGroups:!0,chunkRelations:!0,entrypoints:!0,errors:!0,ids:!0,modules:!0,nestedModules:!0,relatedAssets:!0,warnings:!0,reasons:!1,chunkModules:!1});return t.end(),o}))}))},$i=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},ki=({options:e,context:t})=>{const n=t.getLogger(yi),o=(e=>({path:"./",...e[gi],files:wi(e[gi]?.files)}))(e),r=(e,r)=>{const i=o.files[e];if(!r||!1===i)return;t.queue((async()=>{const e=n.time(`output ${i}`),c=((e,t,n)=>{const o=u.isAbsolute(t)?t:u.resolve(e,t);return u.resolve(o,n)})(t.bundler.outDir,o.path,i);let d;try{const e="function"==typeof r?await r():r;await(async(e,t)=>{await De(u.dirname(e));const n=s.createWriteStream(e),o=new a(t,void 0,2),r=new Promise(((e,t)=>{o.on("end",(()=>{e()})),o.on("error",(e=>{t(e)}))}));return o.pipe(n),r})(c,e)}catch(e){d=e}d?n.error(`Failed writing ${i}: ${d}`):n.debug(`Wrote "./${u.relative(t.buildRoot,c)}"`),e.end()})())};return[{name:yi,buildReport(e){const t=n.time("serialize report"),o=te(e);t.end(),r("build",{bundler:o.bundler,metadata:o.metadata,start:o.start,end:o.end,duration:o.duration,writeDuration:o.writeDuration,entries:o.entries,outputs:o.outputs}),r("logs",o.logs),r("timings",o.timings),r("dependencies",o.inputs),r("errors",o.errors),r("warnings",o.warnings)},metrics(e){r("metrics",(()=>Array.from(e)))},esbuild:{setup(e){e.onEnd((e=>{r("bundler",e.metafile)}))}},rspack:vi(n,(e=>{r("bundler",e)})),rollup:$i((e=>{r("bundler",e)})),vite:$i((e=>{r("bundler",e)})),webpack:vi(n,(e=>{r("bundler",e)}))}]},xi="rum",Si="datadog-rum-plugin",Ei=["8","9","a","b"],Ii=(e,t)=>{const n={service:e.service,version:e.version};e.debugId&&(n.ddDebugId=t?(e=>{const t=p("sha256").update(e).digest("hex").slice(0,32),n=`${t.slice(0,12)}4${t.slice(13)}`,o=n.charCodeAt(16)%4,r=`${n.slice(0,16)}${Ei[o]}${n.slice(17)}`;return[r.slice(0,8),r.slice(8,12),r.slice(12,16),r.slice(16,20),r.slice(20,32)].join("-")})(t.sourceOrHash):f());return{code:`(function(c,n){try{if(typeof window==='undefined')return;var w=window,m=w[n]=w[n]||{},s=new Error().stack;s&&(m[s]=c)}catch(e){}})(${JSON.stringify(n)},${JSON.stringify("DD_SOURCE_CODE_CONTEXT")});`,debugId:n.ddDebugId}},Di="datadog-rum-privacy-plugin";const Ai=(e,t)=>{const n=t.getLogger(Di),o=function(e,t){const n={privacy:{addToDictionaryHelper:{expression:{code:e}}}};return["esbuild","webpack","rspack"].includes(t)&&(n.output={...n.output,inlineSourceMap:!1,embedCodeInSourceMap:!0}),n}(e.helperCodeExpression,t.bundler.name);let r=0,i=0;return{name:Di,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(e,t){try{const n=function(e){if("rspack"===e?.framework||"webpack"===e?.framework)switch(typeof e.inputSourceMap){case"undefined":return;case"string":return e.inputSourceMap;default:return JSON.stringify(e.inputSourceMap)}}(this.getNativeBuildContext?.()),s=S({id:t,code:e,map:n},o);return 0===s.privacyDictionarySize?{code:e}:(r+=s.privacyDictionarySize,i++,s)}catch(t){return n.error(`Instrumentation Error: ${t}`,{forward:!0}),{code:e}}}},buildEnd:()=>{n.debug(`Privacy dictionary will include ${r} entries across ${i} files`,{forward:!0,context:{dictionaryEntryCount:r,fileCount:i}})}}},Pi=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,ji=(e,t)=>{const n=e.sdk;if(n.clientToken)return Pi(e);if(!t.auth.apiKey||!t.auth.appKey)throw new Error('Missing "auth.apiKey" and/or "auth.appKey" to fetch "rum.sdk.clientToken".');return async()=>{let o;try{const e=await Q({url:`https://api.${t.auth.site}/api/v2/rum/applications/${n.applicationId}`,type:"json",auth:t.auth});o=e.data?.attributes?.client_token}catch(e){throw new Error(`Could not fetch the clientToken: ${e.message}`)}if(!o)throw new Error("Missing clientToken in the API response.");return Pi({...e,sdk:{clientToken:o,...n}})}},Mi=e=>{const n=t.bold.red,o=e[xi]||{},r={errors:[]};if(!o.sdk)return r;o.sdk.applicationId||r.errors.push(`Missing ${n("applicationId")} in the SDK configuration.`),e.auth.apiKey&&e.auth.appKey||o.sdk.clientToken||r.errors.push(`Missing ${n('"auth.apiKey"')} and/or ${n('"auth.appKey"')} to fetch missing client token.`);const i={applicationId:"unknown_application_id",allowUntrustedEvents:!1,compressIntakeRequests:!1,defaultPrivacyLevel:"mask",enablePrivacyForActionName:!1,sessionReplaySampleRate:0,sessionSampleRate:100,silentMultipleInit:!1,site:e.auth.site||"datadoghq.com",startSessionReplayRecordingManually:!1,storeContextsAcrossPages:!1,telemetrySampleRate:20,traceSampleRate:100,trackingConsent:"granted",trackLongTasks:!1,trackResources:!1,trackUserInteractions:!1,trackViewsManually:!1};return r.config={...i,...o.sdk},r},Ti=e=>{const t=e[xi]||{},n={errors:[]};if(t.privacy){const e={exclude:[/\/node_modules\//,/\.preval\./,/^[!@#$%^&*()=+~`-]/],include:[/\.(?:c|m)?(?:j|t)sx?$/],addToDictionaryFunctionName:"$",helperCodeExpression:"/*__PURE__*/((q='$DD_A_Q',g=globalThis)=>(g[q]=g[q]||[],(v=>(g[q].push(v),v))))()"};n.config={...e,...t.privacy}}return n},Ci=e=>{const n=t.bold.red,o=e[xi]||{},r={errors:[]};if(!o.sourceCodeContext)return r;const i=o.sourceCodeContext;return i?.debugId||i?.service&&"string"==typeof i.service||r.errors.push(`Missing ${n('"rum.sourceCodeContext.service"')}.`),r.config={...i,version:i.version||e.metadata?.version},r},Oi=({options:e,context:t})=>{const n=((e,t)=>{const n=[],o=Mi(e),r=Ti(e),i=Ci(e);if(n.push(...o.errors),n.push(...r.errors),n.push(...i.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Si}.`);const s={...e[xi],sdk:void 0,privacy:void 0,sourceCodeContext:void 0};return o.config&&(s.sdk=o.config),r.config&&(s.privacy=r.config,t.debug(`datadog-rum-privacy plugin options: ${JSON.stringify(s.privacy,((e,t)=>t instanceof RegExp?t.toString():t))}`,{forward:!0})),i.config&&(s.sourceCodeContext=i.config),s})(e,t.getLogger(Si)),o=[],r=n.sourceCodeContext;if(r&&t.inject({type:"code",position:Ce.BEFORE,injectIntoAllChunks:!0,value:e=>{const{code:t}=Ii(r,e);return t}}),n.sdk&&(t.inject({type:"file",position:Ce.MIDDLE,value:u.join(T,"./rum-browser-sdk.js")}),t.inject({type:"code",position:Ce.MIDDLE,value:ji(n,t)})),n.privacy){t.inject({type:"file",position:Ce.BEFORE,value:u.join(T,"./privacy-helpers.js")});const e=Ai(n.privacy,t);o.push(e)}return o},Ni="datadog-analytics-plugin",Ri=({context:e})=>{const t=e.getLogger(Ni);return[{name:Ni,async buildStart(){"production"===e.env&&e.queue((async()=>{try{await e.sendLog({message:"Build started",context:{plugins:e.pluginNames}})}catch(e){t.debug(`Could not submit data to Datadog: ${e}`)}})())}}]},_i="datadog-async-queue-plugin",Fi=e=>{const{context:t,stores:n}=e,o=t.getLogger(_i),r=[];return t.queue=e=>{const t=e.catch((e=>{r.push(e.message||e.toString())}));n.queue.push(t)},[{name:_i,asyncTrueEnd:async()=>{await Promise.all(n.queue),r.length>0&&o.error(`Error occurred while processing async queue:\n ${r.join("\n ")}`)}}]},zi=async(e,t,n)=>{const o=[],r=e.initialOptions.entryPoints,i=[],s=[];if(Array.isArray(r))for(const e of r){const t=e&&"object"==typeof e?e.in:e;i.push({path:t})}else r&&"object"==typeof r&&i.push(...Object.entries(r).map((([e,t])=>({name:e,path:t}))));const a=i.flatMap((e=>{return(t=e.path,t.includes("*")?w.sync(t):[t]).map((t=>[e,t]));var t})).map((async([n,r])=>{const i=await e.resolve(r,{kind:"entry-point",resolveDir:t.buildRoot});i.errors.length&&s.push(...i.errors.map((e=>e.text))),i.path&&o.push({name:n.name,resolved:i.path,original:n.path})}));for(const e of s)n.error(e);return await Promise.all(a),o},Li=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,Ui=/(\?|%3F|\|)+/gi,Bi=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=Ki(e),Li.lastIndex=0,Li.exec(t)?.[1]||"unknown");var t},qi=["unknown","commonjsHelpers.js",`vite${u.sep}preload-helper.js`],Vi=(e,t,n)=>{const o=new Set;for(const n of e){const e=Ki(n);ee(n)||e===t||qi.includes(e)||o.add(e)}return o},Ki=e=>e.split("!").pop().split(Ui).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),Hi=(e,t)=>ee(t)?O:"unknown"===t?t:t.includes("webpack/runtime")?t.replace("webpack/runtime/","").replace(/ +/g,"-"):((e,t)=>{const n=t.split(u.sep),o=e.split(u.sep).filter(((e,t)=>e===n[t])).join(u.sep);return e.replace(o,"")})(t.split("!").pop(),e).split("node_modules").pop().split(Ui).shift().replace(/^((\.\.?)?[/\\])+/g,""),Wi=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[to(t,e),n]))),Ji=(e,t)=>({setup(n){const o=new Map;let r=[];const i=t.time("build report",{start:!1});n.onStart((async()=>{o.clear(),r=[],i.resume();const s=t.time("process entries");r.push(...await zi(n,e,t));for(const t of r){const n=Hi(e.bundler.outDir,t.resolved);t.name?o.set(n,t.name):o.set(n,n)}s.end(),i.pause()})),n.onEnd((async n=>{i.resume();const r=t.time("collecting errors and warnings"),s=e.bundler.outDir,a=e.buildRoot;for(const t of n.errors)e.build.errors.push(t.text);for(const t of n.warnings)e.build.warnings.push(t.text);if(r.end(),!n.metafile){const n="Missing metafile from build report.";return e.build.warnings.push(n),void t.warn(n)}const c=[],d=[],l=[],p=[],f=[],m={},h={},g=t.time("indexing metafile data"),y=Wi(n.metafile.inputs,a),b=Wi(n.metafile.outputs,a);g.end();const w=e=>{if(!ee(e))return e;const t=y[to(a,e)];if(!t)return e;const n=t.imports.find((e=>!ee(e.path)));return n?n.path:e},v=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(ee(e))continue;const n=to(a,e),o={name:Hi(s,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:Bi(e)};m[n]=o,c.push(o)}v.end();const $=t.time("looping through outputs");for(const[e,r]of Object.entries(n.metafile.outputs)){const n=to(a,e),i=Hi(s,n),u=[];for(const e of Object.keys(r.inputs)){if(ee(e))continue;const n=m[to(a,e)];n?u.push(n):t.debug(`Input ${e} not found for output ${i}`)}if(r.entryPoint&&!u.length){const e=m[to(a,r.entryPoint)];if(!e){t.debug(`Input ${r.entryPoint} not found for output ${i}`);continue}u.push(e)}const c={name:i,filepath:n,inputs:u,size:r.bytes,type:Bi(n)};if(h[n]=c,"map"===c.type&&p.push(c),d.push(c),!r.entryPoint)continue;const f=m[to(a,w(r.entryPoint))];if(f){if(!o.get(f.name))continue;const e={...c,name:o.get(f.name)||f.name,outputs:[c],size:c.size};l.push(e)}}$.end();const k=t.time("looping through sourcemaps");for(const e of p){const n=h[e.filepath.replace(/\.map$/,"")];n?e.inputs.push(n):t.debug(`Could not find output for sourcemap ${e.name}`)}k.end();const x={inputs:{report:m,meta:y},outputs:{report:h,meta:b}},S=/(<runtime>|https:|file:|data:|#)/g,E=e=>!ee(e)&&!e.match(S),I=(e,n,o={})=>{if(!E(e))return o;const r=n.report[e];if(!r)return t.debug(`Could not find report's ${e}`),o;if(o[r.filepath])return o;o[r.filepath]=r;const i=n.meta[e];if(!i)return t.debug(`Could not find metafile's ${e}`),o;if(!i.imports||!i.imports.length)return o;for(const t of i.imports){const i=t.path.match(/^\.\.?\//),d=i?u.dirname(e):a,l=to(d,t.path);if(t.external){if(E(t.path)){const e=i?l:t.path,n=x.inputs.report[e]||{filepath:e,name:Hi(s,t.path),size:0,type:"external",dependencies:new Set,dependents:new Set};"dependencies"in r&&(n.dependents.add(r),r.dependencies.add(n)),"inputs"in r&&!r.inputs.includes(n)&&r.inputs.push(n),c.includes(n)||c.push(n),x.inputs.report[e]=n,o[n.filepath]=n}}else I(l,n,o)}return o},D=t.time("looping through entries");for(const e of l){const t={},n={};for(const n of e.inputs)I(n.filepath,x.inputs,t);for(const t of e.outputs)I(t.filepath,x.outputs,n);e.inputs=Object.values(t),e.outputs=Object.values(n),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),f.push(e)}D.end();const A=t.time("aggregate dependencies and dependents");for(const e of c){if("external"===e.type)continue;const n=x.inputs.meta[e.filepath];if(n)for(const o of n.imports){if(!E(o.path))continue;const n=o.path.match(/^\.?\.\//),r=n?u.dirname(e.filepath):a,i=to(r,o.path);let s;if(o.external){const e=n?i:o.path;s=x.inputs.report[e]}else s=x.inputs.report[i];s?(e.dependencies.add(s),s.dependents.add(e)):t.debug(`Could not find input file of ${o.path} imported from ${e.name}`)}else t.debug(`Could not find metafile's ${e.name}`)}A.end(),e.build.outputs=d,e.build.inputs=c,e.build.entries=f,i.end(),await e.asyncHook("buildReport",e.build)}))}}),Gi=(e,t)=>{const n=t.time("module parsing",{start:!1}),o=t.time("build report",{start:!1}),r=t.time("filling entries",{start:!1}),i=t.time("filling inputs and outputs",{start:!1}),a=t.time("completing dependencies and dependents",{start:!1}),u=t.time("filling dependencies and dependents",{start:!1}),c=t.time("filling sourcemaps inputs",{start:!1}),d=new Map,l=new Map,p=new Map,f=new Map;return{buildStart(){f.clear(),d.clear(),l.clear(),p.clear()},onLog(t,n){"warn"===t&&e.build.warnings.push(n.message||n.toString())},renderError(t){t&&e.build.errors.push(t.message)},moduleParsed(e){n.resume();const t=Ki(e.id),o=f.get(t)||{dependencies:new Set,dependents:new Set},r=Vi(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),i=Vi(new Set([...e.dynamicImporters,...e.importers]),t);for(const e of i)o.dependents.add(e);for(const e of r)o.dependencies.add(e);f.set(t,o),n.tag([`module:${t}`],{span:!0}),n.pause()},writeBundle(n,m){o.resume();const h=n.dir?to(e.buildRoot,n.dir):e.bundler.outDir,g=new Set,y=new Set,b=new Map;a.resume();for(const[e,{dependencies:t,dependents:n}]of f){for(const n of t){const t=Ki(n),o=f.get(t)||{dependencies:new Set,dependents:new Set};o.dependents.has(e)||(o.dependents.add(e),f.set(t,o))}for(const t of n){const n=Ki(t),o=f.get(n)||{dependencies:new Set,dependents:new Set};o.dependencies.has(e)||(o.dependencies.add(e),f.set(n,o))}}a.end(),i.resume();for(const[e,n]of Object.entries(m)){const o=to(h,e),r="code"in n?Buffer.byteLength(n.code,"utf8"):Buffer.byteLength(n.source,"utf8"),i=l.get(o)||{name:e,filepath:o,inputs:[],size:r,type:Bi(e)};if("map"===i.type&&y.add(i),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(Ki(e)!==e)continue;let n=t.originalLength;if(!n&&0!==n)try{n=s.statSync(e).size}catch(e){n=t.renderedLength}const o=d.get(e)||{name:Hi(h,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:Bi(e)};i.inputs.push(o),d.set(o.filepath,o)}if("imports"in n)for(const e of n.imports){const n=Ki(e);if(!f.has(n)){b.set(to(h,n),i);continue}if(d.has(n)){t.debug(`Input report already there for ${n} from ${i.name}.`);continue}const o=d.get(n)||{name:Hi(h,e),dependencies:new Set,dependents:new Set,filepath:n,size:0,type:"external"};i.inputs.push(o),d.set(o.filepath,o)}"isEntry"in n&&n.isEntry&&g.add({...i,name:n.name,size:0,outputs:[i]}),l.set(i.filepath,i)}i.end();for(const[e,n]of b){const o=l.get(e);o?n.inputs.includes(o)||n.inputs.push(o):t.debug(`Could not find the output report for ${e}.`)}u.resume();for(const[e,n]of d){const o=f.get(e);if(o){for(const e of o.dependencies){const o=d.get(e);o?n.dependencies.add(o):t.debug(`Could not find input for dependency ${Hi(h,e)} of ${n.name}`)}for(const e of o.dependents){const o=d.get(e);o?n.dependents.add(o):t.debug(`Could not find input for dependent ${Hi(h,e)} of ${n.name}`)}}else t.debug(`Could not find the import report for ${n.name}.`)}if(u.end(),y.size){c.resume();for(const e of y){const n=e.filepath.replace(/\.map$/,""),o=l.get(n);o?e.inputs.push(o):t.debug(`Could not find output for sourcemap ${e.name}`)}c.end()}const w=(e,n=new Map)=>{if(n.has(e))return n;const o=Hi(h,e),r=l.get(e);if(!r)return d.has(o)||t.debug(`Could not find output for ${o}`),n;n.set(e,r);const i=m[Hi(h,e)];if(!i)return t.debug(`Could not find asset for ${o}`),n;const s=[];"imports"in i&&s.push(...i.imports),"dynamicImports"in i&&s.push(...i.dynamicImports);for(const e of s)w(to(h,e),n);return n};r.resume();for(const e of g){const n=w(e.filepath);e.outputs=Array.from(n.values()),e.inputs=Array.from(new Set(e.outputs.flatMap((e=>e.inputs)))),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),p.has(e.filepath)&&t.debug(`Entry "${e.name}":"${Hi(h,e.filepath)}" already reported.`),p.set(e.filepath,e)}r.pause(),o.pause()},async closeBundle(){e.build.inputs=Array.from(d.values()),e.build.outputs=Array.from(l.values()),e.build.entries=Array.from(p.values()),r.end(),o.end(),await e.asyncHook("buildReport",e.build)}}},Yi=(e,t,n)=>o=>{let r=[],i=[],s=[];const a=new Map,u=new Map,c=new Map,d=new Map,l=[],p=new Map,f=n.time("build report",{start:!1}),m=e=>!(!e||e.startsWith("webpack/runtime")||e.startsWith("multi ")||ee(e)),h=e=>e.replace(/(^external[^"]+"|"$)/g,""),g=e=>{const t=(e=>{const t=e.identifier();return{identifier:()=>t,dependencies:"dependencies"in e?[...e.dependencies]:[],blocks:"blocks"in e?[...e.blocks]:[],externalType:"externalType"in e?e.externalType:void 0,external:"external"in e?e.external:void 0}})(e),n=(e=>{const t=new Set,n=["rawRequest","resource","request","userRequest"],o=e=>{const n=Ki(e);t.add(n),n.startsWith("external ")&&t.add(h(n))};o(e.identifier());for(const t of n){const n=e[t];t&&t in e&&"string"==typeof n&&o(n)}return t})(e);for(const e of n)if(d.has(e)){const n=d.get(e);n.dependencies.push(...t.dependencies||[]),n.blocks.push(...t.blocks||[])}else d.set(e,t)},y=(e,t=[])=>{if("dependencies"in e)for(const n of e.dependencies)t.push(n),y(n,t);if("blocks"in e)for(const n of e.blocks)y(n,t);return t},b=(e,t)=>{if("request"in t&&t.request){const n=Ki(t.request);if(d.has(n))return d.get(n);if(e.context){const t=to(Ki(e.context),n);if(d.has(t))return d.get(t)}}},w=e=>!(!("externalType"in e)||!e.externalType)||(!(!("external"in e)||!e.external)||!!e.identifier?.().startsWith("external "));o.hooks.thisCompilation.tap(t,(o=>{r=[],i=[],s=[],a.clear(),u.clear(),d.clear(),p.clear(),o.hooks.finishModules.tap(t,(t=>{f.resume();const o=n.time("dependency graph"),i=n.time("indexing modules");for(const e of t)g(e);i.end();const s=n.time("building inputs");for(const n of t){const t=n.identifier(),o=Hi(e.bundler.outDir,t),i=new Set(y(n).map((e=>{const o=b(n,e);if(!o?.identifier())return!1;const r=o.identifier();return!!m(r)&&(r!==t&&(w(o)?h(r):r))})).filter(Boolean));if(!m(t))continue;const s=p.get(t)||{dependents:new Set,dependencies:new Set};for(const e of i){const n=p.get(e)||{dependencies:new Set,dependents:new Set};n.dependents.add(t),s.dependencies.add(e),p.set(e,n)}p.set(t,s);const u=w(n)?{size:0,name:h(o),dependencies:new Set,dependents:new Set,filepath:t,type:"external"}:{size:n.size()||0,name:o,dependencies:new Set,dependents:new Set,filepath:t,type:Bi(t)};r.push(u),a.set(t,u),w(n)&&a.set(h(t),u)}s.end();const u=n.time("assigning dependencies and dependents");for(const e of r){const t=p.get(e.filepath);if(t){for(const o of t.dependencies){const t=a.get(o);t?e.dependencies.add(t):n.debug(`Could not find input of dependency ${o}`)}for(const o of t.dependents){const t=a.get(o);t?e.dependents.add(t):n.debug(`Could not find input of dependent ${o}`)}}else n.debug(`Could not find dependency report for ${e.name}`)}u.end(),o.end(),f.pause()}))})),o.hooks.afterEmit.tapPromise(t,(async t=>{f.resume();const o=t.chunks,d=t.getAssets(),p=t=>[...t.files||[],...t.auxiliaryFiles||[]].map((t=>to(e.bundler.outDir,t))),h=n.time("indexing chunks"),g=t.chunkGraph;for(const e of o){const t=p(e),n=(g?.getChunkModules(e)||[]).flatMap((e=>"modules"in e&&Array.isArray(e.modules)?e.modules.map((e=>e.identifier())):e.identifier())).filter(m);for(const e of t){if("map"===Bi(e))continue;const t=c.get(e)||new Set;for(const e of n)t.add(e);c.set(e,t)}}h.end();const y=n.time("building outputs");for(const t of d){const o={size:t.source.size()||0,name:t.name,inputs:[],filepath:to(e.bundler.outDir,t.name),type:Bi(t.name)};if(u.set(o.filepath,o),i.push(o),"map"===o.type){l.push(o);continue}const r=c.get(o.filepath);if(r)for(const e of r){const t=a.get(e);t?o.inputs.push(t):n.debug(`Could not find input of ${e}`)}else n.debug(`Could not find modules for ${o.name}`)}y.end();const b=n.time("filling sourcemaps inputs");for(const e of l){const t=u.get(e.filepath.replace(/\.map$/,""));t?e.inputs.push(t):n.debug(`Output not found for sourcemap ${e.name}`)}b.end();const w=n.time("building entries"),v=(e,t=new Set)=>{if(t.has(e))return new Set;t.add(e);const n=new Set(e.chunks);for(const o of e.childrenIterable||[]){const e=v(o,t);for(const t of e)n.add(t)}return n};for(const[o,r]of t.entrypoints){const t=new Map,i=new Map;let a=0;const c=v(r),d=Array.from(c).flatMap(p),l=r.chunks.filter((e=>g.getChunkEntryModulesIterable(e)||!1)).flatMap((e=>Array.from(e.files))).filter((e=>e.includes(o)||r.name&&e.includes(r.name))).find((e=>"js"===Bi(e)));for(const e of d){const o=u.get(e);if(e&&o){if("map"!==o.type&&!t.has(o.name)){t.set(o.name,o);for(const e of o.inputs)i.has(e.filepath)||i.set(e.filepath,e);a+=o.size}}else n.debug(`Could not find output of ${JSON.stringify(e)}`)}const f={name:o,filepath:l?to(e.bundler.outDir,l):"unknown",size:a,inputs:Array.from(i.values()),outputs:Array.from(t.values()),type:l?Bi(l):"unknown"};s.push(f)}w.end();for(const n of t.errors)e.build.errors.push(n.message);for(const n of t.warnings)e.build.warnings.push(n.message);e.build.inputs=r,e.build.outputs=i,e.build.entries=s,f.end(),await e.asyncHook("buildReport",e.build)}))},Qi="datadog-build-report-plugin",Zi=e=>{const{context:t}=e,n=t.getLogger(Qi);return[{name:Qi,enforce:"post",esbuild:Ji(t,n),rspack:Yi(t,Qi,n),webpack:Yi(t,Qi,n),vite:Gi(t,n),rollup:Gi(t,n)}]},Xi="datadog-bundler-report-plugin",es=(e,t)=>t?u.isAbsolute(t)?t:u.resolve(e,t):"",ts=e=>{if(!e)return[];return(Array.isArray(e)?e:[e]).map((e=>e.dir?e.dir:e.file?u.dirname(e.file):void 0)).filter(Boolean)},ns=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=es(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},os=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const o=t.build?.rollupOptions?.output,r=ts(o);e.buildRoot=t.root??process.cwd(),o&&r.length&&(n=oo(r,process.cwd())),e.bundler.outDir=es(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),rs=e=>{const{context:t}=e,n=t.getLogger(Xi);return[{name:Xi,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=es(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=es(t.buildRoot,u.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:ns(t),rspack:ns(t),vite:os(t),rollup:{options(e){let n;if("output"in e){const t=ts(e.output);n=oo(t,process.cwd())}const o=(e=>{const t=new Set;if(e.input){const n=Array.isArray(e.input)?e.input:"object"==typeof e.input?Object.values(e.input):[e.input];for(const e of n){if("string"!=typeof e)throw new Error("Invalid input type");t.add(u.dirname(e))}}return Array.from(t)})(e);if(n){t.bundler.outDir=to(process.cwd(),n);const e=oo([n,...o],process.cwd());t.buildRoot=e===u.sep?process.cwd():e}else t.buildRoot=oo(o,process.cwd()),t.bundler.outDir=u.resolve(process.cwd(),"dist");t.hook("buildRoot",t.buildRoot)},buildStart(e){t.bundler.rawConfig=e},renderStart(e){t.bundler.rawConfig.outputs=t.bundler.rawConfig.outputs||[],t.bundler.rawConfig.outputs.push(e),t.hook("bundlerReport",t.bundler);const o=ts(e);oo(o,process.cwd()).startsWith(t.bundler.outDir)||n.warn("The output directory has been changed by a plugin and may introduce some inconsistencies in the build report.")}}}]},is="datadog-custom-hooks-plugin",ss=e=>{const{context:t}=e,n=t.getLogger(is),o=e=>(o,...r)=>{const i=n.time(`execution | ${o}`,{tags:["type:custom-hook",`hook:${o}`]}),s=[],a=[];for(const n of t.plugins){if(!(o in n))continue;const t=n[o];if("function"==typeof t)try{const i=t(...r);i instanceof Promise&&(e||s.push(`Plugin "${n.name}" returned a promise on the non async hook "${o}".`),a.push(i))}catch(e){s.push(`Plugin "${n.name}" errored on hook "${o}". [${e}]`)}else s.push(`Plugin "${n.name}" has an invalid hook type for "${o}". [${typeof t}]`)}if(s.length>0){for(const e of s)n.error(e);throw new Error("Some plugins errored during the hook execution.")}return Promise.all(a).finally((()=>i.end()))};return t.hook=o(!1),t.asyncHook=o(!0),[{name:is,enforce:"pre"}]};class as{constructor(e){this.trackedFilenames=new Map;for(const t of e){const e=this.getFilename(t),n=this.trackedFilenames.get(e);n?n.push(t):this.trackedFilenames.set(e,new Array(t))}}displaySource(e){return e.length<=40?e:`[...]${e.slice(-35)}`}matchSourcemap(e,t){const n=Pe(e),o=JSON.parse(n);if(!o.sources)return void t("Missing 'sources' field in sourcemap.");const r=o.sources;if(0===r.length)return void t("Empty 'sources' field in sourcemap.");const i=this.matchSources(r);if(0!==i.length)return i;t(`${r.map(this.displaySource).join(", ")} not in the tracked files.`)}matchSources(e){let t=[];const n=new Set;for(const o of e){const e=this.getFilename(o);if(n.has(e))continue;n.add(e);const r=this.trackedFilenames.get(e);r&&(t=t.concat(r))}return t}rawTrackedFilesList(){let e=[];return this.trackedFilenames.forEach((t=>{e=e.concat(t)})),e}getFilename(e){let t=e.lastIndexOf("/");-1===t?t=0:t++;let n=e.lastIndexOf("?");return(-1===n||n<=t)&&(n=e.length),e.substring(t,n)}}const us=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await cs(e);for(const e of t)if(e.name===n)return ie(e.refs.push);return ie(t[0].refs.push)},cs=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},ds=async e=>e.revparse("HEAD"),ls=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),ps=async e=>e.branch(),fs=async e=>e.show(["-s","--format=%s"]),ms=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),hs="datadog-git-plugin",gs=e=>{const{options:t,context:n}=e,o=n.getLogger(hs),r=o.time("get git information",{start:!1}),i=async e=>{try{const t=await(async e=>{const t={baseDir:e||process.cwd(),binary:"git",maxConcurrentProcesses:3};try{const e=E(t),n=await e.revparse("--show-toplevel");t.baseDir=n}catch{}return E(t)})(u.dirname(e));if(0===(await t.getRemotes(!0)).length)return o.warn("No git remotes available, skipping git plugin. This is expected for a repository that has not been pushed yet."),void r.end();const i=await(async e=>{const t=[ds(e),ps(e),fs(e),ms(e),ls(e),us(e)],[n,o,r,i,s,a]=await Promise.all(t),[u,c,d,l,p,f]=i.split(",").map((e=>e.trim()));return{commit:{author:{name:u,email:c,date:d},committer:{name:l,email:p,date:f},message:r.trim(),hash:n},hash:n,branch:o.current,remote:a.trim(),trackedFilesMatcher:new as(s)}})(t);n.git=i,r.end(),await n.asyncHook("git",n.git)}catch(e){o.error(`Could not get git information: ${e.message}`)}};return[{name:hs,enforce:"pre",buildRoot(e){if(ne(t))try{r.resume();const t=no(e,".git");if(!t)return o.warn("No .git directory found, skipping git plugin."),void r.end();n.queue(i(t))}catch(e){o.error(`Could not get git information: ${e.message}`)}}}]},ys="datadog-injection-plugin",bs=/^https?:\/\//,ws=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],vs=t.bold.yellow,$s=async(e,t=process.cwd())=>(e=>r.readFile(e,{encoding:"utf-8"}))(to(t,e));function ks(e){return e.some((e=>e.injectIntoAllChunks))}const xs=(e,t,n)=>{const o=e.filter((e=>e.position===t&&(!n||n.isEntry||e.injectIntoAllChunks))).map((e=>js(e.value)?e.value(n):e.value)).filter(Boolean);if(0===o.length)return"";return`// begin injection by Datadog build plugins\n${o.map((e=>`(() => {${e}})();`)).join("\n\n")}\n// end injection by Datadog build plugins`},Ss=async(e,t,n=process.cwd())=>{const o=js(e.value)?await e.value():e.value;try{if("file"===e.type){const e=o;return await(e.match(bs)?(async(e,t=5e3)=>{let n;return Promise.race([Q({retries:2,minTimeout:100,url:e}).finally((()=>{t&&clearTimeout(n)})),new Promise(((e,o)=>{n=setTimeout((()=>{o(new Error("Timeout"))}),t)}))])})(e):$s(e,n))}return o}catch(r){const i=`${e.type} - ${re(o)}`;return e.fallback?(t.debug(`Fallback for "${i}": ${r.toString()}`),Ss(e.fallback,t,n)):(t.warn(`Failed "${i}": ${r.toString()}`),"")}},Es=async(e,t,n,o=process.cwd())=>{const r=t.filter(Ps).map((e=>{const t=e.value;return{...e,value:e=>t(e)}})),i=t.filter((e=>!Ps(e))),s=await Promise.all(i.map((async t=>({...t,value:await Ss(t,e,o)})))),a=e=>({...e,position:e.position??Ce.BEFORE});n.push(...r.map(a),...s.map(a))},Is=e=>e instanceof Error&&"code"in e,Ds=e=>ws.includes(e),As=(e,t,n)=>{e.warn(`"${vs(t)}" files are not supported (${vs(n)}).`)},Ps=e=>"function"==typeof e.value&&1===e.value.length,js=e=>"function"==typeof e,Ms=s.promises,Ts=(e,t,n)=>({setup(o){const{onStart:i,onResolve:a,onLoad:c,onEnd:d,esbuild:l,initialOptions:p}=o,f=[],m=`${t.bundler.name}.${Ce.MIDDLE}.${O}.js`,g=s.realpathSync(h.tmpdir()),y=u.resolve(g,m),b=new RegExp(`${m}$`),w=p.inject;p.inject=w?[...w]:[],p.inject.push(y),i((async()=>{f.push(...await zi(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await De(u.dirname(e)),await r.writeFile(e,t,{encoding:"utf-8"})})(y,"")}catch(t){e.error(`Could not create the files: ${t.message}`)}})),a({filter:b},(async e=>({path:e.path,namespace:ys}))),c({filter:b,namespace:ys},(async()=>({contents:xs(n,Ce.MIDDLE)||" ",resolveDir:t.buildRoot,loader:"js"}))),d((async o=>{if(!o.metafile)return void e.warn("Missing metafile from build result.");if(!function(e){return e.some((e=>e.position===Ce.BEFORE||e.position===Ce.AFTER))}(n))return;const r=[];for(const[i,s]of Object.entries(o.metafile.outputs)){const o=Boolean(s.entryPoint&&f.some((e=>e.resolved.endsWith(s.entryPoint))));if(!o&&!ks(n))continue;const a=to(t.buildRoot,i),{base:c,ext:d}=u.parse(a);Ds(d)?r.push((async()=>{try{const e=`${a}.map`,t=await Ms.readFile(a,"utf-8"),r=await Ms.readFile(e,"utf-8").catch((()=>!1)),i=u.basename(a),s=xs(n,Ce.BEFORE,{sourceOrHash:t,fileName:i,isEntry:o}),c=xs(n,Ce.AFTER,{sourceOrHash:t,fileName:i,isEntry:o});if(!s&&!c)return;const d=t.replace(/\n?\/\/# sourceMappingURL=.*$/m,""),p=r?`${d}\n//# sourceMappingURL=data:application/json;base64,${Buffer.from(r).toString("base64")}`:d,f=await l.transform(p,{loader:"default",banner:s,footer:c,sourcemap:r?"external":void 0,sourcefile:i});await Promise.all([Ms.writeFile(a,f.code),r&&f.map?Ms.writeFile(e,f.map):null])}catch(t){if(!Is(t)||"ENOENT"!==t.code)throw t;e.warn(`Could not inject content in ${a}: ${t}`)}})()):As(e,d,c)}await Promise.all(r)}))}}),Cs=O,Os="?inject-proxy",Ns=(e,t)=>({renderChunk(n,o){const{base:r,ext:i}=u.parse(o.fileName);if(!Ds(i))return As(e,i,r),null;const s=xs(t,Ce.BEFORE,{sourceOrHash:n,fileName:o.fileName,isEntry:o.isEntry}),a=xs(t,Ce.AFTER,{sourceOrHash:n,fileName:o.fileName,isEntry:o.isEntry});if(!s&&!a)return null;const c=new I(n);return s&&c.prepend(`${s}\n`),a&&c.append(`\n${a}`),{code:c.toString(),map:c.generateMap({file:o.fileName,hires:"boundary"})}},async resolveId(e,n,o){if(ee(e))return{id:e,moduleSideEffects:!0};if(o.isEntry&&xs(t,Ce.MIDDLE)){if(e.endsWith(".html"))return null;const t=await this.resolve(e,n,o);if(!t||t.external)return t;return(await this.load(t)).moduleSideEffects=!0,`${t.id}${Os}`}return null},load(e){if(ee(e))return xs(t,Ce.MIDDLE);if(e.endsWith(Os)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let o=`import ${JSON.stringify(Cs)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(o+=`export { default } from ${JSON.stringify(t)};`),o}return null}}),Rs=(e,t,n,o,r)=>i=>{const a=new WeakMap,c=e.sources.ConcatSource,d=n.bundler.name,l=u.resolve(n.buildRoot,"node_modules",".cache","datadog-build-plugins",`${d}.${Ce.MIDDLE}.${O}.js`);Ae(l,"");i.hooks.shutdown.tap(ys,(()=>{var e;e=l,s.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));const p=async()=>{await Es(t,o,r,n.buildRoot)};i.hooks.beforeRun.tapPromise(ys,p),i.hooks.watchRun.tapPromise(ys,p),i.hooks.compilation.tap(ys,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:ys,stage:o},(()=>{for(const e of n.chunks){const o=e.canBeInitial(),i=e.contentHash?.javascript??e.hash;for(const s of e.files){const{base:e,ext:d}=u.parse(s);if(!Ds(d)){As(t,d,e);continue}const l=e,p=xs(r,Ce.BEFORE,{sourceOrHash:i,fileName:l,isEntry:o}),f=xs(r,Ce.AFTER,{sourceOrHash:i,fileName:l,isEntry:o});""===p&&""===f||n.updateAsset(s,(e=>{const t=a.get(e);if(!t||t.banner!==p||t.footer!==f){const t=new c(p,"\n",e,"\n",f);return a.set(e,{source:t,banner:p,footer:f}),t}return t.source}))}}}))}));const f=(e=>{const n={import:[l]},o=e=>{for(const[n,o]of Object.entries(e))"object"==typeof o?(o.import=o.import||[],o.import.unshift(l)):"string"==typeof o?e[n]=[l,o]:Array.isArray(o)?o.unshift(l):t.error("Invalid entry type: "+typeof o)};return e?"function"==typeof e?async()=>{const t=await e();return o(t),t}:"object"!=typeof e?"string"==typeof e?[n,e]:(t.error("Invalid entry type: "+typeof e),e):(o(e),e):{ddHelper:n}})(i.options.entry);i.options.entry=f},_s=e=>{const{bundler:t,context:n}=e,o=n.getLogger(ys),r=[],i=[];n.inject=e=>{r.push(e)};const s={name:ys,enforce:"post",esbuild:Ts(o,n,i),webpack:Rs(t,o,n,r,i),rspack:Rs(t,o,n,r,i),rollup:Ns(o,i),vite:{...Ns(o,i),enforce:"pre",transformIndexHtml:{order:"pre",handler:()=>xs(i,Ce.MIDDLE)?[{tag:"script",attrs:{type:"module",src:"/@id/__datadog-helper-file"},injectTo:"head-prepend"}]:[]}}};var a;return a=n.bundler.name,["rspack","webpack"].includes(a)?s.load={filter:{id:N},handler:()=>({code:xs(i,Ce.MIDDLE)})}:s.buildStart=async()=>{await Es(o,r,i,n.buildRoot)},[s]},Fs="datadog-true-end-plugin",zs=e=>{const{context:t}=e,n=async()=>{await t.asyncHook("asyncTrueEnd")},o=async()=>{await t.asyncHook("flush")},r=()=>{t.hook("syncTrueEnd")},i=async()=>{r(),await n(),await o()},s=e=>{e.hooks.shutdown.tapPromise(Fs,i)},a={async writeBundle(){},async closeBundle(){await i()}};return[{name:Fs,enforce:"post",webpack:s,esbuild:{setup(e){e.onEnd((async()=>{await n(),await o()})),e.onDispose((()=>{r()}))}},vite:a,rollup:a,rspack:s}]},Ls={[zr]:mi},Us=t.bold.red;var Bs="3.2.12";const qs=(({bundler:t,version:n})=>{const o=Date.now();return e(((e,r)=>{const i=Date.now(),s=((e={})=>{const t=(e=>{const t=[];return void 0===e||void 0!==e.version&&"string"!=typeof e.version&&t.push("metadata.version must be a string"),t})(e.metadata),n=q("SITE"),o=H(n,"DATADOG_SITE/DD_SITE",t)??H(e.auth?.site,"auth.site",t),r={site:o?.site??F,siteSubdomain:o?.subdomain};if(t.length)throw new Error(`Invalid Datadog plugin configuration:\n - ${t.join("\n - ")}`);return Object.defineProperty(r,"apiKey",{value:q("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(r,"appKey",{value:q("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:r}})(e);"esbuild"===r.framework&&(r.esbuildHostName=z);const a=process.env.BUILD_PLUGINS_ENV||"production",u=R.includes(a)?a:"development",c=t.rspackVersion||t.version||t.VERSION,d=r.framework,l={bundler:{name:d,version:c},env:u,metadata:s.metadata||{},packageName:`@datadog/${d}-plugin`,version:n},p={errors:[],logs:[],metrics:new Set,queue:[],timings:[],warnings:[]},f=(({start:e,options:t,data:n,stores:o})=>{const r=process.cwd(),i={errors:o.errors,warnings:o.warnings,logs:o.logs,metadata:n.metadata,timings:o.timings,bundler:n.bundler};return{addMetric:()=>{throw new Error("AddMetric function called before it was initialized.")},auth:t.auth,pluginNames:[],bundler:{...i.bundler,outDir:r},build:i,buildRoot:r,env:n.env,getLogger:pe(n,o,t.logLevel),asyncHook:()=>{throw new Error("AsyncHook function called before it was initialized.")},hook:()=>{throw new Error("Hook function called before it was initialized.")},inject:()=>{throw new Error("Inject function called before it was initialized.")},plugins:[],queue:()=>{throw new Error("Queue function called before it was initialized.")},sendLog:Z(n),start:e,version:n.version}})({start:o,options:s,data:l,stores:p}),m=f.getLogger("factory"),h=m.time("Plugins initialization",{start:i});f.pluginNames.push(z);const g=[];g.push(["analytics",Ri],["async-queue",Fi],["build-report",Zi],["bundler-report",rs],["custom-hooks",ss],["git",gs],["injection",_s],["true-end",zs]),s.customPlugins&&g.push(["custom",s.customPlugins]);const y=[["apps",be,Eo],["error-tracking",Io,Jo],["live-debugger",Go,_r],["metrics",zr,hi],["output",gi,ki],["rum",xi,Oi]];for(const[e,t,n]of y)ye(s,t,m)&&g.push([e,n]);for(const[e,n]of g)f.plugins.push(...he(f,n,e)({bundler:t,context:f,options:s,data:l,stores:p}));return(e=>{const t=[];for(const n of B){const o=K(n);if(o.length>1&&!o.every((e=>process.env[e]===process.env[o[0]]))){const r=o.map((e=>U(e))).join(" and "),i=U(`DATADOG_${n}`);e.warn(`Conflicting keys ${r}, will use ${i}`),t.push(`${r} (using ${i})`)}else if(o.length){const e=o.map((e=>L(e))).join(" and ");t.push(`${e} (same value)`)}}t.length&&e.info(`Overrides from environment:\n - ${t.join("\n - ")}`)})(m),f.pluginNames.push(...f.plugins.map((e=>e.name))),(e=>{const t=new Set(e.filter((t=>e.filter((e=>e===t)).length>1)));if(t.size>0)throw new Error(`Duplicate plugin names: ${Us(Array.from(t).join(", "))}`)})(f.pluginNames),f.hook("init",f),h.end(),f.plugins}))})({bundler:D,version:Bs}).esbuild,Vs=Bs,Ks=Ls;export{qs as datadogEsbuildPlugin,Ks as helpers,Vs as version};
2
2
  //# sourceMappingURL=index.mjs.map