prettier 4.0.0-alpha.12 → 4.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -11
- package/THIRD-PARTY-NOTICES.md +1888 -302
- package/bin/prettier.cjs +15 -5
- package/doc.js +607 -362
- package/doc.mjs +608 -366
- package/index.cjs +106 -85
- package/index.d.ts +20 -9
- package/index.mjs +8686 -12160
- package/internal/experimental-cli-worker.mjs +2841 -0
- package/internal/experimental-cli.mjs +12790 -0
- package/internal/{cli.mjs → legacy-cli.mjs} +2851 -1540
- package/package.json +7 -7
- package/plugins/acorn.js +11 -10
- package/plugins/acorn.mjs +11 -10
- package/plugins/angular.js +4 -2
- package/plugins/angular.mjs +4 -2
- package/plugins/babel.d.ts +6 -7
- package/plugins/babel.js +10 -13
- package/plugins/babel.mjs +10 -13
- package/plugins/estree.js +40 -32
- package/plugins/estree.mjs +40 -32
- package/plugins/flow.js +16 -15
- package/plugins/flow.mjs +16 -15
- package/plugins/glimmer.js +29 -22
- package/plugins/glimmer.mjs +30 -23
- package/plugins/graphql.js +15 -16
- package/plugins/graphql.mjs +15 -16
- package/plugins/html.d.ts +1 -0
- package/plugins/html.js +23 -21
- package/plugins/html.mjs +23 -21
- package/plugins/markdown.js +53 -54
- package/plugins/markdown.mjs +53 -54
- package/plugins/meriyah.js +5 -4
- package/plugins/meriyah.mjs +5 -4
- package/plugins/postcss.js +41 -34
- package/plugins/postcss.mjs +41 -34
- package/plugins/typescript.js +16 -15
- package/plugins/typescript.mjs +16 -15
- package/plugins/yaml.js +91 -93
- package/plugins/yaml.mjs +91 -93
- package/standalone.js +31 -37
- package/standalone.mjs +31 -37
package/plugins/angular.js
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
(function(n){function e(){var i=n();return i.default||i}if(typeof exports=="object"&&typeof module=="object")module.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var t=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};t.prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.angular=e()}})(function(){"use strict";var it=Object.defineProperty;var $s=Object.getOwnPropertyDescriptor;var Rs=Object.getOwnPropertyNames;var Bs=Object.prototype.hasOwnProperty;var Xt=t=>{throw TypeError(t)};var Jt=(t,e)=>{for(var n in e)it(t,n,{get:e[n],enumerable:!0})},Ds=(t,e,n,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Rs(e))!Bs.call(t,r)&&r!==n&&it(t,r,{get:()=>e[r],enumerable:!(s=$s(e,r))||s.enumerable});return t};var Os=t=>Ds(it({},"__esModule",{value:!0}),t);var ot=(t,e,n)=>e.has(t)||Xt("Cannot "+n);var L=(t,e,n)=>(ot(t,e,"read from private field"),n?n.call(t):e.get(t)),V=(t,e,n)=>e.has(t)?Xt("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),K=(t,e,n,s)=>(ot(t,e,"write to private field"),s?s.call(t,n):e.set(t,n),n),c=(t,e,n)=>(ot(t,e,"access private method"),n);var Yr={};Jt(Yr,{parsers:()=>zt});var zt={};Jt(zt,{__ng_action:()=>zr,__ng_binding:()=>Gr,__ng_directive:()=>Jr,__ng_interpolation:()=>Xr});var Kr=new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,"g");var Yt;(function(t){t[t.Emulated=0]="Emulated",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom"})(Yt||(Yt={}));var Qt;(function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"})(Qt||(Qt={}));var Kt;(function(t){t[t.None=0]="None",t[t.SignalBased=1]="SignalBased",t[t.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"})(Kt||(Kt={}));var B;(function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"})(B||(B={}));var Zt;(function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Ignore=2]="Ignore"})(Zt||(Zt={}));var en;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(en||(en={}));var tn;(function(t){t[t.None=0]="None",t[t.Const=1]="Const"})(tn||(tn={}));var nn;(function(t){t[t.Dynamic=0]="Dynamic",t[t.Bool=1]="Bool",t[t.String=2]="String",t[t.Int=3]="Int",t[t.Number=4]="Number",t[t.Function=5]="Function",t[t.Inferred=6]="Inferred",t[t.None=7]="None"})(nn||(nn={}));var Fs=void 0;var sn;(function(t){t[t.Minus=0]="Minus",t[t.Plus=1]="Plus"})(sn||(sn={}));var _;(function(t){t[t.Equals=0]="Equals",t[t.NotEquals=1]="NotEquals",t[t.Identical=2]="Identical",t[t.NotIdentical=3]="NotIdentical",t[t.Minus=4]="Minus",t[t.Plus=5]="Plus",t[t.Divide=6]="Divide",t[t.Multiply=7]="Multiply",t[t.Modulo=8]="Modulo",t[t.And=9]="And",t[t.Or=10]="Or",t[t.BitwiseOr=11]="BitwiseOr",t[t.BitwiseAnd=12]="BitwiseAnd",t[t.Lower=13]="Lower",t[t.LowerEquals=14]="LowerEquals",t[t.Bigger=15]="Bigger",t[t.BiggerEquals=16]="BiggerEquals",t[t.NullishCoalesce=17]="NullishCoalesce"})(_||(_={}));function Vs(t,e){return t==null||e==null?t==e:t.isEquivalent(e)}function Hs(t,e,n){let s=t.length;if(s!==e.length)return!1;for(let r=0;r<s;r++)if(!n(t[r],e[r]))return!1;return!0}function tt(t,e){return Hs(t,e,(n,s)=>n.isEquivalent(s))}var k=class{type;sourceSpan;constructor(e,n){this.type=e||null,this.sourceSpan=n||null}prop(e,n){return new vt(this,e,null,n)}key(e,n,s){return new wt(this,e,n,s)}callFn(e,n,s){return new Xe(this,e,null,n,s)}instantiate(e,n,s){return new dt(this,e,n,s)}conditional(e,n=null,s){return new gt(this,e,n,null,s)}equals(e,n){return new C(_.Equals,this,e,null,n)}notEquals(e,n){return new C(_.NotEquals,this,e,null,n)}identical(e,n){return new C(_.Identical,this,e,null,n)}notIdentical(e,n){return new C(_.NotIdentical,this,e,null,n)}minus(e,n){return new C(_.Minus,this,e,null,n)}plus(e,n){return new C(_.Plus,this,e,null,n)}divide(e,n){return new C(_.Divide,this,e,null,n)}multiply(e,n){return new C(_.Multiply,this,e,null,n)}modulo(e,n){return new C(_.Modulo,this,e,null,n)}and(e,n){return new C(_.And,this,e,null,n)}bitwiseOr(e,n,s=!0){return new C(_.BitwiseOr,this,e,null,n,s)}bitwiseAnd(e,n,s=!0){return new C(_.BitwiseAnd,this,e,null,n,s)}or(e,n){return new C(_.Or,this,e,null,n)}lower(e,n){return new C(_.Lower,this,e,null,n)}lowerEquals(e,n){return new C(_.LowerEquals,this,e,null,n)}bigger(e,n){return new C(_.Bigger,this,e,null,n)}biggerEquals(e,n){return new C(_.BiggerEquals,this,e,null,n)}isBlank(e){return this.equals(TYPED_NULL_EXPR,e)}nullishCoalesce(e,n){return new C(_.NullishCoalesce,this,e,null,n)}toStmt(){return new St(this,null)}},Ge=class t extends k{name;constructor(e,n,s){super(n,s),this.name=e}isEquivalent(e){return e instanceof t&&this.name===e.name}isConstant(){return!1}visitExpression(e,n){return e.visitReadVarExpr(this,n)}clone(){return new t(this.name,this.type,this.sourceSpan)}set(e){return new pt(this.name,e,null,this.sourceSpan)}},ut=class t extends k{expr;constructor(e,n,s){super(n,s),this.expr=e}visitExpression(e,n){return e.visitTypeofExpr(this,n)}isEquivalent(e){return e instanceof t&&e.expr.isEquivalent(this.expr)}isConstant(){return this.expr.isConstant()}clone(){return new t(this.expr.clone())}};var pt=class t extends k{name;value;constructor(e,n,s,r){super(s||n.type,r),this.name=e,this.value=n}isEquivalent(e){return e instanceof t&&this.name===e.name&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,n){return e.visitWriteVarExpr(this,n)}clone(){return new t(this.name,this.value.clone(),this.type,this.sourceSpan)}toDeclStmt(e,n){return new xt(this.name,this.value,e,n,this.sourceSpan)}toConstDecl(){return this.toDeclStmt(Fs,Ee.Final)}},ht=class t extends k{receiver;index;value;constructor(e,n,s,r,o){super(r||s.type,o),this.receiver=e,this.index=n,this.value=s}isEquivalent(e){return e instanceof t&&this.receiver.isEquivalent(e.receiver)&&this.index.isEquivalent(e.index)&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,n){return e.visitWriteKeyExpr(this,n)}clone(){return new t(this.receiver.clone(),this.index.clone(),this.value.clone(),this.type,this.sourceSpan)}},ft=class t extends k{receiver;name;value;constructor(e,n,s,r,o){super(r||s.type,o),this.receiver=e,this.name=n,this.value=s}isEquivalent(e){return e instanceof t&&this.receiver.isEquivalent(e.receiver)&&this.name===e.name&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,n){return e.visitWritePropExpr(this,n)}clone(){return new t(this.receiver.clone(),this.name,this.value.clone(),this.type,this.sourceSpan)}},Xe=class t extends k{fn;args;pure;constructor(e,n,s,r,o=!1){super(s,r),this.fn=e,this.args=n,this.pure=o}get receiver(){return this.fn}isEquivalent(e){return e instanceof t&&this.fn.isEquivalent(e.fn)&&tt(this.args,e.args)&&this.pure===e.pure}isConstant(){return!1}visitExpression(e,n){return e.visitInvokeFunctionExpr(this,n)}clone(){return new t(this.fn.clone(),this.args.map(e=>e.clone()),this.type,this.sourceSpan,this.pure)}};var dt=class t extends k{classExpr;args;constructor(e,n,s,r){super(s,r),this.classExpr=e,this.args=n}isEquivalent(e){return e instanceof t&&this.classExpr.isEquivalent(e.classExpr)&&tt(this.args,e.args)}isConstant(){return!1}visitExpression(e,n){return e.visitInstantiateExpr(this,n)}clone(){return new t(this.classExpr.clone(),this.args.map(e=>e.clone()),this.type,this.sourceSpan)}},Je=class t extends k{value;constructor(e,n,s){super(n,s),this.value=e}isEquivalent(e){return e instanceof t&&this.value===e.value}isConstant(){return!0}visitExpression(e,n){return e.visitLiteralExpr(this,n)}clone(){return new t(this.value,this.type,this.sourceSpan)}};var mt=class t extends k{value;typeParams;constructor(e,n,s=null,r){super(n,r),this.value=e,this.typeParams=s}isEquivalent(e){return e instanceof t&&this.value.name===e.value.name&&this.value.moduleName===e.value.moduleName}isConstant(){return!1}visitExpression(e,n){return e.visitExternalExpr(this,n)}clone(){return new t(this.value,this.type,this.typeParams,this.sourceSpan)}};var gt=class t extends k{condition;falseCase;trueCase;constructor(e,n,s=null,r,o){super(r||n.type,o),this.condition=e,this.falseCase=s,this.trueCase=n}isEquivalent(e){return e instanceof t&&this.condition.isEquivalent(e.condition)&&this.trueCase.isEquivalent(e.trueCase)&&Vs(this.falseCase,e.falseCase)}isConstant(){return!1}visitExpression(e,n){return e.visitConditionalExpr(this,n)}clone(){var e;return new t(this.condition.clone(),this.trueCase.clone(),(e=this.falseCase)==null?void 0:e.clone(),this.type,this.sourceSpan)}};var C=class t extends k{operator;rhs;parens;lhs;constructor(e,n,s,r,o,a=!0){super(r||n.type,o),this.operator=e,this.rhs=s,this.parens=a,this.lhs=n}isEquivalent(e){return e instanceof t&&this.operator===e.operator&&this.lhs.isEquivalent(e.lhs)&&this.rhs.isEquivalent(e.rhs)}isConstant(){return!1}visitExpression(e,n){return e.visitBinaryOperatorExpr(this,n)}clone(){return new t(this.operator,this.lhs.clone(),this.rhs.clone(),this.type,this.sourceSpan,this.parens)}},vt=class t extends k{receiver;name;constructor(e,n,s,r){super(s,r),this.receiver=e,this.name=n}get index(){return this.name}isEquivalent(e){return e instanceof t&&this.receiver.isEquivalent(e.receiver)&&this.name===e.name}isConstant(){return!1}visitExpression(e,n){return e.visitReadPropExpr(this,n)}set(e){return new ft(this.receiver,this.name,e,null,this.sourceSpan)}clone(){return new t(this.receiver.clone(),this.name,this.type,this.sourceSpan)}},wt=class t extends k{receiver;index;constructor(e,n,s,r){super(s,r),this.receiver=e,this.index=n}isEquivalent(e){return e instanceof t&&this.receiver.isEquivalent(e.receiver)&&this.index.isEquivalent(e.index)}isConstant(){return!1}visitExpression(e,n){return e.visitReadKeyExpr(this,n)}set(e){return new ht(this.receiver,this.index,e,null,this.sourceSpan)}clone(){return new t(this.receiver.clone(),this.index.clone(),this.type,this.sourceSpan)}},Ye=class t extends k{entries;constructor(e,n,s){super(n,s),this.entries=e}isConstant(){return this.entries.every(e=>e.isConstant())}isEquivalent(e){return e instanceof t&&tt(this.entries,e.entries)}visitExpression(e,n){return e.visitLiteralArrayExpr(this,n)}clone(){return new t(this.entries.map(e=>e.clone()),this.type,this.sourceSpan)}};var Qe=class t extends k{entries;valueType=null;constructor(e,n,s){super(n,s),this.entries=e,n&&(this.valueType=n.valueType)}isEquivalent(e){return e instanceof t&&tt(this.entries,e.entries)}isConstant(){return this.entries.every(e=>e.value.isConstant())}visitExpression(e,n){return e.visitLiteralMapExpr(this,n)}clone(){let e=this.entries.map(n=>n.clone());return new t(e,this.type,this.sourceSpan)}};var Ee;(function(t){t[t.None=0]="None",t[t.Final=1]="Final",t[t.Private=2]="Private",t[t.Exported=4]="Exported",t[t.Static=8]="Static"})(Ee||(Ee={}));var Ke=class{modifiers;sourceSpan;leadingComments;constructor(e=Ee.None,n=null,s){this.modifiers=e,this.sourceSpan=n,this.leadingComments=s}hasModifier(e){return(this.modifiers&e)!==0}addLeadingComment(e){this.leadingComments=this.leadingComments??[],this.leadingComments.push(e)}},xt=class t extends Ke{name;value;type;constructor(e,n,s,r,o,a){super(r,o,a),this.name=e,this.value=n,this.type=s||n&&n.type||null}isEquivalent(e){return e instanceof t&&this.name===e.name&&(this.value?!!e.value&&this.value.isEquivalent(e.value):!e.value)}visitStatement(e,n){return e.visitDeclareVarStmt(this,n)}};var St=class t extends Ke{expr;constructor(e,n,s){super(Ee.None,n,s),this.expr=e}isEquivalent(e){return e instanceof t&&this.expr.isEquivalent(e.expr)}visitStatement(e,n){return e.visitExpressionStmt(this,n)}};function Us(t,e,n){return new Ge(t,e,n)}var Zr=Us("<unknown>");var rn=class t{static INSTANCE=new t;keyOf(e){if(e instanceof Je&&typeof e.value=="string")return`"${e.value}"`;if(e instanceof Je)return String(e.value);if(e instanceof Ye){let n=[];for(let s of e.entries)n.push(this.keyOf(s));return`[${n.join(",")}]`}else if(e instanceof Qe){let n=[];for(let s of e.entries){let r=s.key;s.quoted&&(r=`"${r}"`),n.push(r+":"+this.keyOf(s.value))}return`{${n.join(",")}}`}else{if(e instanceof mt)return`import("${e.value.moduleName}", ${e.value.name})`;if(e instanceof Ge)return`read(${e.name})`;if(e instanceof ut)return`typeof(${this.keyOf(e.expr)})`;throw new Error(`${this.constructor.name} does not handle expressions of type ${e.constructor.name}`)}}};var i="@angular/core",P=class{static NEW_METHOD="factory";static TRANSFORM_METHOD="transform";static PATCH_DEPS="patchedDeps";static core={name:null,moduleName:i};static namespaceHTML={name:"\u0275\u0275namespaceHTML",moduleName:i};static namespaceMathML={name:"\u0275\u0275namespaceMathML",moduleName:i};static namespaceSVG={name:"\u0275\u0275namespaceSVG",moduleName:i};static element={name:"\u0275\u0275element",moduleName:i};static elementStart={name:"\u0275\u0275elementStart",moduleName:i};static elementEnd={name:"\u0275\u0275elementEnd",moduleName:i};static advance={name:"\u0275\u0275advance",moduleName:i};static syntheticHostProperty={name:"\u0275\u0275syntheticHostProperty",moduleName:i};static syntheticHostListener={name:"\u0275\u0275syntheticHostListener",moduleName:i};static attribute={name:"\u0275\u0275attribute",moduleName:i};static attributeInterpolate1={name:"\u0275\u0275attributeInterpolate1",moduleName:i};static attributeInterpolate2={name:"\u0275\u0275attributeInterpolate2",moduleName:i};static attributeInterpolate3={name:"\u0275\u0275attributeInterpolate3",moduleName:i};static attributeInterpolate4={name:"\u0275\u0275attributeInterpolate4",moduleName:i};static attributeInterpolate5={name:"\u0275\u0275attributeInterpolate5",moduleName:i};static attributeInterpolate6={name:"\u0275\u0275attributeInterpolate6",moduleName:i};static attributeInterpolate7={name:"\u0275\u0275attributeInterpolate7",moduleName:i};static attributeInterpolate8={name:"\u0275\u0275attributeInterpolate8",moduleName:i};static attributeInterpolateV={name:"\u0275\u0275attributeInterpolateV",moduleName:i};static classProp={name:"\u0275\u0275classProp",moduleName:i};static elementContainerStart={name:"\u0275\u0275elementContainerStart",moduleName:i};static elementContainerEnd={name:"\u0275\u0275elementContainerEnd",moduleName:i};static elementContainer={name:"\u0275\u0275elementContainer",moduleName:i};static styleMap={name:"\u0275\u0275styleMap",moduleName:i};static styleMapInterpolate1={name:"\u0275\u0275styleMapInterpolate1",moduleName:i};static styleMapInterpolate2={name:"\u0275\u0275styleMapInterpolate2",moduleName:i};static styleMapInterpolate3={name:"\u0275\u0275styleMapInterpolate3",moduleName:i};static styleMapInterpolate4={name:"\u0275\u0275styleMapInterpolate4",moduleName:i};static styleMapInterpolate5={name:"\u0275\u0275styleMapInterpolate5",moduleName:i};static styleMapInterpolate6={name:"\u0275\u0275styleMapInterpolate6",moduleName:i};static styleMapInterpolate7={name:"\u0275\u0275styleMapInterpolate7",moduleName:i};static styleMapInterpolate8={name:"\u0275\u0275styleMapInterpolate8",moduleName:i};static styleMapInterpolateV={name:"\u0275\u0275styleMapInterpolateV",moduleName:i};static classMap={name:"\u0275\u0275classMap",moduleName:i};static classMapInterpolate1={name:"\u0275\u0275classMapInterpolate1",moduleName:i};static classMapInterpolate2={name:"\u0275\u0275classMapInterpolate2",moduleName:i};static classMapInterpolate3={name:"\u0275\u0275classMapInterpolate3",moduleName:i};static classMapInterpolate4={name:"\u0275\u0275classMapInterpolate4",moduleName:i};static classMapInterpolate5={name:"\u0275\u0275classMapInterpolate5",moduleName:i};static classMapInterpolate6={name:"\u0275\u0275classMapInterpolate6",moduleName:i};static classMapInterpolate7={name:"\u0275\u0275classMapInterpolate7",moduleName:i};static classMapInterpolate8={name:"\u0275\u0275classMapInterpolate8",moduleName:i};static classMapInterpolateV={name:"\u0275\u0275classMapInterpolateV",moduleName:i};static styleProp={name:"\u0275\u0275styleProp",moduleName:i};static stylePropInterpolate1={name:"\u0275\u0275stylePropInterpolate1",moduleName:i};static stylePropInterpolate2={name:"\u0275\u0275stylePropInterpolate2",moduleName:i};static stylePropInterpolate3={name:"\u0275\u0275stylePropInterpolate3",moduleName:i};static stylePropInterpolate4={name:"\u0275\u0275stylePropInterpolate4",moduleName:i};static stylePropInterpolate5={name:"\u0275\u0275stylePropInterpolate5",moduleName:i};static stylePropInterpolate6={name:"\u0275\u0275stylePropInterpolate6",moduleName:i};static stylePropInterpolate7={name:"\u0275\u0275stylePropInterpolate7",moduleName:i};static stylePropInterpolate8={name:"\u0275\u0275stylePropInterpolate8",moduleName:i};static stylePropInterpolateV={name:"\u0275\u0275stylePropInterpolateV",moduleName:i};static nextContext={name:"\u0275\u0275nextContext",moduleName:i};static resetView={name:"\u0275\u0275resetView",moduleName:i};static templateCreate={name:"\u0275\u0275template",moduleName:i};static defer={name:"\u0275\u0275defer",moduleName:i};static deferWhen={name:"\u0275\u0275deferWhen",moduleName:i};static deferOnIdle={name:"\u0275\u0275deferOnIdle",moduleName:i};static deferOnImmediate={name:"\u0275\u0275deferOnImmediate",moduleName:i};static deferOnTimer={name:"\u0275\u0275deferOnTimer",moduleName:i};static deferOnHover={name:"\u0275\u0275deferOnHover",moduleName:i};static deferOnInteraction={name:"\u0275\u0275deferOnInteraction",moduleName:i};static deferOnViewport={name:"\u0275\u0275deferOnViewport",moduleName:i};static deferPrefetchWhen={name:"\u0275\u0275deferPrefetchWhen",moduleName:i};static deferPrefetchOnIdle={name:"\u0275\u0275deferPrefetchOnIdle",moduleName:i};static deferPrefetchOnImmediate={name:"\u0275\u0275deferPrefetchOnImmediate",moduleName:i};static deferPrefetchOnTimer={name:"\u0275\u0275deferPrefetchOnTimer",moduleName:i};static deferPrefetchOnHover={name:"\u0275\u0275deferPrefetchOnHover",moduleName:i};static deferPrefetchOnInteraction={name:"\u0275\u0275deferPrefetchOnInteraction",moduleName:i};static deferPrefetchOnViewport={name:"\u0275\u0275deferPrefetchOnViewport",moduleName:i};static deferHydrateWhen={name:"\u0275\u0275deferHydrateWhen",moduleName:i};static deferHydrateNever={name:"\u0275\u0275deferHydrateNever",moduleName:i};static deferHydrateOnIdle={name:"\u0275\u0275deferHydrateOnIdle",moduleName:i};static deferHydrateOnImmediate={name:"\u0275\u0275deferHydrateOnImmediate",moduleName:i};static deferHydrateOnTimer={name:"\u0275\u0275deferHydrateOnTimer",moduleName:i};static deferHydrateOnHover={name:"\u0275\u0275deferHydrateOnHover",moduleName:i};static deferHydrateOnInteraction={name:"\u0275\u0275deferHydrateOnInteraction",moduleName:i};static deferHydrateOnViewport={name:"\u0275\u0275deferHydrateOnViewport",moduleName:i};static deferEnableTimerScheduling={name:"\u0275\u0275deferEnableTimerScheduling",moduleName:i};static conditional={name:"\u0275\u0275conditional",moduleName:i};static repeater={name:"\u0275\u0275repeater",moduleName:i};static repeaterCreate={name:"\u0275\u0275repeaterCreate",moduleName:i};static repeaterTrackByIndex={name:"\u0275\u0275repeaterTrackByIndex",moduleName:i};static repeaterTrackByIdentity={name:"\u0275\u0275repeaterTrackByIdentity",moduleName:i};static componentInstance={name:"\u0275\u0275componentInstance",moduleName:i};static text={name:"\u0275\u0275text",moduleName:i};static enableBindings={name:"\u0275\u0275enableBindings",moduleName:i};static disableBindings={name:"\u0275\u0275disableBindings",moduleName:i};static getCurrentView={name:"\u0275\u0275getCurrentView",moduleName:i};static textInterpolate={name:"\u0275\u0275textInterpolate",moduleName:i};static textInterpolate1={name:"\u0275\u0275textInterpolate1",moduleName:i};static textInterpolate2={name:"\u0275\u0275textInterpolate2",moduleName:i};static textInterpolate3={name:"\u0275\u0275textInterpolate3",moduleName:i};static textInterpolate4={name:"\u0275\u0275textInterpolate4",moduleName:i};static textInterpolate5={name:"\u0275\u0275textInterpolate5",moduleName:i};static textInterpolate6={name:"\u0275\u0275textInterpolate6",moduleName:i};static textInterpolate7={name:"\u0275\u0275textInterpolate7",moduleName:i};static textInterpolate8={name:"\u0275\u0275textInterpolate8",moduleName:i};static textInterpolateV={name:"\u0275\u0275textInterpolateV",moduleName:i};static restoreView={name:"\u0275\u0275restoreView",moduleName:i};static pureFunction0={name:"\u0275\u0275pureFunction0",moduleName:i};static pureFunction1={name:"\u0275\u0275pureFunction1",moduleName:i};static pureFunction2={name:"\u0275\u0275pureFunction2",moduleName:i};static pureFunction3={name:"\u0275\u0275pureFunction3",moduleName:i};static pureFunction4={name:"\u0275\u0275pureFunction4",moduleName:i};static pureFunction5={name:"\u0275\u0275pureFunction5",moduleName:i};static pureFunction6={name:"\u0275\u0275pureFunction6",moduleName:i};static pureFunction7={name:"\u0275\u0275pureFunction7",moduleName:i};static pureFunction8={name:"\u0275\u0275pureFunction8",moduleName:i};static pureFunctionV={name:"\u0275\u0275pureFunctionV",moduleName:i};static pipeBind1={name:"\u0275\u0275pipeBind1",moduleName:i};static pipeBind2={name:"\u0275\u0275pipeBind2",moduleName:i};static pipeBind3={name:"\u0275\u0275pipeBind3",moduleName:i};static pipeBind4={name:"\u0275\u0275pipeBind4",moduleName:i};static pipeBindV={name:"\u0275\u0275pipeBindV",moduleName:i};static hostProperty={name:"\u0275\u0275hostProperty",moduleName:i};static property={name:"\u0275\u0275property",moduleName:i};static propertyInterpolate={name:"\u0275\u0275propertyInterpolate",moduleName:i};static propertyInterpolate1={name:"\u0275\u0275propertyInterpolate1",moduleName:i};static propertyInterpolate2={name:"\u0275\u0275propertyInterpolate2",moduleName:i};static propertyInterpolate3={name:"\u0275\u0275propertyInterpolate3",moduleName:i};static propertyInterpolate4={name:"\u0275\u0275propertyInterpolate4",moduleName:i};static propertyInterpolate5={name:"\u0275\u0275propertyInterpolate5",moduleName:i};static propertyInterpolate6={name:"\u0275\u0275propertyInterpolate6",moduleName:i};static propertyInterpolate7={name:"\u0275\u0275propertyInterpolate7",moduleName:i};static propertyInterpolate8={name:"\u0275\u0275propertyInterpolate8",moduleName:i};static propertyInterpolateV={name:"\u0275\u0275propertyInterpolateV",moduleName:i};static i18n={name:"\u0275\u0275i18n",moduleName:i};static i18nAttributes={name:"\u0275\u0275i18nAttributes",moduleName:i};static i18nExp={name:"\u0275\u0275i18nExp",moduleName:i};static i18nStart={name:"\u0275\u0275i18nStart",moduleName:i};static i18nEnd={name:"\u0275\u0275i18nEnd",moduleName:i};static i18nApply={name:"\u0275\u0275i18nApply",moduleName:i};static i18nPostprocess={name:"\u0275\u0275i18nPostprocess",moduleName:i};static pipe={name:"\u0275\u0275pipe",moduleName:i};static projection={name:"\u0275\u0275projection",moduleName:i};static projectionDef={name:"\u0275\u0275projectionDef",moduleName:i};static reference={name:"\u0275\u0275reference",moduleName:i};static inject={name:"\u0275\u0275inject",moduleName:i};static injectAttribute={name:"\u0275\u0275injectAttribute",moduleName:i};static directiveInject={name:"\u0275\u0275directiveInject",moduleName:i};static invalidFactory={name:"\u0275\u0275invalidFactory",moduleName:i};static invalidFactoryDep={name:"\u0275\u0275invalidFactoryDep",moduleName:i};static templateRefExtractor={name:"\u0275\u0275templateRefExtractor",moduleName:i};static forwardRef={name:"forwardRef",moduleName:i};static resolveForwardRef={name:"resolveForwardRef",moduleName:i};static replaceMetadata={name:"\u0275\u0275replaceMetadata",moduleName:i};static \u0275\u0275defineInjectable={name:"\u0275\u0275defineInjectable",moduleName:i};static declareInjectable={name:"\u0275\u0275ngDeclareInjectable",moduleName:i};static InjectableDeclaration={name:"\u0275\u0275InjectableDeclaration",moduleName:i};static resolveWindow={name:"\u0275\u0275resolveWindow",moduleName:i};static resolveDocument={name:"\u0275\u0275resolveDocument",moduleName:i};static resolveBody={name:"\u0275\u0275resolveBody",moduleName:i};static getComponentDepsFactory={name:"\u0275\u0275getComponentDepsFactory",moduleName:i};static defineComponent={name:"\u0275\u0275defineComponent",moduleName:i};static declareComponent={name:"\u0275\u0275ngDeclareComponent",moduleName:i};static setComponentScope={name:"\u0275\u0275setComponentScope",moduleName:i};static ChangeDetectionStrategy={name:"ChangeDetectionStrategy",moduleName:i};static ViewEncapsulation={name:"ViewEncapsulation",moduleName:i};static ComponentDeclaration={name:"\u0275\u0275ComponentDeclaration",moduleName:i};static FactoryDeclaration={name:"\u0275\u0275FactoryDeclaration",moduleName:i};static declareFactory={name:"\u0275\u0275ngDeclareFactory",moduleName:i};static FactoryTarget={name:"\u0275\u0275FactoryTarget",moduleName:i};static defineDirective={name:"\u0275\u0275defineDirective",moduleName:i};static declareDirective={name:"\u0275\u0275ngDeclareDirective",moduleName:i};static DirectiveDeclaration={name:"\u0275\u0275DirectiveDeclaration",moduleName:i};static InjectorDef={name:"\u0275\u0275InjectorDef",moduleName:i};static InjectorDeclaration={name:"\u0275\u0275InjectorDeclaration",moduleName:i};static defineInjector={name:"\u0275\u0275defineInjector",moduleName:i};static declareInjector={name:"\u0275\u0275ngDeclareInjector",moduleName:i};static NgModuleDeclaration={name:"\u0275\u0275NgModuleDeclaration",moduleName:i};static ModuleWithProviders={name:"ModuleWithProviders",moduleName:i};static defineNgModule={name:"\u0275\u0275defineNgModule",moduleName:i};static declareNgModule={name:"\u0275\u0275ngDeclareNgModule",moduleName:i};static setNgModuleScope={name:"\u0275\u0275setNgModuleScope",moduleName:i};static registerNgModuleType={name:"\u0275\u0275registerNgModuleType",moduleName:i};static PipeDeclaration={name:"\u0275\u0275PipeDeclaration",moduleName:i};static definePipe={name:"\u0275\u0275definePipe",moduleName:i};static declarePipe={name:"\u0275\u0275ngDeclarePipe",moduleName:i};static declareClassMetadata={name:"\u0275\u0275ngDeclareClassMetadata",moduleName:i};static declareClassMetadataAsync={name:"\u0275\u0275ngDeclareClassMetadataAsync",moduleName:i};static setClassMetadata={name:"\u0275setClassMetadata",moduleName:i};static setClassMetadataAsync={name:"\u0275setClassMetadataAsync",moduleName:i};static setClassDebugInfo={name:"\u0275setClassDebugInfo",moduleName:i};static queryRefresh={name:"\u0275\u0275queryRefresh",moduleName:i};static viewQuery={name:"\u0275\u0275viewQuery",moduleName:i};static loadQuery={name:"\u0275\u0275loadQuery",moduleName:i};static contentQuery={name:"\u0275\u0275contentQuery",moduleName:i};static viewQuerySignal={name:"\u0275\u0275viewQuerySignal",moduleName:i};static contentQuerySignal={name:"\u0275\u0275contentQuerySignal",moduleName:i};static queryAdvance={name:"\u0275\u0275queryAdvance",moduleName:i};static twoWayProperty={name:"\u0275\u0275twoWayProperty",moduleName:i};static twoWayBindingSet={name:"\u0275\u0275twoWayBindingSet",moduleName:i};static twoWayListener={name:"\u0275\u0275twoWayListener",moduleName:i};static declareLet={name:"\u0275\u0275declareLet",moduleName:i};static storeLet={name:"\u0275\u0275storeLet",moduleName:i};static readContextLet={name:"\u0275\u0275readContextLet",moduleName:i};static attachSourceLocations={name:"\u0275\u0275attachSourceLocations",moduleName:i};static NgOnChangesFeature={name:"\u0275\u0275NgOnChangesFeature",moduleName:i};static InheritDefinitionFeature={name:"\u0275\u0275InheritDefinitionFeature",moduleName:i};static CopyDefinitionFeature={name:"\u0275\u0275CopyDefinitionFeature",moduleName:i};static ProvidersFeature={name:"\u0275\u0275ProvidersFeature",moduleName:i};static HostDirectivesFeature={name:"\u0275\u0275HostDirectivesFeature",moduleName:i};static InputTransformsFeatureFeature={name:"\u0275\u0275InputTransformsFeature",moduleName:i};static ExternalStylesFeature={name:"\u0275\u0275ExternalStylesFeature",moduleName:i};static listener={name:"\u0275\u0275listener",moduleName:i};static getInheritedFactory={name:"\u0275\u0275getInheritedFactory",moduleName:i};static sanitizeHtml={name:"\u0275\u0275sanitizeHtml",moduleName:i};static sanitizeStyle={name:"\u0275\u0275sanitizeStyle",moduleName:i};static sanitizeResourceUrl={name:"\u0275\u0275sanitizeResourceUrl",moduleName:i};static sanitizeScript={name:"\u0275\u0275sanitizeScript",moduleName:i};static sanitizeUrl={name:"\u0275\u0275sanitizeUrl",moduleName:i};static sanitizeUrlOrResourceUrl={name:"\u0275\u0275sanitizeUrlOrResourceUrl",moduleName:i};static trustConstantHtml={name:"\u0275\u0275trustConstantHtml",moduleName:i};static trustConstantResourceUrl={name:"\u0275\u0275trustConstantResourceUrl",moduleName:i};static validateIframeAttribute={name:"\u0275\u0275validateIframeAttribute",moduleName:i};static InputSignalBrandWriteType={name:"\u0275INPUT_SIGNAL_BRAND_WRITE_TYPE",moduleName:i};static UnwrapDirectiveSignalInputs={name:"\u0275UnwrapDirectiveSignalInputs",moduleName:i};static unwrapWritableSignal={name:"\u0275unwrapWritableSignal",moduleName:i}};var Et=class{full;major;minor;patch;constructor(e){this.full=e;let n=e.split(".");this.major=n[0],this.minor=n[1],this.patch=n.slice(2).join(".")}};var on;(function(t){t[t.Class=0]="Class",t[t.Function=1]="Function"})(on||(on={}));var an;(function(t){t[t.Directive=0]="Directive",t[t.Component=1]="Component",t[t.Injectable=2]="Injectable",t[t.Pipe=3]="Pipe",t[t.NgModule=4]="NgModule"})(an||(an={}));var ye=class{input;errLocation;ctxLocation;message;constructor(e,n,s,r){this.input=n,this.errLocation=s,this.ctxLocation=r,this.message=`Parser Error: ${e} ${s} [${n}] in ${r}`}},G=class{start;end;constructor(e,n){this.start=e,this.end=n}toAbsolute(e){return new O(e+this.start,e+this.end)}},E=class{span;sourceSpan;constructor(e,n){this.span=e,this.sourceSpan=n}toString(){return"AST"}},se=class extends E{nameSpan;constructor(e,n,s){super(e,n),this.nameSpan=s}},b=class extends E{visit(e,n=null){}},X=class extends E{visit(e,n=null){return e.visitImplicitReceiver(this,n)}},yt=class extends X{visit(e,n=null){var s;return(s=e.visitThisReceiver)==null?void 0:s.call(e,this,n)}},_e=class extends E{expressions;constructor(e,n,s){super(e,n),this.expressions=s}visit(e,n=null){return e.visitChain(this,n)}},Ce=class extends E{condition;trueExp;falseExp;constructor(e,n,s,r,o){super(e,n),this.condition=s,this.trueExp=r,this.falseExp=o}visit(e,n=null){return e.visitConditional(this,n)}},re=class extends se{receiver;name;constructor(e,n,s,r,o){super(e,n,s),this.receiver=r,this.name=o}visit(e,n=null){return e.visitPropertyRead(this,n)}},Te=class extends se{receiver;name;value;constructor(e,n,s,r,o,a){super(e,n,s),this.receiver=r,this.name=o,this.value=a}visit(e,n=null){return e.visitPropertyWrite(this,n)}},ie=class extends se{receiver;name;constructor(e,n,s,r,o){super(e,n,s),this.receiver=r,this.name=o}visit(e,n=null){return e.visitSafePropertyRead(this,n)}},ke=class extends E{receiver;key;constructor(e,n,s,r){super(e,n),this.receiver=s,this.key=r}visit(e,n=null){return e.visitKeyedRead(this,n)}},oe=class extends E{receiver;key;constructor(e,n,s,r){super(e,n),this.receiver=s,this.key=r}visit(e,n=null){return e.visitSafeKeyedRead(this,n)}},Ie=class extends E{receiver;key;value;constructor(e,n,s,r,o){super(e,n),this.receiver=s,this.key=r,this.value=o}visit(e,n=null){return e.visitKeyedWrite(this,n)}},be=class extends se{exp;name;args;constructor(e,n,s,r,o,a){super(e,n,a),this.exp=s,this.name=r,this.args=o}visit(e,n=null){return e.visitPipe(this,n)}},N=class extends E{value;constructor(e,n,s){super(e,n),this.value=s}visit(e,n=null){return e.visitLiteralPrimitive(this,n)}},Ne=class extends E{expressions;constructor(e,n,s){super(e,n),this.expressions=s}visit(e,n=null){return e.visitLiteralArray(this,n)}},Ae=class extends E{keys;values;constructor(e,n,s,r){super(e,n),this.keys=s,this.values=r}visit(e,n=null){return e.visitLiteralMap(this,n)}},Pe=class extends E{strings;expressions;constructor(e,n,s,r){super(e,n),this.strings=s,this.expressions=r}visit(e,n=null){return e.visitInterpolation(this,n)}},A=class extends E{operation;left;right;constructor(e,n,s,r,o){super(e,n),this.operation=s,this.left=r,this.right=o}visit(e,n=null){return e.visitBinary(this,n)}},ae=class t extends A{operator;expr;left=null;right=null;operation=null;static createMinus(e,n,s){return new t(e,n,"-",s,"-",new N(e,n,0),s)}static createPlus(e,n,s){return new t(e,n,"+",s,"-",s,new N(e,n,0))}constructor(e,n,s,r,o,a,l){super(e,n,o,a,l),this.operator=s,this.expr=r}visit(e,n=null){return e.visitUnary!==void 0?e.visitUnary(this,n):e.visitBinary(this,n)}},Le=class extends E{expression;constructor(e,n,s){super(e,n),this.expression=s}visit(e,n=null){return e.visitPrefixNot(this,n)}},Me=class extends E{expression;constructor(e,n,s){super(e,n),this.expression=s}visit(e,n=null){return e.visitTypeofExpression(this,n)}},$e=class extends E{expression;constructor(e,n,s){super(e,n),this.expression=s}visit(e,n=null){return e.visitNonNullAssert(this,n)}},Re=class extends E{receiver;args;argumentSpan;constructor(e,n,s,r,o){super(e,n),this.receiver=s,this.args=r,this.argumentSpan=o}visit(e,n=null){return e.visitCall(this,n)}},le=class extends E{receiver;args;argumentSpan;constructor(e,n,s,r,o){super(e,n),this.receiver=s,this.args=r,this.argumentSpan=o}visit(e,n=null){return e.visitSafeCall(this,n)}},O=class{start;end;constructor(e,n){this.start=e,this.end=n}},W=class extends E{ast;source;location;errors;constructor(e,n,s,r,o){super(new G(0,n===null?0:n.length),new O(r,n===null?r:r+n.length)),this.ast=e,this.source=n,this.location=s,this.errors=o}visit(e,n=null){return e.visitASTWithSource?e.visitASTWithSource(this,n):this.ast.visit(e,n)}toString(){return`${this.source} in ${this.location}`}},ce=class{sourceSpan;key;value;constructor(e,n,s){this.sourceSpan=e,this.key=n,this.value=s}},Be=class{sourceSpan;key;value;constructor(e,n,s){this.sourceSpan=e,this.key=n,this.value=s}},_t=class{visit(e,n){e.visit(this,n)}visitUnary(e,n){this.visit(e.expr,n)}visitBinary(e,n){this.visit(e.left,n),this.visit(e.right,n)}visitChain(e,n){this.visitAll(e.expressions,n)}visitConditional(e,n){this.visit(e.condition,n),this.visit(e.trueExp,n),this.visit(e.falseExp,n)}visitPipe(e,n){this.visit(e.exp,n),this.visitAll(e.args,n)}visitImplicitReceiver(e,n){}visitThisReceiver(e,n){}visitInterpolation(e,n){this.visitAll(e.expressions,n)}visitKeyedRead(e,n){this.visit(e.receiver,n),this.visit(e.key,n)}visitKeyedWrite(e,n){this.visit(e.receiver,n),this.visit(e.key,n),this.visit(e.value,n)}visitLiteralArray(e,n){this.visitAll(e.expressions,n)}visitLiteralMap(e,n){this.visitAll(e.values,n)}visitLiteralPrimitive(e,n){}visitPrefixNot(e,n){this.visit(e.expression,n)}visitTypeofExpression(e,n){this.visit(e.expression,n)}visitNonNullAssert(e,n){this.visit(e.expression,n)}visitPropertyRead(e,n){this.visit(e.receiver,n)}visitPropertyWrite(e,n){this.visit(e.receiver,n),this.visit(e.value,n)}visitSafePropertyRead(e,n){this.visit(e.receiver,n)}visitSafeKeyedRead(e,n){this.visit(e.receiver,n),this.visit(e.key,n)}visitCall(e,n){this.visit(e.receiver,n),this.visitAll(e.args,n)}visitSafeCall(e,n){this.visit(e.receiver,n),this.visitAll(e.args,n)}visitAll(e,n){for(let s of e)this.visit(s,n)}};var ln;(function(t){t[t.DEFAULT=0]="DEFAULT",t[t.LITERAL_ATTR=1]="LITERAL_ATTR",t[t.ANIMATION=2]="ANIMATION",t[t.TWO_WAY=3]="TWO_WAY"})(ln||(ln={}));var cn;(function(t){t[t.Regular=0]="Regular",t[t.Animation=1]="Animation",t[t.TwoWay=2]="TwoWay"})(cn||(cn={}));var H;(function(t){t[t.Property=0]="Property",t[t.Attribute=1]="Attribute",t[t.Class=2]="Class",t[t.Style=3]="Style",t[t.Animation=4]="Animation",t[t.TwoWay=5]="TwoWay"})(H||(H={}));var un;(function(t){t[t.RAW_TEXT=0]="RAW_TEXT",t[t.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",t[t.PARSABLE_DATA=2]="PARSABLE_DATA"})(un||(un={}));var Ws=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];function qs(t,e){if(e!=null&&!(Array.isArray(e)&&e.length==2))throw new Error(`Expected '${t}' to be an array, [start, end].`);if(e!=null){let n=e[0],s=e[1];Ws.forEach(r=>{if(r.test(n)||r.test(s))throw new Error(`['${n}', '${s}'] contains unusable interpolation symbol.`)})}}var Ct=class t{start;end;static fromArray(e){return e?(qs("interpolation",e),new t(e[0],e[1])):Z}constructor(e,n){this.start=e,this.end=n}},Z=new Ct("{{","}}");var at=0;var Un=9,js=10,zs=11,Gs=12,Xs=13,Wn=32,Js=33,qn=34,Ys=35,jn=36,Qs=37,pn=38,zn=39,je=40,me=41,Ks=42,Gn=43,ge=44,Xn=45,ee=46,Tt=47,te=58,ve=59,Zs=60,qe=61,er=62,hn=63,tr=48;var nr=57,Jn=65,sr=69;var Yn=90,ze=91,rr=92,we=93,ir=94,$t=95,Qn=97;var or=101,ar=102,lr=110,cr=114,ur=116,pr=117,hr=118;var Kn=122,kt=123,fn=124,xe=125,Zn=160;var fr=96;function dr(t){return t>=Un&&t<=Wn||t==Zn}function j(t){return tr<=t&&t<=nr}function mr(t){return t>=Qn&&t<=Kn||t>=Jn&&t<=Yn}function dn(t){return t===zn||t===qn||t===fr}var mn;(function(t){t[t.WARNING=0]="WARNING",t[t.ERROR=1]="ERROR"})(mn||(mn={}));var gn;(function(t){t[t.Inline=0]="Inline",t[t.SideEffect=1]="SideEffect",t[t.Omit=2]="Omit"})(gn||(gn={}));var vn;(function(t){t[t.Global=0]="Global",t[t.Local=1]="Local"})(vn||(vn={}));var wn;(function(t){t[t.Directive=0]="Directive",t[t.Pipe=1]="Pipe",t[t.NgModule=2]="NgModule"})(wn||(wn={}));var gr="(:(where|is)\\()?";var es="-shadowcsshost",ts="-shadowcsscontext",Rt="(?:\\(((?:\\([^)(]*\\)|[^)(]*)+?)\\))?([^,{]*)",ei=new RegExp(es+Rt,"gim"),ti=new RegExp(gr+"("+ts+Rt+")","gim"),ni=new RegExp(ts+Rt,"im"),vr=es+"-no-combinator",si=new RegExp(`${vr}(?![^(]*\\))`,"g");var ns="%COMMENT%",ri=new RegExp(ns,"g");var ii=new RegExp(`(\\s*(?:${ns}\\s*)*)([^;\\{\\}]+?)(\\s*)((?:{%BLOCK%}?\\s*;?)|(?:\\s*;))`,"g");var wr="%COMMA_IN_PLACEHOLDER%",xr="%SEMI_IN_PLACEHOLDER%",Sr="%COLON_IN_PLACEHOLDER%",oi=new RegExp(wr,"g"),ai=new RegExp(xr,"g"),li=new RegExp(Sr,"g");var f;(function(t){t[t.ListEnd=0]="ListEnd",t[t.Statement=1]="Statement",t[t.Variable=2]="Variable",t[t.ElementStart=3]="ElementStart",t[t.Element=4]="Element",t[t.Template=5]="Template",t[t.ElementEnd=6]="ElementEnd",t[t.ContainerStart=7]="ContainerStart",t[t.Container=8]="Container",t[t.ContainerEnd=9]="ContainerEnd",t[t.DisableBindings=10]="DisableBindings",t[t.Conditional=11]="Conditional",t[t.EnableBindings=12]="EnableBindings",t[t.Text=13]="Text",t[t.Listener=14]="Listener",t[t.InterpolateText=15]="InterpolateText",t[t.Binding=16]="Binding",t[t.Property=17]="Property",t[t.StyleProp=18]="StyleProp",t[t.ClassProp=19]="ClassProp",t[t.StyleMap=20]="StyleMap",t[t.ClassMap=21]="ClassMap",t[t.Advance=22]="Advance",t[t.Pipe=23]="Pipe",t[t.Attribute=24]="Attribute",t[t.ExtractedAttribute=25]="ExtractedAttribute",t[t.Defer=26]="Defer",t[t.DeferOn=27]="DeferOn",t[t.DeferWhen=28]="DeferWhen",t[t.I18nMessage=29]="I18nMessage",t[t.HostProperty=30]="HostProperty",t[t.Namespace=31]="Namespace",t[t.ProjectionDef=32]="ProjectionDef",t[t.Projection=33]="Projection",t[t.RepeaterCreate=34]="RepeaterCreate",t[t.Repeater=35]="Repeater",t[t.TwoWayProperty=36]="TwoWayProperty",t[t.TwoWayListener=37]="TwoWayListener",t[t.DeclareLet=38]="DeclareLet",t[t.StoreLet=39]="StoreLet",t[t.I18nStart=40]="I18nStart",t[t.I18n=41]="I18n",t[t.I18nEnd=42]="I18nEnd",t[t.I18nExpression=43]="I18nExpression",t[t.I18nApply=44]="I18nApply",t[t.IcuStart=45]="IcuStart",t[t.IcuEnd=46]="IcuEnd",t[t.IcuPlaceholder=47]="IcuPlaceholder",t[t.I18nContext=48]="I18nContext",t[t.I18nAttributes=49]="I18nAttributes",t[t.SourceLocation=50]="SourceLocation"})(f||(f={}));var J;(function(t){t[t.LexicalRead=0]="LexicalRead",t[t.Context=1]="Context",t[t.TrackContext=2]="TrackContext",t[t.ReadVariable=3]="ReadVariable",t[t.NextContext=4]="NextContext",t[t.Reference=5]="Reference",t[t.StoreLet=6]="StoreLet",t[t.ContextLetReference=7]="ContextLetReference",t[t.GetCurrentView=8]="GetCurrentView",t[t.RestoreView=9]="RestoreView",t[t.ResetView=10]="ResetView",t[t.PureFunctionExpr=11]="PureFunctionExpr",t[t.PureFunctionParameterExpr=12]="PureFunctionParameterExpr",t[t.PipeBinding=13]="PipeBinding",t[t.PipeBindingVariadic=14]="PipeBindingVariadic",t[t.SafePropertyRead=15]="SafePropertyRead",t[t.SafeKeyedRead=16]="SafeKeyedRead",t[t.SafeInvokeFunction=17]="SafeInvokeFunction",t[t.SafeTernaryExpr=18]="SafeTernaryExpr",t[t.EmptyExpr=19]="EmptyExpr",t[t.AssignTemporaryExpr=20]="AssignTemporaryExpr",t[t.ReadTemporaryExpr=21]="ReadTemporaryExpr",t[t.SlotLiteralExpr=22]="SlotLiteralExpr",t[t.ConditionalCase=23]="ConditionalCase",t[t.ConstCollected=24]="ConstCollected",t[t.TwoWayBindingSet=25]="TwoWayBindingSet"})(J||(J={}));var xn;(function(t){t[t.None=0]="None",t[t.AlwaysInline=1]="AlwaysInline"})(xn||(xn={}));var Sn;(function(t){t[t.Context=0]="Context",t[t.Identifier=1]="Identifier",t[t.SavedView=2]="SavedView",t[t.Alias=3]="Alias"})(Sn||(Sn={}));var En;(function(t){t[t.Normal=0]="Normal",t[t.TemplateDefinitionBuilder=1]="TemplateDefinitionBuilder"})(En||(En={}));var U;(function(t){t[t.Attribute=0]="Attribute",t[t.ClassName=1]="ClassName",t[t.StyleProperty=2]="StyleProperty",t[t.Property=3]="Property",t[t.Template=4]="Template",t[t.I18n=5]="I18n",t[t.Animation=6]="Animation",t[t.TwoWayProperty=7]="TwoWayProperty"})(U||(U={}));var yn;(function(t){t[t.Creation=0]="Creation",t[t.Postproccessing=1]="Postproccessing"})(yn||(yn={}));var _n;(function(t){t[t.I18nText=0]="I18nText",t[t.I18nAttribute=1]="I18nAttribute"})(_n||(_n={}));var Cn;(function(t){t[t.None=0]="None",t[t.ElementTag=1]="ElementTag",t[t.TemplateTag=2]="TemplateTag",t[t.OpenTag=4]="OpenTag",t[t.CloseTag=8]="CloseTag",t[t.ExpressionIndex=16]="ExpressionIndex"})(Cn||(Cn={}));var Tn;(function(t){t[t.HTML=0]="HTML",t[t.SVG=1]="SVG",t[t.Math=2]="Math"})(Tn||(Tn={}));var kn;(function(t){t[t.Idle=0]="Idle",t[t.Immediate=1]="Immediate",t[t.Timer=2]="Timer",t[t.Hover=3]="Hover",t[t.Interaction=4]="Interaction",t[t.Viewport=5]="Viewport",t[t.Never=6]="Never"})(kn||(kn={}));var In;(function(t){t[t.RootI18n=0]="RootI18n",t[t.Icu=1]="Icu",t[t.Attr=2]="Attr"})(In||(In={}));var bn;(function(t){t[t.NgTemplate=0]="NgTemplate",t[t.Structural=1]="Structural",t[t.Block=2]="Block"})(bn||(bn={}));var Er=Symbol("ConsumesSlot"),ss=Symbol("DependsOnSlotContext"),Oe=Symbol("ConsumesVars"),Bt=Symbol("UsesVarOffset"),ci={[Er]:!0,numSlotsUsed:1},ui={[ss]:!0},pi={[Oe]:!0};var Ze=class{strings;expressions;i18nPlaceholders;constructor(e,n,s){if(this.strings=e,this.expressions=n,this.i18nPlaceholders=s,s.length!==0&&s.length!==n.length)throw new Error(`Expected ${n.length} placeholders to match interpolation expression count, but got ${s.length}`)}};var Y=class extends k{constructor(e=null){super(null,e)}};var Nn=class t extends Y{target;value;sourceSpan;kind=J.StoreLet;[Oe]=!0;[ss]=!0;constructor(e,n,s){super(),this.target=e,this.value=n,this.sourceSpan=s}visitExpression(){}isEquivalent(e){return e instanceof t&&e.target===this.target&&e.value.isEquivalent(this.value)}isConstant(){return!1}transformInternalExpressions(e,n){this.value=(this.value,void 0)}clone(){return new t(this.target,this.value,this.sourceSpan)}};var An=class t extends Y{kind=J.PureFunctionExpr;[Oe]=!0;[Bt]=!0;varOffset=null;body;args;fn=null;constructor(e,n){super(),this.body=e,this.args=n}visitExpression(e,n){var s;(s=this.body)==null||s.visitExpression(e,n);for(let r of this.args)r.visitExpression(e,n)}isEquivalent(e){return!(e instanceof t)||e.args.length!==this.args.length?!1:e.body!==null&&this.body!==null&&e.body.isEquivalent(this.body)&&e.args.every((n,s)=>n.isEquivalent(this.args[s]))}isConstant(){return!1}transformInternalExpressions(e,n){this.body!==null?this.body=(this.body,n|Nt.InChildOperation,void 0):this.fn!==null&&(this.fn=(this.fn,void 0));for(let s=0;s<this.args.length;s++)this.args[s]=(this.args[s],void 0)}clone(){var n,s;let e=new t(((n=this.body)==null?void 0:n.clone())??null,this.args.map(r=>r.clone()));return e.fn=((s=this.fn)==null?void 0:s.clone())??null,e.varOffset=this.varOffset,e}};var It=class t extends Y{target;targetSlot;name;args;kind=J.PipeBinding;[Oe]=!0;[Bt]=!0;varOffset=null;constructor(e,n,s,r){super(),this.target=e,this.targetSlot=n,this.name=s,this.args=r}visitExpression(e,n){for(let s of this.args)s.visitExpression(e,n)}isEquivalent(){return!1}isConstant(){return!1}transformInternalExpressions(e,n){for(let s=0;s<this.args.length;s++)this.args[s]=(this.args[s],void 0)}clone(){let e=new t(this.target,this.targetSlot,this.name,this.args.map(n=>n.clone()));return e.varOffset=this.varOffset,e}},Pn=class t extends Y{target;targetSlot;name;args;numArgs;kind=J.PipeBindingVariadic;[Oe]=!0;[Bt]=!0;varOffset=null;constructor(e,n,s,r,o){super(),this.target=e,this.targetSlot=n,this.name=s,this.args=r,this.numArgs=o}visitExpression(e,n){this.args.visitExpression(e,n)}isEquivalent(){return!1}isConstant(){return!1}transformInternalExpressions(e,n){this.args=(this.args,void 0)}clone(){let e=new t(this.target,this.targetSlot,this.name,this.args.clone(),this.numArgs);return e.varOffset=this.varOffset,e}};var bt=class t extends Y{receiver;args;kind=J.SafeInvokeFunction;constructor(e,n){super(),this.receiver=e,this.args=n}visitExpression(e,n){this.receiver.visitExpression(e,n);for(let s of this.args)s.visitExpression(e,n)}isEquivalent(){return!1}isConstant(){return!1}transformInternalExpressions(e,n){this.receiver=(this.receiver,void 0);for(let s=0;s<this.args.length;s++)this.args[s]=(this.args[s],void 0)}clone(){return new t(this.receiver.clone(),this.args.map(e=>e.clone()))}};var Nt;(function(t){t[t.None=0]="None",t[t.InChildOperation=1]="InChildOperation"})(Nt||(Nt={}));var hi=new Set([f.Element,f.ElementStart,f.Container,f.ContainerStart,f.Template,f.RepeaterCreate]);var Ln;(function(t){t[t.Tmpl=0]="Tmpl",t[t.Host=1]="Host",t[t.Both=2]="Both"})(Ln||(Ln={}));var fi=Object.freeze([]);var di=new Map([[f.ElementEnd,[f.ElementStart,f.Element]],[f.ContainerEnd,[f.ContainerStart,f.Container]],[f.I18nEnd,[f.I18nStart,f.I18n]]]),mi=new Set([f.Pipe]);var gi=[Xe,Ye,Qe,bt,It].map(t=>t.constructor.name);var yr={},_r="\uE500";yr.ngsp=_r;var Mn;(function(t){t.HEX="hexadecimal",t.DEC="decimal"})(Mn||(Mn={}));var rs=` \f
|
|
2
|
-
\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF`,vi=new RegExp(`[^${rs}]`),wi=new RegExp(`[${rs}]{2,}`,"g");var d;(function(t){t[t.Character=0]="Character",t[t.Identifier=1]="Identifier",t[t.PrivateIdentifier=2]="PrivateIdentifier",t[t.Keyword=3]="Keyword",t[t.String=4]="String",t[t.Operator=5]="Operator",t[t.Number=6]="Number",t[t.Error=7]="Error"})(d||(d={}));var Cr=["var","let","as","null","undefined","true","false","if","else","this","typeof"],De=class{tokenize(e){let n=new At(e),s=[],r=n.scanToken();for(;r!=null;)s.push(r),r=n.scanToken();return s}},M=class{index;end;type;numValue;strValue;constructor(e,n,s,r,o){this.index=e,this.end=n,this.type=s,this.numValue=r,this.strValue=o}isCharacter(e){return this.type==d.Character&&this.numValue==e}isNumber(){return this.type==d.Number}isString(){return this.type==d.String}isOperator(e){return this.type==d.Operator&&this.strValue==e}isIdentifier(){return this.type==d.Identifier}isPrivateIdentifier(){return this.type==d.PrivateIdentifier}isKeyword(){return this.type==d.Keyword}isKeywordLet(){return this.type==d.Keyword&&this.strValue=="let"}isKeywordAs(){return this.type==d.Keyword&&this.strValue=="as"}isKeywordNull(){return this.type==d.Keyword&&this.strValue=="null"}isKeywordUndefined(){return this.type==d.Keyword&&this.strValue=="undefined"}isKeywordTrue(){return this.type==d.Keyword&&this.strValue=="true"}isKeywordFalse(){return this.type==d.Keyword&&this.strValue=="false"}isKeywordThis(){return this.type==d.Keyword&&this.strValue=="this"}isKeywordTypeof(){return this.type===d.Keyword&&this.strValue==="typeof"}isError(){return this.type==d.Error}toNumber(){return this.type==d.Number?this.numValue:-1}toString(){switch(this.type){case d.Character:case d.Identifier:case d.Keyword:case d.Operator:case d.PrivateIdentifier:case d.String:case d.Error:return this.strValue;case d.Number:return this.numValue.toString();default:return null}}};function $n(t,e,n){return new M(t,e,d.Character,n,String.fromCharCode(n))}function Tr(t,e,n){return new M(t,e,d.Identifier,0,n)}function kr(t,e,n){return new M(t,e,d.PrivateIdentifier,0,n)}function Ir(t,e,n){return new M(t,e,d.Keyword,0,n)}function lt(t,e,n){return new M(t,e,d.Operator,0,n)}function br(t,e,n){return new M(t,e,d.String,0,n)}function Nr(t,e,n){return new M(t,e,d.Number,n,"")}function Ar(t,e,n){return new M(t,e,d.Error,0,n)}var ct=new M(-1,-1,d.Character,0,""),At=class{input;length;peek=0;index=-1;constructor(e){this.input=e,this.length=e.length,this.advance()}advance(){this.peek=++this.index>=this.length?at:this.input.charCodeAt(this.index)}scanToken(){let e=this.input,n=this.length,s=this.peek,r=this.index;for(;s<=Wn;)if(++r>=n){s=at;break}else s=e.charCodeAt(r);if(this.peek=s,this.index=r,r>=n)return null;if(Rn(s))return this.scanIdentifier();if(j(s))return this.scanNumber(r);let o=r;switch(s){case ee:return this.advance(),j(this.peek)?this.scanNumber(o):$n(o,this.index,ee);case je:case me:case kt:case xe:case ze:case we:case ge:case te:case ve:return this.scanCharacter(o,s);case zn:case qn:return this.scanString();case Ys:return this.scanPrivateIdentifier();case Gn:case Xn:case Ks:case Tt:case Qs:case ir:return this.scanOperator(o,String.fromCharCode(s));case hn:return this.scanQuestion(o);case Zs:case er:return this.scanComplexOperator(o,String.fromCharCode(s),qe,"=");case Js:case qe:return this.scanComplexOperator(o,String.fromCharCode(s),qe,"=",qe,"=");case pn:return this.scanComplexOperator(o,"&",pn,"&");case fn:return this.scanComplexOperator(o,"|",fn,"|");case Zn:for(;dr(this.peek);)this.advance();return this.scanToken()}return this.advance(),this.error(`Unexpected character [${String.fromCharCode(s)}]`,0)}scanCharacter(e,n){return this.advance(),$n(e,this.index,n)}scanOperator(e,n){return this.advance(),lt(e,this.index,n)}scanComplexOperator(e,n,s,r,o,a){this.advance();let l=n;return this.peek==s&&(this.advance(),l+=r),o!=null&&this.peek==o&&(this.advance(),l+=a),lt(e,this.index,l)}scanIdentifier(){let e=this.index;for(this.advance();Bn(this.peek);)this.advance();let n=this.input.substring(e,this.index);return Cr.indexOf(n)>-1?Ir(e,this.index,n):Tr(e,this.index,n)}scanPrivateIdentifier(){let e=this.index;if(this.advance(),!Rn(this.peek))return this.error("Invalid character [#]",-1);for(;Bn(this.peek);)this.advance();let n=this.input.substring(e,this.index);return kr(e,this.index,n)}scanNumber(e){let n=this.index===e,s=!1;for(this.advance();;){if(!j(this.peek))if(this.peek===$t){if(!j(this.input.charCodeAt(this.index-1))||!j(this.input.charCodeAt(this.index+1)))return this.error("Invalid numeric separator",0);s=!0}else if(this.peek===ee)n=!1;else if(Pr(this.peek)){if(this.advance(),Lr(this.peek)&&this.advance(),!j(this.peek))return this.error("Invalid exponent",-1);n=!1}else break;this.advance()}let r=this.input.substring(e,this.index);s&&(r=r.replace(/_/g,""));let o=n?$r(r):parseFloat(r);return Nr(e,this.index,o)}scanString(){let e=this.index,n=this.peek;this.advance();let s="",r=this.index,o=this.input;for(;this.peek!=n;)if(this.peek==rr){s+=o.substring(r,this.index);let l;if(this.advance(),this.peek==pr){let u=o.substring(this.index+1,this.index+5);if(/^[0-9a-f]+$/i.test(u))l=parseInt(u,16);else return this.error(`Invalid unicode escape [\\u${u}]`,0);for(let h=0;h<5;h++)this.advance()}else l=Mr(this.peek),this.advance();s+=String.fromCharCode(l),r=this.index}else{if(this.peek==at)return this.error("Unterminated quote",0);this.advance()}let a=o.substring(r,this.index);return this.advance(),br(e,this.index,s+a)}scanQuestion(e){this.advance();let n="?";return(this.peek===hn||this.peek===ee)&&(n+=this.peek===ee?".":"?",this.advance()),lt(e,this.index,n)}error(e,n){let s=this.index+n;return Ar(s,this.index,`Lexer Error: ${e} at column ${s} in expression [${this.input}]`)}};function Rn(t){return Qn<=t&&t<=Kn||Jn<=t&&t<=Yn||t==$t||t==jn}function Bn(t){return mr(t)||j(t)||t==$t||t==jn}function Pr(t){return t==or||t==sr}function Lr(t){return t==Xn||t==Gn}function Mr(t){switch(t){case lr:return js;case ar:return Gs;case cr:return Xs;case ur:return Un;case hr:return zs;default:return t}}function $r(t){let e=parseInt(t);if(isNaN(e))throw new Error("Invalid integer literal when parsing "+t);return e}var Pt=class{strings;expressions;offsets;constructor(e,n,s){this.strings=e,this.expressions=n,this.offsets=s}},Lt=class{templateBindings;warnings;errors;constructor(e,n,s){this.templateBindings=e,this.warnings=n,this.errors=s}},ue=class{_lexer;errors=[];constructor(e){this._lexer=e}parseAction(e,n,s,r=Z){this._checkNoInterpolation(e,n,r);let o=this._stripComments(e),a=this._lexer.tokenize(o),l=new z(e,n,s,a,1,this.errors,0).parseChain();return new W(l,e,n,s,this.errors)}parseBinding(e,n,s,r=Z){let o=this._parseBindingAst(e,n,s,r);return new W(o,e,n,s,this.errors)}checkSimpleExpression(e){let n=new Mt;return e.visit(n),n.errors}parseSimpleBinding(e,n,s,r=Z){let o=this._parseBindingAst(e,n,s,r),a=this.checkSimpleExpression(o);return a.length>0&&this._reportError(`Host binding expression cannot contain ${a.join(" ")}`,e,n),new W(o,e,n,s,this.errors)}_reportError(e,n,s,r){this.errors.push(new ye(e,n,s,r))}_parseBindingAst(e,n,s,r){this._checkNoInterpolation(e,n,r);let o=this._stripComments(e),a=this._lexer.tokenize(o);return new z(e,n,s,a,0,this.errors,0).parseChain()}parseTemplateBindings(e,n,s,r,o){let a=this._lexer.tokenize(n);return new z(n,s,o,a,0,this.errors,0).parseTemplateBindings({source:e,span:new O(r,r+e.length)})}parseInterpolation(e,n,s,r,o=Z){let{strings:a,expressions:l,offsets:u}=this.splitInterpolation(e,n,r,o);if(l.length===0)return null;let h=[];for(let g=0;g<l.length;++g){let S=l[g].text,w=this._stripComments(S),y=this._lexer.tokenize(w),T=new z(e,n,s,y,0,this.errors,u[g]).parseChain();h.push(T)}return this.createInterpolationAst(a.map(g=>g.text),h,e,n,s)}parseInterpolationExpression(e,n,s){let r=this._stripComments(e),o=this._lexer.tokenize(r),a=new z(e,n,s,o,0,this.errors,0).parseChain(),l=["",""];return this.createInterpolationAst(l,[a],e,n,s)}createInterpolationAst(e,n,s,r,o){let a=new G(0,s.length),l=new Pe(a,a.toAbsolute(o),e,n);return new W(l,s,r,o,this.errors)}splitInterpolation(e,n,s,r=Z){let o=[],a=[],l=[],u=s?Rr(s):null,h=0,g=!1,S=!1,{start:w,end:y}=r;for(;h<e.length;)if(g){let T=h,F=T+w.length,fe=this._getInterpolationEndIndex(e,y,F);if(fe===-1){g=!1,S=!0;break}let de=fe+y.length,q=e.substring(F,fe);q.trim().length===0&&this._reportError("Blank expressions are not allowed in interpolated strings",e,`at column ${h} in`,n),a.push({text:q,start:T,end:de});let Ms=((u==null?void 0:u.get(T))??T)+w.length;l.push(Ms),h=de,g=!1}else{let T=h;h=e.indexOf(w,h),h===-1&&(h=e.length);let F=e.substring(T,h);o.push({text:F,start:T,end:h}),g=!0}if(!g)if(S){let T=o[o.length-1];T.text+=e.substring(h),T.end=e.length}else o.push({text:e.substring(h),start:h,end:e.length});return new Pt(o,a,l)}wrapLiteralPrimitive(e,n,s){let r=new G(0,e==null?0:e.length);return new W(new N(r,r.toAbsolute(s),e),e,n,s,this.errors)}_stripComments(e){let n=this._commentStart(e);return n!=null?e.substring(0,n):e}_commentStart(e){let n=null;for(let s=0;s<e.length-1;s++){let r=e.charCodeAt(s),o=e.charCodeAt(s+1);if(r===Tt&&o==Tt&&n==null)return s;n===r?n=null:n==null&&dn(r)&&(n=r)}return null}_checkNoInterpolation(e,n,{start:s,end:r}){let o=-1,a=-1;for(let l of this._forEachUnquotedChar(e,0))if(o===-1)e.startsWith(s)&&(o=l);else if(a=this._getInterpolationEndIndex(e,r,l),a>-1)break;o>-1&&a>-1&&this._reportError(`Got interpolation (${s}${r}) where expression was expected`,e,`at column ${o} in`,n)}_getInterpolationEndIndex(e,n,s){for(let r of this._forEachUnquotedChar(e,s)){if(e.startsWith(n,r))return r;if(e.startsWith("//",r))return e.indexOf(n,r)}return-1}*_forEachUnquotedChar(e,n){let s=null,r=0;for(let o=n;o<e.length;o++){let a=e[o];dn(e.charCodeAt(o))&&(s===null||s===a)&&r%2===0?s=s===null?a:null:s===null&&(yield o),r=a==="\\"?r+1:0}}},ne;(function(t){t[t.None=0]="None",t[t.Writable=1]="Writable"})(ne||(ne={}));var z=class{input;location;absoluteOffset;tokens;parseFlags;errors;offset;rparensExpected=0;rbracketsExpected=0;rbracesExpected=0;context=ne.None;sourceSpanCache=new Map;index=0;constructor(e,n,s,r,o,a,l){this.input=e,this.location=n,this.absoluteOffset=s,this.tokens=r,this.parseFlags=o,this.errors=a,this.offset=l}peek(e){let n=this.index+e;return n<this.tokens.length?this.tokens[n]:ct}get next(){return this.peek(0)}get atEOF(){return this.index>=this.tokens.length}get inputIndex(){return this.atEOF?this.currentEndIndex:this.next.index+this.offset}get currentEndIndex(){return this.index>0?this.peek(-1).end+this.offset:this.tokens.length===0?this.input.length+this.offset:this.next.index+this.offset}get currentAbsoluteOffset(){return this.absoluteOffset+this.inputIndex}span(e,n){let s=this.currentEndIndex;if(n!==void 0&&n>this.currentEndIndex&&(s=n),e>s){let r=s;s=e,e=r}return new G(e,s)}sourceSpan(e,n){let s=`${e}@${this.inputIndex}:${n}`;return this.sourceSpanCache.has(s)||this.sourceSpanCache.set(s,this.span(e,n).toAbsolute(this.absoluteOffset)),this.sourceSpanCache.get(s)}advance(){this.index++}withContext(e,n){this.context|=e;let s=n();return this.context^=e,s}consumeOptionalCharacter(e){return this.next.isCharacter(e)?(this.advance(),!0):!1}peekKeywordLet(){return this.next.isKeywordLet()}peekKeywordAs(){return this.next.isKeywordAs()}expectCharacter(e){this.consumeOptionalCharacter(e)||this.error(`Missing expected ${String.fromCharCode(e)}`)}consumeOptionalOperator(e){return this.next.isOperator(e)?(this.advance(),!0):!1}expectOperator(e){this.consumeOptionalOperator(e)||this.error(`Missing expected operator ${e}`)}prettyPrintToken(e){return e===ct?"end of input":`token ${e}`}expectIdentifierOrKeyword(){let e=this.next;return!e.isIdentifier()&&!e.isKeyword()?(e.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(e,"expected identifier or keyword"):this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier or keyword`),null):(this.advance(),e.toString())}expectIdentifierOrKeywordOrString(){let e=this.next;return!e.isIdentifier()&&!e.isKeyword()&&!e.isString()?(e.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(e,"expected identifier, keyword or string"):this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier, keyword, or string`),""):(this.advance(),e.toString())}parseChain(){let e=[],n=this.inputIndex;for(;this.index<this.tokens.length;){let s=this.parsePipe();if(e.push(s),this.consumeOptionalCharacter(ve))for(this.parseFlags&1||this.error("Binding expression cannot contain chained expression");this.consumeOptionalCharacter(ve););else if(this.index<this.tokens.length){let r=this.index;if(this.error(`Unexpected token '${this.next}'`),this.index===r)break}}if(e.length===0){let s=this.offset,r=this.offset+this.input.length;return new b(this.span(s,r),this.sourceSpan(s,r))}return e.length==1?e[0]:new _e(this.span(n),this.sourceSpan(n),e)}parsePipe(){let e=this.inputIndex,n=this.parseExpression();if(this.consumeOptionalOperator("|")){this.parseFlags&1&&this.error("Cannot have a pipe in an action expression");do{let s=this.inputIndex,r=this.expectIdentifierOrKeyword(),o,a;r!==null?o=this.sourceSpan(s):(r="",a=this.next.index!==-1?this.next.index:this.input.length+this.offset,o=new G(a,a).toAbsolute(this.absoluteOffset));let l=[];for(;this.consumeOptionalCharacter(te);)l.push(this.parseExpression());n=new be(this.span(e),this.sourceSpan(e,a),n,r,l,o)}while(this.consumeOptionalOperator("|"))}return n}parseExpression(){return this.parseConditional()}parseConditional(){let e=this.inputIndex,n=this.parseLogicalOr();if(this.consumeOptionalOperator("?")){let s=this.parsePipe(),r;if(this.consumeOptionalCharacter(te))r=this.parsePipe();else{let o=this.inputIndex,a=this.input.substring(e,o);this.error(`Conditional expression ${a} requires all 3 expressions`),r=new b(this.span(e),this.sourceSpan(e))}return new Ce(this.span(e),this.sourceSpan(e),n,s,r)}else return n}parseLogicalOr(){let e=this.inputIndex,n=this.parseLogicalAnd();for(;this.consumeOptionalOperator("||");){let s=this.parseLogicalAnd();n=new A(this.span(e),this.sourceSpan(e),"||",n,s)}return n}parseLogicalAnd(){let e=this.inputIndex,n=this.parseNullishCoalescing();for(;this.consumeOptionalOperator("&&");){let s=this.parseNullishCoalescing();n=new A(this.span(e),this.sourceSpan(e),"&&",n,s)}return n}parseNullishCoalescing(){let e=this.inputIndex,n=this.parseEquality();for(;this.consumeOptionalOperator("??");){let s=this.parseEquality();n=new A(this.span(e),this.sourceSpan(e),"??",n,s)}return n}parseEquality(){let e=this.inputIndex,n=this.parseRelational();for(;this.next.type==d.Operator;){let s=this.next.strValue;switch(s){case"==":case"===":case"!=":case"!==":this.advance();let r=this.parseRelational();n=new A(this.span(e),this.sourceSpan(e),s,n,r);continue}break}return n}parseRelational(){let e=this.inputIndex,n=this.parseAdditive();for(;this.next.type==d.Operator;){let s=this.next.strValue;switch(s){case"<":case">":case"<=":case">=":this.advance();let r=this.parseAdditive();n=new A(this.span(e),this.sourceSpan(e),s,n,r);continue}break}return n}parseAdditive(){let e=this.inputIndex,n=this.parseMultiplicative();for(;this.next.type==d.Operator;){let s=this.next.strValue;switch(s){case"+":case"-":this.advance();let r=this.parseMultiplicative();n=new A(this.span(e),this.sourceSpan(e),s,n,r);continue}break}return n}parseMultiplicative(){let e=this.inputIndex,n=this.parsePrefix();for(;this.next.type==d.Operator;){let s=this.next.strValue;switch(s){case"*":case"%":case"/":this.advance();let r=this.parsePrefix();n=new A(this.span(e),this.sourceSpan(e),s,n,r);continue}break}return n}parsePrefix(){if(this.next.type==d.Operator){let e=this.inputIndex,n=this.next.strValue,s;switch(n){case"+":return this.advance(),s=this.parsePrefix(),ae.createPlus(this.span(e),this.sourceSpan(e),s);case"-":return this.advance(),s=this.parsePrefix(),ae.createMinus(this.span(e),this.sourceSpan(e),s);case"!":return this.advance(),s=this.parsePrefix(),new Le(this.span(e),this.sourceSpan(e),s)}}else if(this.next.isKeywordTypeof()){this.advance();let e=this.inputIndex,n=this.parsePrefix();return new Me(this.span(e),this.sourceSpan(e),n)}return this.parseCallChain()}parseCallChain(){let e=this.inputIndex,n=this.parsePrimary();for(;;)if(this.consumeOptionalCharacter(ee))n=this.parseAccessMember(n,e,!1);else if(this.consumeOptionalOperator("?."))this.consumeOptionalCharacter(je)?n=this.parseCall(n,e,!0):n=this.consumeOptionalCharacter(ze)?this.parseKeyedReadOrWrite(n,e,!0):this.parseAccessMember(n,e,!0);else if(this.consumeOptionalCharacter(ze))n=this.parseKeyedReadOrWrite(n,e,!1);else if(this.consumeOptionalCharacter(je))n=this.parseCall(n,e,!1);else if(this.consumeOptionalOperator("!"))n=new $e(this.span(e),this.sourceSpan(e),n);else return n}parsePrimary(){let e=this.inputIndex;if(this.consumeOptionalCharacter(je)){this.rparensExpected++;let n=this.parsePipe();return this.rparensExpected--,this.expectCharacter(me),n}else{if(this.next.isKeywordNull())return this.advance(),new N(this.span(e),this.sourceSpan(e),null);if(this.next.isKeywordUndefined())return this.advance(),new N(this.span(e),this.sourceSpan(e),void 0);if(this.next.isKeywordTrue())return this.advance(),new N(this.span(e),this.sourceSpan(e),!0);if(this.next.isKeywordFalse())return this.advance(),new N(this.span(e),this.sourceSpan(e),!1);if(this.next.isKeywordThis())return this.advance(),new yt(this.span(e),this.sourceSpan(e));if(this.consumeOptionalCharacter(ze)){this.rbracketsExpected++;let n=this.parseExpressionList(we);return this.rbracketsExpected--,this.expectCharacter(we),new Ne(this.span(e),this.sourceSpan(e),n)}else{if(this.next.isCharacter(kt))return this.parseLiteralMap();if(this.next.isIdentifier())return this.parseAccessMember(new X(this.span(e),this.sourceSpan(e)),e,!1);if(this.next.isNumber()){let n=this.next.toNumber();return this.advance(),new N(this.span(e),this.sourceSpan(e),n)}else if(this.next.isString()){let n=this.next.toString();return this.advance(),new N(this.span(e),this.sourceSpan(e),n)}else return this.next.isPrivateIdentifier()?(this._reportErrorForPrivateIdentifier(this.next,null),new b(this.span(e),this.sourceSpan(e))):this.index>=this.tokens.length?(this.error(`Unexpected end of expression: ${this.input}`),new b(this.span(e),this.sourceSpan(e))):(this.error(`Unexpected token ${this.next}`),new b(this.span(e),this.sourceSpan(e)))}}}parseExpressionList(e){let n=[];do if(!this.next.isCharacter(e))n.push(this.parsePipe());else break;while(this.consumeOptionalCharacter(ge));return n}parseLiteralMap(){let e=[],n=[],s=this.inputIndex;if(this.expectCharacter(kt),!this.consumeOptionalCharacter(xe)){this.rbracesExpected++;do{let r=this.inputIndex,o=this.next.isString(),a=this.expectIdentifierOrKeywordOrString(),l={key:a,quoted:o};if(e.push(l),o)this.expectCharacter(te),n.push(this.parsePipe());else if(this.consumeOptionalCharacter(te))n.push(this.parsePipe());else{l.isShorthandInitialized=!0;let u=this.span(r),h=this.sourceSpan(r);n.push(new re(u,h,h,new X(u,h),a))}}while(this.consumeOptionalCharacter(ge)&&!this.next.isCharacter(xe));this.rbracesExpected--,this.expectCharacter(xe)}return new Ae(this.span(s),this.sourceSpan(s),e,n)}parseAccessMember(e,n,s){let r=this.inputIndex,o=this.withContext(ne.Writable,()=>{let u=this.expectIdentifierOrKeyword()??"";return u.length===0&&this.error("Expected identifier for property access",e.span.end),u}),a=this.sourceSpan(r),l;if(s)this.consumeOptionalOperator("=")?(this.error("The '?.' operator cannot be used in the assignment"),l=new b(this.span(n),this.sourceSpan(n))):l=new ie(this.span(n),this.sourceSpan(n),a,e,o);else if(this.consumeOptionalOperator("=")){if(!(this.parseFlags&1))return this.error("Bindings cannot contain assignments"),new b(this.span(n),this.sourceSpan(n));let u=this.parseConditional();l=new Te(this.span(n),this.sourceSpan(n),a,e,o,u)}else l=new re(this.span(n),this.sourceSpan(n),a,e,o);return l}parseCall(e,n,s){let r=this.inputIndex;this.rparensExpected++;let o=this.parseCallArguments(),a=this.span(r,this.inputIndex).toAbsolute(this.absoluteOffset);this.expectCharacter(me),this.rparensExpected--;let l=this.span(n),u=this.sourceSpan(n);return s?new le(l,u,e,o,a):new Re(l,u,e,o,a)}parseCallArguments(){if(this.next.isCharacter(me))return[];let e=[];do e.push(this.parsePipe());while(this.consumeOptionalCharacter(ge));return e}expectTemplateBindingKey(){let e="",n=!1,s=this.currentAbsoluteOffset;do e+=this.expectIdentifierOrKeywordOrString(),n=this.consumeOptionalOperator("-"),n&&(e+="-");while(n);return{source:e,span:new O(s,s+e.length)}}parseTemplateBindings(e){let n=[];for(n.push(...this.parseDirectiveKeywordBindings(e));this.index<this.tokens.length;){let s=this.parseLetBinding();if(s)n.push(s);else{let r=this.expectTemplateBindingKey(),o=this.parseAsBinding(r);o?n.push(o):(r.source=e.source+r.source.charAt(0).toUpperCase()+r.source.substring(1),n.push(...this.parseDirectiveKeywordBindings(r)))}this.consumeStatementTerminator()}return new Lt(n,[],this.errors)}parseKeyedReadOrWrite(e,n,s){return this.withContext(ne.Writable,()=>{this.rbracketsExpected++;let r=this.parsePipe();if(r instanceof b&&this.error("Key access cannot be empty"),this.rbracketsExpected--,this.expectCharacter(we),this.consumeOptionalOperator("="))if(s)this.error("The '?.' operator cannot be used in the assignment");else{let o=this.parseConditional();return new Ie(this.span(n),this.sourceSpan(n),e,r,o)}else return s?new oe(this.span(n),this.sourceSpan(n),e,r):new ke(this.span(n),this.sourceSpan(n),e,r);return new b(this.span(n),this.sourceSpan(n))})}parseDirectiveKeywordBindings(e){let n=[];this.consumeOptionalCharacter(te);let s=this.getDirectiveBoundTarget(),r=this.currentAbsoluteOffset,o=this.parseAsBinding(e);o||(this.consumeStatementTerminator(),r=this.currentAbsoluteOffset);let a=new O(e.span.start,r);return n.push(new Be(a,e,s)),o&&n.push(o),n}getDirectiveBoundTarget(){if(this.next===ct||this.peekKeywordAs()||this.peekKeywordLet())return null;let e=this.parsePipe(),{start:n,end:s}=e.span,r=this.input.substring(n,s);return new W(e,r,this.location,this.absoluteOffset+n,this.errors)}parseAsBinding(e){if(!this.peekKeywordAs())return null;this.advance();let n=this.expectTemplateBindingKey();this.consumeStatementTerminator();let s=new O(e.span.start,this.currentAbsoluteOffset);return new ce(s,n,e)}parseLetBinding(){if(!this.peekKeywordLet())return null;let e=this.currentAbsoluteOffset;this.advance();let n=this.expectTemplateBindingKey(),s=null;this.consumeOptionalOperator("=")&&(s=this.expectTemplateBindingKey()),this.consumeStatementTerminator();let r=new O(e,this.currentAbsoluteOffset);return new ce(r,n,s)}consumeStatementTerminator(){this.consumeOptionalCharacter(ve)||this.consumeOptionalCharacter(ge)}error(e,n=null){this.errors.push(new ye(e,this.input,this.locationText(n),this.location)),this.skip()}locationText(e=null){return e==null&&(e=this.index),e<this.tokens.length?`at column ${this.tokens[e].index+1} in`:"at the end of the expression"}_reportErrorForPrivateIdentifier(e,n){let s=`Private identifiers are not supported. Unexpected private identifier: ${e}`;n!==null&&(s+=`, ${n}`),this.error(s)}skip(){let e=this.next;for(;this.index<this.tokens.length&&!e.isCharacter(ve)&&!e.isOperator("|")&&(this.rparensExpected<=0||!e.isCharacter(me))&&(this.rbracesExpected<=0||!e.isCharacter(xe))&&(this.rbracketsExpected<=0||!e.isCharacter(we))&&(!(this.context&ne.Writable)||!e.isOperator("="));)this.next.isError()&&this.errors.push(new ye(this.next.toString(),this.input,this.locationText(),this.location)),this.advance(),e=this.next}},Mt=class extends _t{errors=[];visitPipe(){this.errors.push("pipes")}};function Rr(t){let e=new Map,n=0,s=0,r=0;for(;r<t.length;){let o=t[r];if(o.type===9){let[a,l]=o.parts;n+=l.length,s+=a.length}else{let a=o.parts.reduce((l,u)=>l+u.length,0);s+=a,n+=a}e.set(s,n),r++}return e}var Br=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),xi=Array.from(Br).reduce((t,[e,n])=>(t.set(e,n),t),new Map);var Si=new ue(new De);function D(t){return e=>e.kind===t}function Se(t,e){return n=>n.kind===t&&e===n.expression instanceof Ze}function Dr(t){return(t.kind===f.Property||t.kind===f.TwoWayProperty)&&!(t.expression instanceof Ze)}var Ei=[{test:D(f.StyleMap),transform:et},{test:D(f.ClassMap),transform:et},{test:D(f.StyleProp)},{test:D(f.ClassProp)},{test:Se(f.Attribute,!0)},{test:Se(f.Property,!0)},{test:Dr},{test:Se(f.Attribute,!1)}],yi=[{test:Se(f.HostProperty,!0)},{test:Se(f.HostProperty,!1)},{test:D(f.Attribute)},{test:D(f.StyleMap),transform:et},{test:D(f.ClassMap),transform:et},{test:D(f.StyleProp)},{test:D(f.ClassProp)}],_i=new Set([f.Listener,f.TwoWayListener,f.StyleMap,f.ClassMap,f.StyleProp,f.ClassProp,f.Property,f.TwoWayProperty,f.HostProperty,f.Attribute]);function et(t){return t.slice(t.length-1)}var Ci=new Map([["window",P.resolveWindow],["document",P.resolveDocument],["body",P.resolveBody]]);var Ti=new Map([[B.HTML,P.sanitizeHtml],[B.RESOURCE_URL,P.sanitizeResourceUrl],[B.SCRIPT,P.sanitizeScript],[B.STYLE,P.sanitizeStyle],[B.URL,P.sanitizeUrl]]),ki=new Map([[B.HTML,P.trustConstantHtml],[B.RESOURCE_URL,P.trustConstantResourceUrl]]);var Dn;(function(t){t[t.None=0]="None",t[t.ViewContextRead=1]="ViewContextRead",t[t.ViewContextWrite=2]="ViewContextWrite",t[t.SideEffectful=4]="SideEffectful"})(Dn||(Dn={}));var Ii=new Map([[H.Property,U.Property],[H.TwoWay,U.TwoWayProperty],[H.Attribute,U.Attribute],[H.Class,U.ClassName],[H.Style,U.StyleProperty],[H.Animation,U.Animation]]);var bi=Symbol("queryAdvancePlaceholder");var On;(function(t){t[t.NG_CONTENT=0]="NG_CONTENT",t[t.STYLE=1]="STYLE",t[t.STYLESHEET=2]="STYLESHEET",t[t.SCRIPT=3]="SCRIPT",t[t.OTHER=4]="OTHER"})(On||(On={}));var Fn;(function(t){t.IDLE="idle",t.TIMER="timer",t.INTERACTION="interaction",t.IMMEDIATE="immediate",t.HOVER="hover",t.VIEWPORT="viewport",t.NEVER="never"})(Fn||(Fn={}));var is="%COMP%",Ni=`_nghost-${is}`,Ai=`_ngcontent-${is}`;var Pi=new Et("19.1.2");var Vn;(function(t){t[t.Extract=0]="Extract",t[t.Merge=1]="Merge"})(Vn||(Vn={}));var Hn;(function(t){t[t.Directive=0]="Directive",t[t.Component=1]="Component",t[t.Injectable=2]="Injectable",t[t.Pipe=3]="Pipe",t[t.NgModule=4]="NgModule"})(Hn||(Hn={}));function os({start:t,end:e},n){let s=t,r=e;for(;r!==s&&/\s/.test(n[r-1]);)r--;for(;s!==r&&/\s/.test(n[s]);)s++;return{start:s,end:r}}function Fr({start:t,end:e},n){let s=t,r=e;for(;r!==n.length&&/\s/.test(n[r]);)r++;for(;s!==0&&/\s/.test(n[s-1]);)s--;return{start:s,end:r}}function Vr(t,e){return e[t.start-1]==="("&&e[t.end]===")"?{start:t.start-1,end:t.end+1}:t}function as(t,e,n){let s=0,r={start:t.start,end:t.end};for(;;){let o=Fr(r,e),a=Vr(o,e);if(o.start===a.start&&o.end===a.end)break;r.start=a.start,r.end=a.end,s++}return{hasParens:(n?s-1:s)!==0,outerSpan:os(n?{start:r.start+1,end:r.end-1}:r,e),innerSpan:os(t,e)}}function ls(t){return typeof t=="string"?e=>e===t:e=>t.test(e)}function cs(t,e,n){let s=ls(e);for(let r=n;r>=0;r--){let o=t[r];if(s(o))return r}throw new Error(`Cannot find front char ${e} from index ${n} in ${JSON.stringify(t)}`)}function us(t,e,n){let s=ls(e);for(let r=n;r<t.length;r++){let o=t[r];if(s(o))return r}throw new Error(`Cannot find character ${e} from index ${n} in ${JSON.stringify(t)}`)}function ps(t){return t.slice(0,1).toLowerCase()+t.slice(1)}function Fe(t){let{start:e,end:n}=t;return{start:e,end:n,range:[e,n]}}var Hr=t=>ue.prototype._commentStart(t);function Ur(t,e){let n=e?Hr(t):null;if(n===null)return{text:t,comments:[]};let s={type:"CommentLine",value:t.slice(n+2),...Fe({start:n,end:t.length})};return{text:t.slice(0,n),comments:[s]}}function Ve(t,e=!0){return n=>{let s=new De,r=new ue(s),{text:o,comments:a}=Ur(n,e),l=t(o,r);if(l.errors.length!==0){let[{message:u}]=l.errors;throw new SyntaxError(u.replace(/^Parser Error: | at column \d+ in [^]*$/g,""))}return{result:l,comments:a,text:o}}}var hs=Ve((t,e)=>e.parseBinding(t,"",0)),Wr=Ve((t,e)=>e.parseSimpleBinding(t,"",0)),fs=Ve((t,e)=>e.parseAction(t,"",0)),ds=Ve((t,e)=>e.parseInterpolationExpression(t,"",0)),ms=Ve((t,e)=>e.parseTemplateBindings("",t,"",0,0),!1);var jr=(t,e,n)=>{if(!(t&&e==null))return Array.isArray(e)||typeof e=="string"?e[n<0?e.length+n:n]:e.at(n)},nt=jr;var Dt=class{text;constructor(e){this.text=e}getCharacterIndex(e,n){return us(this.text,e,n)}getCharacterLastIndex(e,n){return cs(this.text,e,n)}transformSpan(e,{stripSpaces:n=!1,hasParentParens:s=!1}={}){if(!n)return Fe(e);let{outerSpan:r,innerSpan:o,hasParens:a}=as(e,this.text,s),l=Fe(o);return a&&(l.extra={parenthesized:!0,parenStart:r.start,parenEnd:r.end}),l}createNode(e,{stripSpaces:n=!0,hasParentParens:s=!1}={}){let{type:r,start:o,end:a}=e,l={...e,...this.transformSpan({start:o,end:a},{stripSpaces:n,hasParentParens:s})};switch(r){case"NumericLiteral":case"StringLiteral":{let u=this.text.slice(l.start,l.end),{value:h}=l;l.extra={...l.extra,raw:u,rawValue:h};break}case"ObjectProperty":{let{shorthand:u}=l;u&&(l.extra={...l.extra,shorthand:u});break}}return l}},gs=Dt;function Ft(t){var e;return!!((e=t.extra)!=null&&e.parenthesized)}function $(t){return Ft(t)?t.extra.parenStart:t.start}function R(t){return Ft(t)?t.extra.parenEnd:t.end}function vs(t){return(t.type==="OptionalCallExpression"||t.type==="OptionalMemberExpression")&&!Ft(t)}function ws(t,e){let{start:n,end:s}=t.sourceSpan;return n>=s||/^\s+$/.test(e.slice(n,s))}var We,pe,p,v,He,x,Ot,Ue=class extends gs{constructor(n,s){super(s);V(this,p);V(this,We);V(this,pe);K(this,We,n),K(this,pe,s)}get node(){return c(this,p,x).call(this,L(this,We))}transformNode(n){return c(this,p,Ot).call(this,n)}};We=new WeakMap,pe=new WeakMap,p=new WeakSet,v=function(n,{stripSpaces:s=!0,hasParentParens:r=!1}={}){return this.createNode(n,{stripSpaces:s,hasParentParens:r})},He=function(n,s,{computed:r,optional:o,end:a=R(s),hasParentParens:l=!1}){if(ws(n,L(this,pe))||n.sourceSpan.start===s.start)return s;let u=c(this,p,x).call(this,n),h=vs(u);return c(this,p,v).call(this,{type:o||h?"OptionalMemberExpression":"MemberExpression",object:u,property:s,computed:r,...o?{optional:!0}:h?{optional:!1}:void 0,start:$(u),end:a},{hasParentParens:l})},x=function(n,s=!1){return c(this,p,Ot).call(this,n,s)},Ot=function(n,s=!1){if(n instanceof Pe){let{expressions:o}=n;if(o.length!==1)throw new Error("Unexpected 'Interpolation'");return c(this,p,x).call(this,o[0])}if(n instanceof ae)return c(this,p,v).call(this,{type:"UnaryExpression",prefix:!0,argument:c(this,p,x).call(this,n.expr),operator:n.operator,...n.sourceSpan},{hasParentParens:s});if(n instanceof A){let{left:o,operation:a,right:l}=n,u=c(this,p,x).call(this,o),h=c(this,p,x).call(this,l),g=$(u),S=R(h),w={left:u,right:h,start:g,end:S};return a==="&&"||a==="||"||a==="??"?c(this,p,v).call(this,{...w,type:"LogicalExpression",operator:a},{hasParentParens:s}):c(this,p,v).call(this,{...w,type:"BinaryExpression",operator:a},{hasParentParens:s})}if(n instanceof be){let{exp:o,name:a,args:l}=n,u=c(this,p,x).call(this,o),h=$(u),g=R(u),S=this.getCharacterIndex(/\S/,this.getCharacterIndex("|",g)+1),w=c(this,p,v).call(this,{type:"Identifier",name:a,start:S,end:S+a.length}),y=l.map(T=>c(this,p,x).call(this,T));return c(this,p,v).call(this,{type:"NGPipeExpression",left:u,right:w,arguments:y,start:h,end:R(y.length===0?w:nt(!1,y,-1))},{hasParentParens:s})}if(n instanceof _e)return c(this,p,v).call(this,{type:"NGChainedExpression",expressions:n.expressions.map(o=>c(this,p,x).call(this,o)),...n.sourceSpan},{hasParentParens:s});if(n instanceof Ce){let{condition:o,trueExp:a,falseExp:l}=n,u=c(this,p,x).call(this,o),h=c(this,p,x).call(this,a),g=c(this,p,x).call(this,l);return c(this,p,v).call(this,{type:"ConditionalExpression",test:u,consequent:h,alternate:g,start:$(u),end:R(g)},{hasParentParens:s})}if(n instanceof b)return c(this,p,v).call(this,{type:"NGEmptyExpression",...n.sourceSpan},{hasParentParens:s});if(n instanceof X)return c(this,p,v).call(this,{type:"ThisExpression",...n.sourceSpan},{hasParentParens:s});if(n instanceof ke||n instanceof oe)return c(this,p,He).call(this,n.receiver,c(this,p,x).call(this,n.key),{computed:!0,optional:n instanceof oe,end:n.sourceSpan.end,hasParentParens:s});if(n instanceof Ne)return c(this,p,v).call(this,{type:"ArrayExpression",elements:n.expressions.map(o=>c(this,p,x).call(this,o)),...n.sourceSpan},{hasParentParens:s});if(n instanceof Ae){let{keys:o,values:a}=n,l=a.map(h=>c(this,p,x).call(this,h)),u=o.map(({key:h,quoted:g},S)=>{let w=l[S],y=$(w),T=R(w),F=this.getCharacterIndex(/\S/,S===0?n.sourceSpan.start+1:this.getCharacterIndex(",",R(l[S-1]))+1),fe=y===F?T:this.getCharacterLastIndex(/\S/,this.getCharacterLastIndex(":",y-1)-1)+1,de={start:F,end:fe},q=g?c(this,p,v).call(this,{type:"StringLiteral",value:h,...de}):c(this,p,v).call(this,{type:"Identifier",name:h,...de}),Gt=q.end<q.start||F===y;return c(this,p,v).call(this,{type:"ObjectProperty",key:q,value:w,shorthand:Gt,computed:!1,start:$(q),end:T})});return c(this,p,v).call(this,{type:"ObjectExpression",properties:u,...n.sourceSpan},{hasParentParens:s})}if(n instanceof N){let{value:o}=n;switch(typeof o){case"boolean":return c(this,p,v).call(this,{type:"BooleanLiteral",value:o,...n.sourceSpan},{hasParentParens:s});case"number":return c(this,p,v).call(this,{type:"NumericLiteral",value:o,...n.sourceSpan},{hasParentParens:s});case"object":return c(this,p,v).call(this,{type:"NullLiteral",...n.sourceSpan},{hasParentParens:s});case"string":return c(this,p,v).call(this,{type:"StringLiteral",value:o,...n.sourceSpan},{hasParentParens:s});case"undefined":return c(this,p,v).call(this,{type:"Identifier",name:"undefined",...n.sourceSpan},{hasParentParens:s});default:throw new Error(`Unexpected LiteralPrimitive value type ${typeof o}`)}}if(n instanceof Re||n instanceof le){let o=n instanceof le,{receiver:a,args:l}=n,u=l.length===1?[c(this,p,x).call(this,l[0],!0)]:l.map(w=>c(this,p,x).call(this,w)),h=c(this,p,x).call(this,a),g=vs(h),S=o||g?"OptionalCallExpression":"CallExpression";return c(this,p,v).call(this,{type:S,callee:h,arguments:u,optional:S==="OptionalCallExpression"?o:void 0,start:$(h),end:n.sourceSpan.end},{hasParentParens:s})}if(n instanceof $e){let o=c(this,p,x).call(this,n.expression);return c(this,p,v).call(this,{type:"TSNonNullExpression",expression:o,start:$(o),end:n.sourceSpan.end},{hasParentParens:s})}let r=n instanceof Le;if(r||n instanceof Me){let o=c(this,p,x).call(this,n.expression),a=r?"!":"typeof",{start:l}=n.sourceSpan;if(!r){let u=this.text.lastIndexOf(a,l);if(u===-1)throw new Error(`Cannot find operator ${a} from index ${l} in ${JSON.stringify(this.text)}`);l=u}return c(this,p,v).call(this,{type:"UnaryExpression",prefix:!0,operator:a,argument:o,start:l,end:R(o)},{hasParentParens:s})}if(n instanceof re||n instanceof ie){let{receiver:o,name:a}=n,l=this.getCharacterLastIndex(/\S/,n.sourceSpan.end-1)+1,u=c(this,p,v).call(this,{type:"Identifier",name:a,start:l-a.length,end:l},ws(o,L(this,pe))?{hasParentParens:s}:{});return c(this,p,He).call(this,o,u,{computed:!1,optional:n instanceof ie,hasParentParens:s})}if(n instanceof Ie){let o=c(this,p,x).call(this,n.key),a=c(this,p,x).call(this,n.value),l=c(this,p,He).call(this,n.receiver,o,{computed:!0,optional:!1,end:this.getCharacterIndex("]",R(o))+1});return c(this,p,v).call(this,{type:"AssignmentExpression",left:l,operator:"=",right:a,start:$(l),end:R(a)},{hasParentParens:s})}if(n instanceof Te){let{receiver:o,name:a,value:l}=n,u=c(this,p,x).call(this,l),h=this.getCharacterLastIndex(/\S/,this.getCharacterLastIndex("=",$(u)-1)-1)+1,g=c(this,p,v).call(this,{type:"Identifier",name:a,start:h-a.length,end:h}),S=c(this,p,He).call(this,o,g,{computed:!1,optional:!1});return c(this,p,v).call(this,{type:"AssignmentExpression",left:S,operator:"=",right:u,start:$(S),end:R(u)},{hasParentParens:s})}throw Object.assign(new Error("Unexpected node"),{node:n})};function xs(t,e){return new Ue(t,e).node}function Ss(t){return t instanceof Be}function Es(t){return t instanceof ce}var he,Q,m,ys,I,Ht,Ut,Wt,_s,Cs,Ts,ks,Vt=class extends Ue{constructor(n,s){super(void 0,s);V(this,m);V(this,he);V(this,Q);K(this,he,n),K(this,Q,s);for(let r of n)c(this,m,_s).call(this,r)}get expressions(){return c(this,m,Ts).call(this)}};he=new WeakMap,Q=new WeakMap,m=new WeakSet,ys=function(){return L(this,he)[0].key},I=function(n,{stripSpaces:s=!0}={}){return this.createNode(n,{stripSpaces:s})},Ht=function(n){return this.transformNode(n)},Ut=function(n){return ps(n.slice(L(this,m,ys).source.length))},Wt=function(n){let s=L(this,Q);if(s[n.start]!=='"'&&s[n.start]!=="'")return;let r=s[n.start],o=!1;for(let a=n.start+1;a<s.length;a++)switch(s[a]){case r:if(!o){n.end=a+1;return}default:o=!1;break;case"\\":o=!o;break}},_s=function(n){c(this,m,Wt).call(this,n.key.span),Es(n)&&n.value&&c(this,m,Wt).call(this,n.value.span)},Cs=function(n){if(!n.value||n.value.source)return n.value;let s=this.getCharacterIndex(/\S/,n.sourceSpan.start);return{source:"$implicit",span:{start:s,end:s}}},Ts=function(){let n=L(this,he),[s]=n,r=L(this,Q).slice(s.sourceSpan.start,s.sourceSpan.end).trim().length===0?n.slice(1):n,o=[],a=null;for(let[l,u]of r.entries()){if(a&&Ss(a)&&Es(u)&&u.value&&u.value.source===a.key.source){let h=c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:u.key.source,...u.key.span}),g=(y,T)=>({...y,...this.transformSpan({start:y.start,end:T})}),S=y=>({...g(y,h.end),alias:h}),w=o.pop();if(w.type==="NGMicrosyntaxExpression")o.push(S(w));else if(w.type==="NGMicrosyntaxKeyedExpression"){let y=S(w.expression);o.push(g({...w,expression:y},y.end))}else throw new Error(`Unexpected type ${w.type}`)}else o.push(c(this,m,ks).call(this,u,l));a=u}return c(this,m,I).call(this,{type:"NGMicrosyntax",body:o,...o.length===0?n[0].sourceSpan:{start:o[0].start,end:nt(!1,o,-1).end}})},ks=function(n,s){if(Ss(n)){let{key:r,value:o}=n;return o?s===0?c(this,m,I).call(this,{type:"NGMicrosyntaxExpression",expression:c(this,m,Ht).call(this,o.ast),alias:null,...o.sourceSpan}):c(this,m,I).call(this,{type:"NGMicrosyntaxKeyedExpression",key:c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:c(this,m,Ut).call(this,r.source),...r.span}),expression:c(this,m,I).call(this,{type:"NGMicrosyntaxExpression",expression:c(this,m,Ht).call(this,o.ast),alias:null,...o.sourceSpan}),start:r.span.start,end:o.sourceSpan.end}):c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:c(this,m,Ut).call(this,r.source),...r.span})}else{let{key:r,sourceSpan:o}=n;if(/^let\s$/.test(L(this,Q).slice(o.start,o.start+4))){let{value:l}=n;return c(this,m,I).call(this,{type:"NGMicrosyntaxLet",key:c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:r.source,...r.span}),value:l?c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:l.source,...l.span}):null,start:o.start,end:l?l.span.end:r.span.end})}else{let l=c(this,m,Cs).call(this,n);return c(this,m,I).call(this,{type:"NGMicrosyntaxAs",key:c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:l.source,...l.span}),alias:c(this,m,I).call(this,{type:"NGMicrosyntaxKey",name:r.source,...r.span}),start:l.span.start,end:r.span.end})}}};function Is(t,e){return new Vt(t,e).expressions}function st({result:{ast:t},text:e,comments:n}){return Object.assign(xs(t,e),{comments:n})}function bs({result:{templateBindings:t},text:e}){return Is(t,e)}var Ns=t=>st(hs(t));var As=t=>st(ds(t)),qt=t=>st(fs(t)),Ps=t=>bs(ms(t));function jt(t){var s,r,o;let e=((s=t.range)==null?void 0:s[0])??t.start,n=(o=((r=t.declaration)==null?void 0:r.decorators)??t.decorators)==null?void 0:o[0];return n?Math.min(jt(n),e):e}function Ls(t){var e;return((e=t.range)==null?void 0:e[1])??t.end}function rt(t){return{astFormat:"estree",parse(e){let n=t(e);return{type:"NGRoot",node:t===qt&&n.type!=="NGChainedExpression"?{...n,type:"NGChainedExpression",expressions:[n]}:n}},locStart:jt,locEnd:Ls}}var zr=rt(qt),Gr=rt(Ns),Xr=rt(As),Jr=rt(Ps);return Os(Yr);});
|
|
1
|
+
(function(n){function e(){var i=n();return i.default||i}if(typeof exports=="object"&&typeof module=="object")module.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var t=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};t.prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.angular=e()}})(function(){"use strict";var tt=Object.defineProperty;var cs=Object.getOwnPropertyDescriptor;var us=Object.getOwnPropertyNames;var hs=Object.prototype.hasOwnProperty;var Ft=(e,t)=>{for(var n in t)tt(e,n,{get:t[n],enumerable:!0})},ps=(e,t,n,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of us(t))!hs.call(e,i)&&i!==n&&tt(e,i,{get:()=>t[i],enumerable:!(s=cs(t,i))||s.enumerable});return e};var fs=e=>ps(tt({},"__esModule",{value:!0}),e);var Li={};Ft(Li,{parsers:()=>Dt});var Dt={};Ft(Dt,{__ng_action:()=>Ai,__ng_binding:()=>Ii,__ng_directive:()=>Pi,__ng_interpolation:()=>Ni});var Vt=(e,t)=>(n,s,...i)=>n|1&&s==null?void 0:(t.call(s)??s[e]).apply(s,i);function ds(e){return this[e<0?this.length+e:e]}var ms=Vt("at",function(){if(Array.isArray(this)||typeof this=="string")return ds}),nt=ms;var Oi=new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,"g");var Ut;(function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"})(Ut||(Ut={}));var Ht;(function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"})(Ht||(Ht={}));var Wt;(function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"})(Wt||(Wt={}));var P;(function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"})(P||(P={}));var qt;(function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"})(qt||(qt={}));var jt;(function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"})(jt||(jt={}));var zt;(function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"})(zt||(zt={}));var Gt;(function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"})(Gt||(Gt={}));var Xt;(function(e){e[e.Little=0]="Little",e[e.Big=1]="Big"})(Xt||(Xt={}));var Jt;(function(e){e[e.None=0]="None",e[e.Const=1]="Const"})(Jt||(Jt={}));var Yt;(function(e){e[e.Dynamic=0]="Dynamic",e[e.Bool=1]="Bool",e[e.String=2]="String",e[e.Int=3]="Int",e[e.Number=4]="Number",e[e.Function=5]="Function",e[e.Inferred=6]="Inferred",e[e.None=7]="None"})(Yt||(Yt={}));var Qt;(function(e){e[e.Minus=0]="Minus",e[e.Plus=1]="Plus"})(Qt||(Qt={}));var u;(function(e){e[e.Equals=0]="Equals",e[e.NotEquals=1]="NotEquals",e[e.Assign=2]="Assign",e[e.Identical=3]="Identical",e[e.NotIdentical=4]="NotIdentical",e[e.Minus=5]="Minus",e[e.Plus=6]="Plus",e[e.Divide=7]="Divide",e[e.Multiply=8]="Multiply",e[e.Modulo=9]="Modulo",e[e.And=10]="And",e[e.Or=11]="Or",e[e.BitwiseOr=12]="BitwiseOr",e[e.BitwiseAnd=13]="BitwiseAnd",e[e.Lower=14]="Lower",e[e.LowerEquals=15]="LowerEquals",e[e.Bigger=16]="Bigger",e[e.BiggerEquals=17]="BiggerEquals",e[e.NullishCoalesce=18]="NullishCoalesce",e[e.Exponentiation=19]="Exponentiation",e[e.In=20]="In",e[e.AdditionAssignment=21]="AdditionAssignment",e[e.SubtractionAssignment=22]="SubtractionAssignment",e[e.MultiplicationAssignment=23]="MultiplicationAssignment",e[e.DivisionAssignment=24]="DivisionAssignment",e[e.RemainderAssignment=25]="RemainderAssignment",e[e.ExponentiationAssignment=26]="ExponentiationAssignment",e[e.AndAssignment=27]="AndAssignment",e[e.OrAssignment=28]="OrAssignment",e[e.NullishCoalesceAssignment=29]="NullishCoalesceAssignment"})(u||(u={}));function gs(e,t){return e==null||t==null?e==t:e.isEquivalent(t)}function vs(e,t,n){let s=e.length;if(s!==t.length)return!1;for(let i=0;i<s;i++)if(!n(e[i],t[i]))return!1;return!0}function Qe(e,t){return vs(e,t,(n,s)=>n.isEquivalent(s))}var E=class{type;sourceSpan;constructor(t,n){this.type=t||null,this.sourceSpan=n||null}prop(t,n){return new lt(this,t,null,n)}key(t,n,s){return new ct(this,t,n,s)}callFn(t,n,s){return new it(this,t,null,n,s)}instantiate(t,n,s){return new rt(this,t,n,s)}conditional(t,n=null,s){return new ot(this,t,n,null,s)}equals(t,n){return new w(u.Equals,this,t,null,n)}notEquals(t,n){return new w(u.NotEquals,this,t,null,n)}identical(t,n){return new w(u.Identical,this,t,null,n)}notIdentical(t,n){return new w(u.NotIdentical,this,t,null,n)}minus(t,n){return new w(u.Minus,this,t,null,n)}plus(t,n){return new w(u.Plus,this,t,null,n)}divide(t,n){return new w(u.Divide,this,t,null,n)}multiply(t,n){return new w(u.Multiply,this,t,null,n)}modulo(t,n){return new w(u.Modulo,this,t,null,n)}power(t,n){return new w(u.Exponentiation,this,t,null,n)}and(t,n){return new w(u.And,this,t,null,n)}bitwiseOr(t,n){return new w(u.BitwiseOr,this,t,null,n)}bitwiseAnd(t,n){return new w(u.BitwiseAnd,this,t,null,n)}or(t,n){return new w(u.Or,this,t,null,n)}lower(t,n){return new w(u.Lower,this,t,null,n)}lowerEquals(t,n){return new w(u.LowerEquals,this,t,null,n)}bigger(t,n){return new w(u.Bigger,this,t,null,n)}biggerEquals(t,n){return new w(u.BiggerEquals,this,t,null,n)}isBlank(t){return this.equals(TYPED_NULL_EXPR,t)}nullishCoalesce(t,n){return new w(u.NullishCoalesce,this,t,null,n)}toStmt(){return new ft(this,null)}},Ue=class e extends E{name;constructor(t,n,s){super(n,s),this.name=t}isEquivalent(t){return t instanceof e&&this.name===t.name}isConstant(){return!1}visitExpression(t,n){return t.visitReadVarExpr(this,n)}clone(){return new e(this.name,this.type,this.sourceSpan)}set(t){return new w(u.Assign,this,t,null,this.sourceSpan)}},st=class e extends E{expr;constructor(t,n,s){super(n,s),this.expr=t}visitExpression(t,n){return t.visitTypeofExpr(this,n)}isEquivalent(t){return t instanceof e&&t.expr.isEquivalent(this.expr)}isConstant(){return this.expr.isConstant()}clone(){return new e(this.expr.clone())}};var it=class e extends E{fn;args;pure;constructor(t,n,s,i,a=!1){super(s,i),this.fn=t,this.args=n,this.pure=a}get receiver(){return this.fn}isEquivalent(t){return t instanceof e&&this.fn.isEquivalent(t.fn)&&Qe(this.args,t.args)&&this.pure===t.pure}isConstant(){return!1}visitExpression(t,n){return t.visitInvokeFunctionExpr(this,n)}clone(){return new e(this.fn.clone(),this.args.map(t=>t.clone()),this.type,this.sourceSpan,this.pure)}};var rt=class e extends E{classExpr;args;constructor(t,n,s,i){super(s,i),this.classExpr=t,this.args=n}isEquivalent(t){return t instanceof e&&this.classExpr.isEquivalent(t.classExpr)&&Qe(this.args,t.args)}isConstant(){return!1}visitExpression(t,n){return t.visitInstantiateExpr(this,n)}clone(){return new e(this.classExpr.clone(),this.args.map(t=>t.clone()),this.type,this.sourceSpan)}},He=class e extends E{value;constructor(t,n,s){super(n,s),this.value=t}isEquivalent(t){return t instanceof e&&this.value===t.value}isConstant(){return!0}visitExpression(t,n){return t.visitLiteralExpr(this,n)}clone(){return new e(this.value,this.type,this.sourceSpan)}};var at=class e extends E{value;typeParams;constructor(t,n,s=null,i){super(n,i),this.value=t,this.typeParams=s}isEquivalent(t){return t instanceof e&&this.value.name===t.value.name&&this.value.moduleName===t.value.moduleName}isConstant(){return!1}visitExpression(t,n){return t.visitExternalExpr(this,n)}clone(){return new e(this.value,this.type,this.typeParams,this.sourceSpan)}};var ot=class e extends E{condition;falseCase;trueCase;constructor(t,n,s=null,i,a){super(i||n.type,a),this.condition=t,this.falseCase=s,this.trueCase=n}isEquivalent(t){return t instanceof e&&this.condition.isEquivalent(t.condition)&&this.trueCase.isEquivalent(t.trueCase)&&gs(this.falseCase,t.falseCase)}isConstant(){return!1}visitExpression(t,n){return t.visitConditionalExpr(this,n)}clone(){return new e(this.condition.clone(),this.trueCase.clone(),this.falseCase?.clone(),this.type,this.sourceSpan)}};var w=class e extends E{operator;rhs;lhs;constructor(t,n,s,i,a){super(i||n.type,a),this.operator=t,this.rhs=s,this.lhs=n}isEquivalent(t){return t instanceof e&&this.operator===t.operator&&this.lhs.isEquivalent(t.lhs)&&this.rhs.isEquivalent(t.rhs)}isConstant(){return!1}visitExpression(t,n){return t.visitBinaryOperatorExpr(this,n)}clone(){return new e(this.operator,this.lhs.clone(),this.rhs.clone(),this.type,this.sourceSpan)}isAssignment(){let t=this.operator;return t===u.Assign||t===u.AdditionAssignment||t===u.SubtractionAssignment||t===u.MultiplicationAssignment||t===u.DivisionAssignment||t===u.RemainderAssignment||t===u.ExponentiationAssignment||t===u.AndAssignment||t===u.OrAssignment||t===u.NullishCoalesceAssignment}},lt=class e extends E{receiver;name;constructor(t,n,s,i){super(s,i),this.receiver=t,this.name=n}get index(){return this.name}isEquivalent(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name}isConstant(){return!1}visitExpression(t,n){return t.visitReadPropExpr(this,n)}set(t){return new w(u.Assign,this.receiver.prop(this.name),t,null,this.sourceSpan)}clone(){return new e(this.receiver.clone(),this.name,this.type,this.sourceSpan)}},ct=class e extends E{receiver;index;constructor(t,n,s,i){super(s,i),this.receiver=t,this.index=n}isEquivalent(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.index.isEquivalent(t.index)}isConstant(){return!1}visitExpression(t,n){return t.visitReadKeyExpr(this,n)}set(t){return new w(u.Assign,this.receiver.key(this.index),t,null,this.sourceSpan)}clone(){return new e(this.receiver.clone(),this.index.clone(),this.type,this.sourceSpan)}},ut=class e extends E{entries;constructor(t,n,s){super(n,s),this.entries=t}isConstant(){return this.entries.every(t=>t.isConstant())}isEquivalent(t){return t instanceof e&&Qe(this.entries,t.entries)}visitExpression(t,n){return t.visitLiteralArrayExpr(this,n)}clone(){return new e(this.entries.map(t=>t.clone()),this.type,this.sourceSpan)}};var ht=class e extends E{entries;valueType=null;constructor(t,n,s){super(n,s),this.entries=t,n&&(this.valueType=n.valueType)}isEquivalent(t){return t instanceof e&&Qe(this.entries,t.entries)}isConstant(){return this.entries.every(t=>t.value.isConstant())}visitExpression(t,n){return t.visitLiteralMapExpr(this,n)}clone(){let t=this.entries.map(n=>n.clone());return new e(t,this.type,this.sourceSpan)}};var We;(function(e){e[e.None=0]="None",e[e.Final=1]="Final",e[e.Private=2]="Private",e[e.Exported=4]="Exported",e[e.Static=8]="Static"})(We||(We={}));var pt=class{modifiers;sourceSpan;leadingComments;constructor(t=We.None,n=null,s){this.modifiers=t,this.sourceSpan=n,this.leadingComments=s}hasModifier(t){return(this.modifiers&t)!==0}addLeadingComment(t){this.leadingComments=this.leadingComments??[],this.leadingComments.push(t)}};var ft=class e extends pt{expr;constructor(t,n,s){super(We.None,n,s),this.expr=t}isEquivalent(t){return t instanceof e&&this.expr.isEquivalent(t.expr)}visitStatement(t,n){return t.visitExpressionStmt(this,n)}};function ws(e,t,n){return new Ue(e,t,n)}var Fi=ws("<unknown>");var Kt=class e{static INSTANCE=new e;keyOf(t){if(t instanceof He&&typeof t.value=="string")return`"${t.value}"`;if(t instanceof He)return String(t.value);if(t instanceof ut){let n=[];for(let s of t.entries)n.push(this.keyOf(s));return`[${n.join(",")}]`}else if(t instanceof ht){let n=[];for(let s of t.entries){let i=s.key;s.quoted&&(i=`"${i}"`),n.push(i+":"+this.keyOf(s.value))}return`{${n.join(",")}}`}else{if(t instanceof at)return`import("${t.value.moduleName}", ${t.value.name})`;if(t instanceof Ue)return`read(${t.name})`;if(t instanceof st)return`typeof(${this.keyOf(t.expr)})`;throw new Error(`${this.constructor.name} does not handle expressions of type ${t.constructor.name}`)}}};var r="@angular/core",c=class{static NEW_METHOD="factory";static TRANSFORM_METHOD="transform";static PATCH_DEPS="patchedDeps";static core={name:null,moduleName:r};static namespaceHTML={name:"\u0275\u0275namespaceHTML",moduleName:r};static namespaceMathML={name:"\u0275\u0275namespaceMathML",moduleName:r};static namespaceSVG={name:"\u0275\u0275namespaceSVG",moduleName:r};static element={name:"\u0275\u0275element",moduleName:r};static elementStart={name:"\u0275\u0275elementStart",moduleName:r};static elementEnd={name:"\u0275\u0275elementEnd",moduleName:r};static domElement={name:"\u0275\u0275domElement",moduleName:r};static domElementStart={name:"\u0275\u0275domElementStart",moduleName:r};static domElementEnd={name:"\u0275\u0275domElementEnd",moduleName:r};static domElementContainer={name:"\u0275\u0275domElementContainer",moduleName:r};static domElementContainerStart={name:"\u0275\u0275domElementContainerStart",moduleName:r};static domElementContainerEnd={name:"\u0275\u0275domElementContainerEnd",moduleName:r};static domTemplate={name:"\u0275\u0275domTemplate",moduleName:r};static domListener={name:"\u0275\u0275domListener",moduleName:r};static advance={name:"\u0275\u0275advance",moduleName:r};static syntheticHostProperty={name:"\u0275\u0275syntheticHostProperty",moduleName:r};static syntheticHostListener={name:"\u0275\u0275syntheticHostListener",moduleName:r};static attribute={name:"\u0275\u0275attribute",moduleName:r};static classProp={name:"\u0275\u0275classProp",moduleName:r};static elementContainerStart={name:"\u0275\u0275elementContainerStart",moduleName:r};static elementContainerEnd={name:"\u0275\u0275elementContainerEnd",moduleName:r};static elementContainer={name:"\u0275\u0275elementContainer",moduleName:r};static styleMap={name:"\u0275\u0275styleMap",moduleName:r};static classMap={name:"\u0275\u0275classMap",moduleName:r};static styleProp={name:"\u0275\u0275styleProp",moduleName:r};static interpolate={name:"\u0275\u0275interpolate",moduleName:r};static interpolate1={name:"\u0275\u0275interpolate1",moduleName:r};static interpolate2={name:"\u0275\u0275interpolate2",moduleName:r};static interpolate3={name:"\u0275\u0275interpolate3",moduleName:r};static interpolate4={name:"\u0275\u0275interpolate4",moduleName:r};static interpolate5={name:"\u0275\u0275interpolate5",moduleName:r};static interpolate6={name:"\u0275\u0275interpolate6",moduleName:r};static interpolate7={name:"\u0275\u0275interpolate7",moduleName:r};static interpolate8={name:"\u0275\u0275interpolate8",moduleName:r};static interpolateV={name:"\u0275\u0275interpolateV",moduleName:r};static nextContext={name:"\u0275\u0275nextContext",moduleName:r};static resetView={name:"\u0275\u0275resetView",moduleName:r};static templateCreate={name:"\u0275\u0275template",moduleName:r};static defer={name:"\u0275\u0275defer",moduleName:r};static deferWhen={name:"\u0275\u0275deferWhen",moduleName:r};static deferOnIdle={name:"\u0275\u0275deferOnIdle",moduleName:r};static deferOnImmediate={name:"\u0275\u0275deferOnImmediate",moduleName:r};static deferOnTimer={name:"\u0275\u0275deferOnTimer",moduleName:r};static deferOnHover={name:"\u0275\u0275deferOnHover",moduleName:r};static deferOnInteraction={name:"\u0275\u0275deferOnInteraction",moduleName:r};static deferOnViewport={name:"\u0275\u0275deferOnViewport",moduleName:r};static deferPrefetchWhen={name:"\u0275\u0275deferPrefetchWhen",moduleName:r};static deferPrefetchOnIdle={name:"\u0275\u0275deferPrefetchOnIdle",moduleName:r};static deferPrefetchOnImmediate={name:"\u0275\u0275deferPrefetchOnImmediate",moduleName:r};static deferPrefetchOnTimer={name:"\u0275\u0275deferPrefetchOnTimer",moduleName:r};static deferPrefetchOnHover={name:"\u0275\u0275deferPrefetchOnHover",moduleName:r};static deferPrefetchOnInteraction={name:"\u0275\u0275deferPrefetchOnInteraction",moduleName:r};static deferPrefetchOnViewport={name:"\u0275\u0275deferPrefetchOnViewport",moduleName:r};static deferHydrateWhen={name:"\u0275\u0275deferHydrateWhen",moduleName:r};static deferHydrateNever={name:"\u0275\u0275deferHydrateNever",moduleName:r};static deferHydrateOnIdle={name:"\u0275\u0275deferHydrateOnIdle",moduleName:r};static deferHydrateOnImmediate={name:"\u0275\u0275deferHydrateOnImmediate",moduleName:r};static deferHydrateOnTimer={name:"\u0275\u0275deferHydrateOnTimer",moduleName:r};static deferHydrateOnHover={name:"\u0275\u0275deferHydrateOnHover",moduleName:r};static deferHydrateOnInteraction={name:"\u0275\u0275deferHydrateOnInteraction",moduleName:r};static deferHydrateOnViewport={name:"\u0275\u0275deferHydrateOnViewport",moduleName:r};static deferEnableTimerScheduling={name:"\u0275\u0275deferEnableTimerScheduling",moduleName:r};static conditionalCreate={name:"\u0275\u0275conditionalCreate",moduleName:r};static conditionalBranchCreate={name:"\u0275\u0275conditionalBranchCreate",moduleName:r};static conditional={name:"\u0275\u0275conditional",moduleName:r};static repeater={name:"\u0275\u0275repeater",moduleName:r};static repeaterCreate={name:"\u0275\u0275repeaterCreate",moduleName:r};static repeaterTrackByIndex={name:"\u0275\u0275repeaterTrackByIndex",moduleName:r};static repeaterTrackByIdentity={name:"\u0275\u0275repeaterTrackByIdentity",moduleName:r};static componentInstance={name:"\u0275\u0275componentInstance",moduleName:r};static text={name:"\u0275\u0275text",moduleName:r};static enableBindings={name:"\u0275\u0275enableBindings",moduleName:r};static disableBindings={name:"\u0275\u0275disableBindings",moduleName:r};static getCurrentView={name:"\u0275\u0275getCurrentView",moduleName:r};static textInterpolate={name:"\u0275\u0275textInterpolate",moduleName:r};static textInterpolate1={name:"\u0275\u0275textInterpolate1",moduleName:r};static textInterpolate2={name:"\u0275\u0275textInterpolate2",moduleName:r};static textInterpolate3={name:"\u0275\u0275textInterpolate3",moduleName:r};static textInterpolate4={name:"\u0275\u0275textInterpolate4",moduleName:r};static textInterpolate5={name:"\u0275\u0275textInterpolate5",moduleName:r};static textInterpolate6={name:"\u0275\u0275textInterpolate6",moduleName:r};static textInterpolate7={name:"\u0275\u0275textInterpolate7",moduleName:r};static textInterpolate8={name:"\u0275\u0275textInterpolate8",moduleName:r};static textInterpolateV={name:"\u0275\u0275textInterpolateV",moduleName:r};static restoreView={name:"\u0275\u0275restoreView",moduleName:r};static pureFunction0={name:"\u0275\u0275pureFunction0",moduleName:r};static pureFunction1={name:"\u0275\u0275pureFunction1",moduleName:r};static pureFunction2={name:"\u0275\u0275pureFunction2",moduleName:r};static pureFunction3={name:"\u0275\u0275pureFunction3",moduleName:r};static pureFunction4={name:"\u0275\u0275pureFunction4",moduleName:r};static pureFunction5={name:"\u0275\u0275pureFunction5",moduleName:r};static pureFunction6={name:"\u0275\u0275pureFunction6",moduleName:r};static pureFunction7={name:"\u0275\u0275pureFunction7",moduleName:r};static pureFunction8={name:"\u0275\u0275pureFunction8",moduleName:r};static pureFunctionV={name:"\u0275\u0275pureFunctionV",moduleName:r};static pipeBind1={name:"\u0275\u0275pipeBind1",moduleName:r};static pipeBind2={name:"\u0275\u0275pipeBind2",moduleName:r};static pipeBind3={name:"\u0275\u0275pipeBind3",moduleName:r};static pipeBind4={name:"\u0275\u0275pipeBind4",moduleName:r};static pipeBindV={name:"\u0275\u0275pipeBindV",moduleName:r};static domProperty={name:"\u0275\u0275domProperty",moduleName:r};static ariaProperty={name:"\u0275\u0275ariaProperty",moduleName:r};static property={name:"\u0275\u0275property",moduleName:r};static animationEnterListener={name:"\u0275\u0275animateEnterListener",moduleName:r};static animationLeaveListener={name:"\u0275\u0275animateLeaveListener",moduleName:r};static animationEnter={name:"\u0275\u0275animateEnter",moduleName:r};static animationLeave={name:"\u0275\u0275animateLeave",moduleName:r};static i18n={name:"\u0275\u0275i18n",moduleName:r};static i18nAttributes={name:"\u0275\u0275i18nAttributes",moduleName:r};static i18nExp={name:"\u0275\u0275i18nExp",moduleName:r};static i18nStart={name:"\u0275\u0275i18nStart",moduleName:r};static i18nEnd={name:"\u0275\u0275i18nEnd",moduleName:r};static i18nApply={name:"\u0275\u0275i18nApply",moduleName:r};static i18nPostprocess={name:"\u0275\u0275i18nPostprocess",moduleName:r};static pipe={name:"\u0275\u0275pipe",moduleName:r};static projection={name:"\u0275\u0275projection",moduleName:r};static projectionDef={name:"\u0275\u0275projectionDef",moduleName:r};static reference={name:"\u0275\u0275reference",moduleName:r};static inject={name:"\u0275\u0275inject",moduleName:r};static injectAttribute={name:"\u0275\u0275injectAttribute",moduleName:r};static directiveInject={name:"\u0275\u0275directiveInject",moduleName:r};static invalidFactory={name:"\u0275\u0275invalidFactory",moduleName:r};static invalidFactoryDep={name:"\u0275\u0275invalidFactoryDep",moduleName:r};static templateRefExtractor={name:"\u0275\u0275templateRefExtractor",moduleName:r};static forwardRef={name:"forwardRef",moduleName:r};static resolveForwardRef={name:"resolveForwardRef",moduleName:r};static replaceMetadata={name:"\u0275\u0275replaceMetadata",moduleName:r};static getReplaceMetadataURL={name:"\u0275\u0275getReplaceMetadataURL",moduleName:r};static \u0275\u0275defineInjectable={name:"\u0275\u0275defineInjectable",moduleName:r};static declareInjectable={name:"\u0275\u0275ngDeclareInjectable",moduleName:r};static InjectableDeclaration={name:"\u0275\u0275InjectableDeclaration",moduleName:r};static resolveWindow={name:"\u0275\u0275resolveWindow",moduleName:r};static resolveDocument={name:"\u0275\u0275resolveDocument",moduleName:r};static resolveBody={name:"\u0275\u0275resolveBody",moduleName:r};static getComponentDepsFactory={name:"\u0275\u0275getComponentDepsFactory",moduleName:r};static defineComponent={name:"\u0275\u0275defineComponent",moduleName:r};static declareComponent={name:"\u0275\u0275ngDeclareComponent",moduleName:r};static setComponentScope={name:"\u0275\u0275setComponentScope",moduleName:r};static ChangeDetectionStrategy={name:"ChangeDetectionStrategy",moduleName:r};static ViewEncapsulation={name:"ViewEncapsulation",moduleName:r};static ComponentDeclaration={name:"\u0275\u0275ComponentDeclaration",moduleName:r};static FactoryDeclaration={name:"\u0275\u0275FactoryDeclaration",moduleName:r};static declareFactory={name:"\u0275\u0275ngDeclareFactory",moduleName:r};static FactoryTarget={name:"\u0275\u0275FactoryTarget",moduleName:r};static defineDirective={name:"\u0275\u0275defineDirective",moduleName:r};static declareDirective={name:"\u0275\u0275ngDeclareDirective",moduleName:r};static DirectiveDeclaration={name:"\u0275\u0275DirectiveDeclaration",moduleName:r};static InjectorDef={name:"\u0275\u0275InjectorDef",moduleName:r};static InjectorDeclaration={name:"\u0275\u0275InjectorDeclaration",moduleName:r};static defineInjector={name:"\u0275\u0275defineInjector",moduleName:r};static declareInjector={name:"\u0275\u0275ngDeclareInjector",moduleName:r};static NgModuleDeclaration={name:"\u0275\u0275NgModuleDeclaration",moduleName:r};static ModuleWithProviders={name:"ModuleWithProviders",moduleName:r};static defineNgModule={name:"\u0275\u0275defineNgModule",moduleName:r};static declareNgModule={name:"\u0275\u0275ngDeclareNgModule",moduleName:r};static setNgModuleScope={name:"\u0275\u0275setNgModuleScope",moduleName:r};static registerNgModuleType={name:"\u0275\u0275registerNgModuleType",moduleName:r};static PipeDeclaration={name:"\u0275\u0275PipeDeclaration",moduleName:r};static definePipe={name:"\u0275\u0275definePipe",moduleName:r};static declarePipe={name:"\u0275\u0275ngDeclarePipe",moduleName:r};static declareClassMetadata={name:"\u0275\u0275ngDeclareClassMetadata",moduleName:r};static declareClassMetadataAsync={name:"\u0275\u0275ngDeclareClassMetadataAsync",moduleName:r};static setClassMetadata={name:"\u0275setClassMetadata",moduleName:r};static setClassMetadataAsync={name:"\u0275setClassMetadataAsync",moduleName:r};static setClassDebugInfo={name:"\u0275setClassDebugInfo",moduleName:r};static queryRefresh={name:"\u0275\u0275queryRefresh",moduleName:r};static viewQuery={name:"\u0275\u0275viewQuery",moduleName:r};static loadQuery={name:"\u0275\u0275loadQuery",moduleName:r};static contentQuery={name:"\u0275\u0275contentQuery",moduleName:r};static viewQuerySignal={name:"\u0275\u0275viewQuerySignal",moduleName:r};static contentQuerySignal={name:"\u0275\u0275contentQuerySignal",moduleName:r};static queryAdvance={name:"\u0275\u0275queryAdvance",moduleName:r};static twoWayProperty={name:"\u0275\u0275twoWayProperty",moduleName:r};static twoWayBindingSet={name:"\u0275\u0275twoWayBindingSet",moduleName:r};static twoWayListener={name:"\u0275\u0275twoWayListener",moduleName:r};static declareLet={name:"\u0275\u0275declareLet",moduleName:r};static storeLet={name:"\u0275\u0275storeLet",moduleName:r};static readContextLet={name:"\u0275\u0275readContextLet",moduleName:r};static attachSourceLocations={name:"\u0275\u0275attachSourceLocations",moduleName:r};static NgOnChangesFeature={name:"\u0275\u0275NgOnChangesFeature",moduleName:r};static InheritDefinitionFeature={name:"\u0275\u0275InheritDefinitionFeature",moduleName:r};static CopyDefinitionFeature={name:"\u0275\u0275CopyDefinitionFeature",moduleName:r};static ProvidersFeature={name:"\u0275\u0275ProvidersFeature",moduleName:r};static HostDirectivesFeature={name:"\u0275\u0275HostDirectivesFeature",moduleName:r};static ExternalStylesFeature={name:"\u0275\u0275ExternalStylesFeature",moduleName:r};static listener={name:"\u0275\u0275listener",moduleName:r};static getInheritedFactory={name:"\u0275\u0275getInheritedFactory",moduleName:r};static sanitizeHtml={name:"\u0275\u0275sanitizeHtml",moduleName:r};static sanitizeStyle={name:"\u0275\u0275sanitizeStyle",moduleName:r};static sanitizeResourceUrl={name:"\u0275\u0275sanitizeResourceUrl",moduleName:r};static sanitizeScript={name:"\u0275\u0275sanitizeScript",moduleName:r};static sanitizeUrl={name:"\u0275\u0275sanitizeUrl",moduleName:r};static sanitizeUrlOrResourceUrl={name:"\u0275\u0275sanitizeUrlOrResourceUrl",moduleName:r};static trustConstantHtml={name:"\u0275\u0275trustConstantHtml",moduleName:r};static trustConstantResourceUrl={name:"\u0275\u0275trustConstantResourceUrl",moduleName:r};static validateIframeAttribute={name:"\u0275\u0275validateIframeAttribute",moduleName:r};static inputDecorator={name:"Input",moduleName:r};static outputDecorator={name:"Output",moduleName:r};static viewChildDecorator={name:"ViewChild",moduleName:r};static viewChildrenDecorator={name:"ViewChildren",moduleName:r};static contentChildDecorator={name:"ContentChild",moduleName:r};static contentChildrenDecorator={name:"ContentChildren",moduleName:r};static InputSignalBrandWriteType={name:"\u0275INPUT_SIGNAL_BRAND_WRITE_TYPE",moduleName:r};static UnwrapDirectiveSignalInputs={name:"\u0275UnwrapDirectiveSignalInputs",moduleName:r};static unwrapWritableSignal={name:"\u0275unwrapWritableSignal",moduleName:r};static assertType={name:"\u0275assertType",moduleName:r}};var dt=class{full;major;minor;patch;constructor(t){this.full=t;let n=t.split(".");this.major=n[0],this.minor=n[1],this.patch=n.slice(2).join(".")}};var Vi=new Map([[u.And,"&&"],[u.Bigger,">"],[u.BiggerEquals,">="],[u.BitwiseOr,"|"],[u.BitwiseAnd,"&"],[u.Divide,"/"],[u.Assign,"="],[u.Equals,"=="],[u.Identical,"==="],[u.Lower,"<"],[u.LowerEquals,"<="],[u.Minus,"-"],[u.Modulo,"%"],[u.Exponentiation,"**"],[u.Multiply,"*"],[u.NotEquals,"!="],[u.NotIdentical,"!=="],[u.NullishCoalesce,"??"],[u.Or,"||"],[u.Plus,"+"],[u.In,"in"],[u.AdditionAssignment,"+="],[u.SubtractionAssignment,"-="],[u.MultiplicationAssignment,"*="],[u.DivisionAssignment,"/="],[u.RemainderAssignment,"%="],[u.ExponentiationAssignment,"**="],[u.AndAssignment,"&&="],[u.OrAssignment,"||="],[u.NullishCoalesceAssignment,"??="]]);var Zt;(function(e){e[e.Class=0]="Class",e[e.Function=1]="Function"})(Zt||(Zt={}));var H=class{start;end;constructor(t,n){this.start=t,this.end=n}toAbsolute(t){return new M(t+this.start,t+this.end)}},v=class{span;sourceSpan;constructor(t,n){this.span=t,this.sourceSpan=n}toString(){return"AST"}},ye=class extends v{nameSpan;constructor(t,n,s){super(t,n),this.nameSpan=s}},T=class extends v{visit(t,n=null){}},W=class extends v{visit(t,n=null){return t.visitImplicitReceiver(this,n)}},mt=class extends W{visit(t,n=null){return t.visitThisReceiver?.(this,n)}},_e=class extends v{expressions;constructor(t,n,s){super(t,n),this.expressions=s}visit(t,n=null){return t.visitChain(this,n)}},Ce=class extends v{condition;trueExp;falseExp;constructor(t,n,s,i,a){super(t,n),this.condition=s,this.trueExp=i,this.falseExp=a}visit(t,n=null){return t.visitConditional(this,n)}},V=class extends ye{receiver;name;constructor(t,n,s,i,a){super(t,n,s),this.receiver=i,this.name=a}visit(t,n=null){return t.visitPropertyRead(this,n)}},te=class extends ye{receiver;name;constructor(t,n,s,i,a){super(t,n,s),this.receiver=i,this.name=a}visit(t,n=null){return t.visitSafePropertyRead(this,n)}},ne=class extends v{receiver;key;constructor(t,n,s,i){super(t,n),this.receiver=s,this.key=i}visit(t,n=null){return t.visitKeyedRead(this,n)}},se=class extends v{receiver;key;constructor(t,n,s,i){super(t,n),this.receiver=s,this.key=i}visit(t,n=null){return t.visitSafeKeyedRead(this,n)}},Se;(function(e){e[e.ReferencedByName=0]="ReferencedByName",e[e.ReferencedDirectly=1]="ReferencedDirectly"})(Se||(Se={}));var Te=class extends ye{exp;name;args;type;constructor(t,n,s,i,a,o,l){super(t,n,l),this.exp=s,this.name=i,this.args=a,this.type=o}visit(t,n=null){return t.visitPipe(this,n)}},y=class extends v{value;constructor(t,n,s){super(t,n),this.value=s}visit(t,n=null){return t.visitLiteralPrimitive(this,n)}},ke=class extends v{expressions;constructor(t,n,s){super(t,n),this.expressions=s}visit(t,n=null){return t.visitLiteralArray(this,n)}},be=class extends v{keys;values;constructor(t,n,s,i){super(t,n),this.keys=s,this.values=i}visit(t,n=null){return t.visitLiteralMap(this,n)}},kt=class extends v{strings;expressions;constructor(t,n,s,i){super(t,n),this.strings=s,this.expressions=i}visit(t,n=null){return t.visitInterpolation(this,n)}},x=class extends v{operation;left;right;constructor(t,n,s,i,a){super(t,n),this.operation=s,this.left=i,this.right=a}visit(t,n=null){return t.visitBinary(this,n)}static isAssignmentOperation(t){return t==="="||t==="+="||t==="-="||t==="*="||t==="/="||t==="%="||t==="**="||t==="&&="||t==="||="||t==="??="}},U=class e extends x{operator;expr;left=null;right=null;operation=null;static createMinus(t,n,s){return new e(t,n,"-",s,"-",new y(t,n,0),s)}static createPlus(t,n,s){return new e(t,n,"+",s,"-",s,new y(t,n,0))}constructor(t,n,s,i,a,o,l){super(t,n,a,o,l),this.operator=s,this.expr=i}visit(t,n=null){return t.visitUnary!==void 0?t.visitUnary(this,n):t.visitBinary(this,n)}},q=class extends v{expression;constructor(t,n,s){super(t,n),this.expression=s}visit(t,n=null){return t.visitPrefixNot(this,n)}},j=class extends v{expression;constructor(t,n,s){super(t,n),this.expression=s}visit(t,n=null){return t.visitTypeofExpression(this,n)}},z=class extends v{expression;constructor(t,n,s){super(t,n),this.expression=s}visit(t,n=null){return t.visitVoidExpression(this,n)}},Ae=class extends v{expression;constructor(t,n,s){super(t,n),this.expression=s}visit(t,n=null){return t.visitNonNullAssert(this,n)}},Ie=class extends v{receiver;args;argumentSpan;constructor(t,n,s,i,a){super(t,n),this.receiver=s,this.args=i,this.argumentSpan=a}visit(t,n=null){return t.visitCall(this,n)}},ie=class extends v{receiver;args;argumentSpan;constructor(t,n,s,i,a){super(t,n),this.receiver=s,this.args=i,this.argumentSpan=a}visit(t,n=null){return t.visitSafeCall(this,n)}},re=class extends v{tag;template;constructor(t,n,s,i){super(t,n),this.tag=s,this.template=i}visit(t,n){return t.visitTaggedTemplateLiteral(this,n)}},ae=class extends v{elements;expressions;constructor(t,n,s,i){super(t,n),this.elements=s,this.expressions=i}visit(t,n){return t.visitTemplateLiteral(this,n)}},oe=class extends v{text;constructor(t,n,s){super(t,n),this.text=s}visit(t,n){return t.visitTemplateLiteralElement(this,n)}},Ne=class extends v{expression;constructor(t,n,s){super(t,n),this.expression=s}visit(t,n){return t.visitParenthesizedExpression(this,n)}},M=class{start;end;constructor(t,n){this.start=t,this.end=n}},D=class extends v{ast;source;location;errors;constructor(t,n,s,i,a){super(new H(0,n===null?0:n.length),new M(i,n===null?i:i+n.length)),this.ast=t,this.source=n,this.location=s,this.errors=a}visit(t,n=null){return t.visitASTWithSource?t.visitASTWithSource(this,n):this.ast.visit(t,n)}toString(){return`${this.source} in ${this.location}`}},le=class{sourceSpan;key;value;constructor(t,n,s){this.sourceSpan=t,this.key=n,this.value=s}},Pe=class{sourceSpan;key;value;constructor(t,n,s){this.sourceSpan=t,this.key=n,this.value=s}},gt=class{visit(t,n){t.visit(this,n)}visitUnary(t,n){this.visit(t.expr,n)}visitBinary(t,n){this.visit(t.left,n),this.visit(t.right,n)}visitChain(t,n){this.visitAll(t.expressions,n)}visitConditional(t,n){this.visit(t.condition,n),this.visit(t.trueExp,n),this.visit(t.falseExp,n)}visitPipe(t,n){this.visit(t.exp,n),this.visitAll(t.args,n)}visitImplicitReceiver(t,n){}visitThisReceiver(t,n){}visitInterpolation(t,n){this.visitAll(t.expressions,n)}visitKeyedRead(t,n){this.visit(t.receiver,n),this.visit(t.key,n)}visitLiteralArray(t,n){this.visitAll(t.expressions,n)}visitLiteralMap(t,n){this.visitAll(t.values,n)}visitLiteralPrimitive(t,n){}visitPrefixNot(t,n){this.visit(t.expression,n)}visitTypeofExpression(t,n){this.visit(t.expression,n)}visitVoidExpression(t,n){this.visit(t.expression,n)}visitNonNullAssert(t,n){this.visit(t.expression,n)}visitPropertyRead(t,n){this.visit(t.receiver,n)}visitSafePropertyRead(t,n){this.visit(t.receiver,n)}visitSafeKeyedRead(t,n){this.visit(t.receiver,n),this.visit(t.key,n)}visitCall(t,n){this.visit(t.receiver,n),this.visitAll(t.args,n)}visitSafeCall(t,n){this.visit(t.receiver,n),this.visitAll(t.args,n)}visitTemplateLiteral(t,n){for(let s=0;s<t.elements.length;s++){this.visit(t.elements[s],n);let i=s<t.expressions.length?t.expressions[s]:null;i!==null&&this.visit(i,n)}}visitTemplateLiteralElement(t,n){}visitTaggedTemplateLiteral(t,n){this.visit(t.tag,n),this.visit(t.template,n)}visitParenthesizedExpression(t,n){this.visit(t.expression,n)}visitAll(t,n){for(let s of t)this.visit(s,n)}};var en;(function(e){e[e.DEFAULT=0]="DEFAULT",e[e.LITERAL_ATTR=1]="LITERAL_ATTR",e[e.LEGACY_ANIMATION=2]="LEGACY_ANIMATION",e[e.TWO_WAY=3]="TWO_WAY",e[e.ANIMATION=4]="ANIMATION"})(en||(en={}));var tn;(function(e){e[e.Regular=0]="Regular",e[e.LegacyAnimation=1]="LegacyAnimation",e[e.TwoWay=2]="TwoWay",e[e.Animation=3]="Animation"})(tn||(tn={}));var I;(function(e){e[e.Property=0]="Property",e[e.Attribute=1]="Attribute",e[e.Class=2]="Class",e[e.Style=3]="Style",e[e.LegacyAnimation=4]="LegacyAnimation",e[e.TwoWay=5]="TwoWay",e[e.Animation=6]="Animation"})(I||(I={}));var nn;(function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"})(nn||(nn={}));var Ss=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];function xs(e,t){if(t!=null&&!(Array.isArray(t)&&t.length==2))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(t!=null){let n=t[0],s=t[1];Ss.forEach(i=>{if(i.test(n)||i.test(s))throw new Error(`['${n}', '${s}'] contains unusable interpolation symbol.`)})}}var vt=class e{start;end;static fromArray(t){return t?(xs("interpolation",t),new e(t[0],t[1])):J}constructor(t,n){this.start=t,this.end=n}},J=new vt("{{","}}");var De=0;var Dn=9,Oe=10,Es=11,ys=12,_s=13,Bn=32,Cs=33,On=34,Ts=35,bt=36,ks=37,sn=38,Fn=39,Fe=40,Y=41,rn=42,Vn=43,me=44,Un=45,ge=46,wt=47,Q=58,ve=59,bs=60,_=61,As=62,an=63,Is=48;var Ns=57,At=65,Ps=69;var It=90,Ve=91,on=92,we=93,Ls=94,Ke=95,Hn=97;var Ms=101,$s=102,Rs=110,Ds=114,Bs=116,Os=117,Fs=118;var Wn=122,qe=123,ln=124,K=125,qn=160;var St=96;function Vs(e){return e>=Dn&&e<=Bn||e==qn}function O(e){return Is<=e&&e<=Ns}function Us(e){return e>=Hn&&e<=Wn||e>=At&&e<=It}function cn(e){return e===Fn||e===On||e===St}var je=class e{file;offset;line;col;constructor(t,n,s,i){this.file=t,this.offset=n,this.line=s,this.col=i}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(t){let n=this.file.content,s=n.length,i=this.offset,a=this.line,o=this.col;for(;i>0&&t<0;)if(i--,t++,n.charCodeAt(i)==Oe){a--;let h=n.substring(0,i-1).lastIndexOf(String.fromCharCode(Oe));o=h>0?i-h:i}else o--;for(;i<s&&t>0;){let l=n.charCodeAt(i);i++,t--,l==Oe?(a++,o=0):o++}return new e(this.file,i,a,o)}getContext(t,n){let s=this.file.content,i=this.offset;if(i!=null){i>s.length-1&&(i=s.length-1);let a=i,o=0,l=0;for(;o<t&&i>0&&(i--,o++,!(s[i]==`
|
|
2
|
+
`&&++l==n)););for(o=0,l=0;o<t&&a<s.length-1&&(a++,o++,!(s[a]==`
|
|
3
|
+
`&&++l==n)););return{before:s.substring(i,this.offset),after:s.substring(this.offset,a+1)}}return null}},ze=class{content;url;constructor(t,n){this.content=t,this.url=n}},Ge=class{start;end;fullStart;details;constructor(t,n,s=t,i=null){this.start=t,this.end=n,this.fullStart=s,this.details=i}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},Xe;(function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"})(Xe||(Xe={}));var xt=class extends Error{span;msg;level;relatedError;constructor(t,n,s=Xe.ERROR,i){super(n),this.span=t,this.msg=n,this.level=s,this.relatedError=i,Object.setPrototypeOf(this,new.target.prototype)}contextualMessage(){let t=this.span.start.getContext(100,3);return t?`${this.msg} ("${t.before}[${Xe[this.level]} ->]${t.after}")`:this.msg}toString(){let t=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${t}`}};var un;(function(e){e[e.Inline=0]="Inline",e[e.SideEffect=1]="SideEffect",e[e.Omit=2]="Omit"})(un||(un={}));var hn;(function(e){e[e.Global=0]="Global",e[e.Local=1]="Local"})(hn||(hn={}));var pn;(function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"})(pn||(pn={}));var Hs="(:(where|is)\\()?";var jn="-shadowcsshost",Ws="-shadowcsscontext",zn="(?:\\(((?:\\([^)(]*\\)|[^)(]*)+?)\\))",Wi=new RegExp(jn+zn+"?([^,{]*)","gim"),Gn=Ws+zn+"?([^{]*)",qi=new RegExp(`${Hs}(${Gn})`,"gim"),ji=new RegExp(Gn,"im"),qs=jn+"-no-combinator",zi=new RegExp(`${qs}(?![^(]*\\))`,"g");var Xn="%COMMENT%",Gi=new RegExp(Xn,"g");var Xi=new RegExp(`(\\s*(?:${Xn}\\s*)*)([^;\\{\\}]+?)(\\s*)((?:{%BLOCK%}?\\s*;?)|(?:\\s*;))`,"g");var js="%COMMA_IN_PLACEHOLDER%",zs="%SEMI_IN_PLACEHOLDER%",Gs="%COLON_IN_PLACEHOLDER%",Ji=new RegExp(js,"g"),Yi=new RegExp(zs,"g"),Qi=new RegExp(Gs,"g");var p;(function(e){e[e.ListEnd=0]="ListEnd",e[e.Statement=1]="Statement",e[e.Variable=2]="Variable",e[e.ElementStart=3]="ElementStart",e[e.Element=4]="Element",e[e.Template=5]="Template",e[e.ElementEnd=6]="ElementEnd",e[e.ContainerStart=7]="ContainerStart",e[e.Container=8]="Container",e[e.ContainerEnd=9]="ContainerEnd",e[e.DisableBindings=10]="DisableBindings",e[e.ConditionalCreate=11]="ConditionalCreate",e[e.ConditionalBranchCreate=12]="ConditionalBranchCreate",e[e.Conditional=13]="Conditional",e[e.EnableBindings=14]="EnableBindings",e[e.Text=15]="Text",e[e.Listener=16]="Listener",e[e.InterpolateText=17]="InterpolateText",e[e.Binding=18]="Binding",e[e.Property=19]="Property",e[e.StyleProp=20]="StyleProp",e[e.ClassProp=21]="ClassProp",e[e.StyleMap=22]="StyleMap",e[e.ClassMap=23]="ClassMap",e[e.Advance=24]="Advance",e[e.Pipe=25]="Pipe",e[e.Attribute=26]="Attribute",e[e.ExtractedAttribute=27]="ExtractedAttribute",e[e.Defer=28]="Defer",e[e.DeferOn=29]="DeferOn",e[e.DeferWhen=30]="DeferWhen",e[e.I18nMessage=31]="I18nMessage",e[e.DomProperty=32]="DomProperty",e[e.Namespace=33]="Namespace",e[e.ProjectionDef=34]="ProjectionDef",e[e.Projection=35]="Projection",e[e.RepeaterCreate=36]="RepeaterCreate",e[e.Repeater=37]="Repeater",e[e.TwoWayProperty=38]="TwoWayProperty",e[e.TwoWayListener=39]="TwoWayListener",e[e.DeclareLet=40]="DeclareLet",e[e.StoreLet=41]="StoreLet",e[e.I18nStart=42]="I18nStart",e[e.I18n=43]="I18n",e[e.I18nEnd=44]="I18nEnd",e[e.I18nExpression=45]="I18nExpression",e[e.I18nApply=46]="I18nApply",e[e.IcuStart=47]="IcuStart",e[e.IcuEnd=48]="IcuEnd",e[e.IcuPlaceholder=49]="IcuPlaceholder",e[e.I18nContext=50]="I18nContext",e[e.I18nAttributes=51]="I18nAttributes",e[e.SourceLocation=52]="SourceLocation",e[e.Animation=53]="Animation",e[e.AnimationString=54]="AnimationString",e[e.AnimationBinding=55]="AnimationBinding",e[e.AnimationListener=56]="AnimationListener"})(p||(p={}));var ce;(function(e){e[e.LexicalRead=0]="LexicalRead",e[e.Context=1]="Context",e[e.TrackContext=2]="TrackContext",e[e.ReadVariable=3]="ReadVariable",e[e.NextContext=4]="NextContext",e[e.Reference=5]="Reference",e[e.StoreLet=6]="StoreLet",e[e.ContextLetReference=7]="ContextLetReference",e[e.GetCurrentView=8]="GetCurrentView",e[e.RestoreView=9]="RestoreView",e[e.ResetView=10]="ResetView",e[e.PureFunctionExpr=11]="PureFunctionExpr",e[e.PureFunctionParameterExpr=12]="PureFunctionParameterExpr",e[e.PipeBinding=13]="PipeBinding",e[e.PipeBindingVariadic=14]="PipeBindingVariadic",e[e.SafePropertyRead=15]="SafePropertyRead",e[e.SafeKeyedRead=16]="SafeKeyedRead",e[e.SafeInvokeFunction=17]="SafeInvokeFunction",e[e.SafeTernaryExpr=18]="SafeTernaryExpr",e[e.EmptyExpr=19]="EmptyExpr",e[e.AssignTemporaryExpr=20]="AssignTemporaryExpr",e[e.ReadTemporaryExpr=21]="ReadTemporaryExpr",e[e.SlotLiteralExpr=22]="SlotLiteralExpr",e[e.ConditionalCase=23]="ConditionalCase",e[e.ConstCollected=24]="ConstCollected",e[e.TwoWayBindingSet=25]="TwoWayBindingSet"})(ce||(ce={}));var fn;(function(e){e[e.None=0]="None",e[e.AlwaysInline=1]="AlwaysInline"})(fn||(fn={}));var dn;(function(e){e[e.Context=0]="Context",e[e.Identifier=1]="Identifier",e[e.SavedView=2]="SavedView",e[e.Alias=3]="Alias"})(dn||(dn={}));var mn;(function(e){e[e.Normal=0]="Normal",e[e.TemplateDefinitionBuilder=1]="TemplateDefinitionBuilder"})(mn||(mn={}));var N;(function(e){e[e.Attribute=0]="Attribute",e[e.ClassName=1]="ClassName",e[e.StyleProperty=2]="StyleProperty",e[e.Property=3]="Property",e[e.Template=4]="Template",e[e.I18n=5]="I18n",e[e.LegacyAnimation=6]="LegacyAnimation",e[e.TwoWayProperty=7]="TwoWayProperty",e[e.Animation=8]="Animation"})(N||(N={}));var gn;(function(e){e[e.Creation=0]="Creation",e[e.Postproccessing=1]="Postproccessing"})(gn||(gn={}));var vn;(function(e){e[e.I18nText=0]="I18nText",e[e.I18nAttribute=1]="I18nAttribute"})(vn||(vn={}));var wn;(function(e){e[e.None=0]="None",e[e.ElementTag=1]="ElementTag",e[e.TemplateTag=2]="TemplateTag",e[e.OpenTag=4]="OpenTag",e[e.CloseTag=8]="CloseTag",e[e.ExpressionIndex=16]="ExpressionIndex"})(wn||(wn={}));var Sn;(function(e){e[e.HTML=0]="HTML",e[e.SVG=1]="SVG",e[e.Math=2]="Math"})(Sn||(Sn={}));var xn;(function(e){e[e.Idle=0]="Idle",e[e.Immediate=1]="Immediate",e[e.Timer=2]="Timer",e[e.Hover=3]="Hover",e[e.Interaction=4]="Interaction",e[e.Viewport=5]="Viewport",e[e.Never=6]="Never"})(xn||(xn={}));var En;(function(e){e[e.RootI18n=0]="RootI18n",e[e.Icu=1]="Icu",e[e.Attr=2]="Attr"})(En||(En={}));var yn;(function(e){e[e.NgTemplate=0]="NgTemplate",e[e.Structural=1]="Structural",e[e.Block=2]="Block"})(yn||(yn={}));var Xs=Symbol("ConsumesSlot"),Jn=Symbol("DependsOnSlotContext"),Me=Symbol("ConsumesVars"),Nt=Symbol("UsesVarOffset"),Ki={[Xs]:!0,numSlotsUsed:1},Zi={[Jn]:!0},er={[Me]:!0};var Je=class{strings;expressions;i18nPlaceholders;constructor(t,n,s){if(this.strings=t,this.expressions=n,this.i18nPlaceholders=s,s.length!==0&&s.length!==n.length)throw new Error(`Expected ${n.length} placeholders to match interpolation expression count, but got ${s.length}`)}};var ue=class extends E{constructor(t=null){super(null,t)}};var _n=class e extends ue{target;value;sourceSpan;kind=ce.StoreLet;[Me]=!0;[Jn]=!0;constructor(t,n,s){super(),this.target=t,this.value=n,this.sourceSpan=s}visitExpression(){}isEquivalent(t){return t instanceof e&&t.target===this.target&&t.value.isEquivalent(this.value)}isConstant(){return!1}transformInternalExpressions(t,n){this.value=(this.value,void 0)}clone(){return new e(this.target,this.value,this.sourceSpan)}};var Cn=class e extends ue{kind=ce.PureFunctionExpr;[Me]=!0;[Nt]=!0;varOffset=null;body;args;fn=null;constructor(t,n){super(),this.body=t,this.args=n}visitExpression(t,n){this.body?.visitExpression(t,n);for(let s of this.args)s.visitExpression(t,n)}isEquivalent(t){return!(t instanceof e)||t.args.length!==this.args.length?!1:t.body!==null&&this.body!==null&&t.body.isEquivalent(this.body)&&t.args.every((n,s)=>n.isEquivalent(this.args[s]))}isConstant(){return!1}transformInternalExpressions(t,n){this.body!==null?this.body=(this.body,n|Et.InChildOperation,void 0):this.fn!==null&&(this.fn=(this.fn,void 0));for(let s=0;s<this.args.length;s++)this.args[s]=(this.args[s],void 0)}clone(){let t=new e(this.body?.clone()??null,this.args.map(n=>n.clone()));return t.fn=this.fn?.clone()??null,t.varOffset=this.varOffset,t}};var Tn=class e extends ue{target;targetSlot;name;args;kind=ce.PipeBinding;[Me]=!0;[Nt]=!0;varOffset=null;constructor(t,n,s,i){super(),this.target=t,this.targetSlot=n,this.name=s,this.args=i}visitExpression(t,n){for(let s of this.args)s.visitExpression(t,n)}isEquivalent(){return!1}isConstant(){return!1}transformInternalExpressions(t,n){for(let s=0;s<this.args.length;s++)this.args[s]=(this.args[s],void 0)}clone(){let t=new e(this.target,this.targetSlot,this.name,this.args.map(n=>n.clone()));return t.varOffset=this.varOffset,t}},kn=class e extends ue{target;targetSlot;name;args;numArgs;kind=ce.PipeBindingVariadic;[Me]=!0;[Nt]=!0;varOffset=null;constructor(t,n,s,i,a){super(),this.target=t,this.targetSlot=n,this.name=s,this.args=i,this.numArgs=a}visitExpression(t,n){this.args.visitExpression(t,n)}isEquivalent(){return!1}isConstant(){return!1}transformInternalExpressions(t,n){this.args=(this.args,void 0)}clone(){let t=new e(this.target,this.targetSlot,this.name,this.args.clone(),this.numArgs);return t.varOffset=this.varOffset,t}};var Et;(function(e){e[e.None=0]="None",e[e.InChildOperation=1]="InChildOperation"})(Et||(Et={}));var tr=new Set([p.Element,p.ElementStart,p.Container,p.ContainerStart,p.Template,p.RepeaterCreate,p.ConditionalCreate,p.ConditionalBranchCreate]);var bn;(function(e){e[e.Tmpl=0]="Tmpl",e[e.Host=1]="Host",e[e.Both=2]="Both"})(bn||(bn={}));var An;(function(e){e[e.Full=0]="Full",e[e.DomOnly=1]="DomOnly"})(An||(An={}));var nr=new Map([[c.ariaProperty,c.ariaProperty],[c.attribute,c.attribute],[c.classProp,c.classProp],[c.element,c.element],[c.elementContainer,c.elementContainer],[c.elementContainerEnd,c.elementContainerEnd],[c.elementContainerStart,c.elementContainerStart],[c.elementEnd,c.elementEnd],[c.elementStart,c.elementStart],[c.domProperty,c.domProperty],[c.i18nExp,c.i18nExp],[c.listener,c.listener],[c.listener,c.listener],[c.property,c.property],[c.styleProp,c.styleProp],[c.syntheticHostListener,c.syntheticHostListener],[c.syntheticHostProperty,c.syntheticHostProperty],[c.templateCreate,c.templateCreate],[c.twoWayProperty,c.twoWayProperty],[c.twoWayListener,c.twoWayListener],[c.declareLet,c.declareLet],[c.conditionalCreate,c.conditionalBranchCreate],[c.conditionalBranchCreate,c.conditionalBranchCreate],[c.domElement,c.domElement],[c.domElementStart,c.domElementStart],[c.domElementEnd,c.domElementEnd],[c.domElementContainer,c.domElementContainer],[c.domElementContainerStart,c.domElementContainerStart],[c.domElementContainerEnd,c.domElementContainerEnd],[c.domListener,c.domListener],[c.domTemplate,c.domTemplate],[c.animationEnter,c.animationEnter],[c.animationLeave,c.animationLeave],[c.animationEnterListener,c.animationEnterListener],[c.animationLeaveListener,c.animationLeaveListener]]);var sr=Object.freeze([]);var ir=new Map([[p.ElementEnd,[p.ElementStart,p.Element]],[p.ContainerEnd,[p.ContainerStart,p.Container]],[p.I18nEnd,[p.I18nStart,p.I18n]]]),rr=new Set([p.Pipe]);var Js={},Ys="\uE500";Js.ngsp=Ys;var In;(function(e){e.HEX="hexadecimal",e.DEC="decimal"})(In||(In={}));var Yn=` \f
|
|
4
|
+
\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF`,ar=new RegExp(`[^${Yn}]`),or=new RegExp(`[${Yn}]{2,}`,"g");var f;(function(e){e[e.Character=0]="Character",e[e.Identifier=1]="Identifier",e[e.PrivateIdentifier=2]="PrivateIdentifier",e[e.Keyword=3]="Keyword",e[e.String=4]="String",e[e.Operator=5]="Operator",e[e.Number=6]="Number",e[e.Error=7]="Error"})(f||(f={}));var B;(function(e){e[e.Plain=0]="Plain",e[e.TemplateLiteralPart=1]="TemplateLiteralPart",e[e.TemplateLiteralEnd=2]="TemplateLiteralEnd"})(B||(B={}));var Qs=["var","let","as","null","undefined","true","false","if","else","this","typeof","void","in"],Le=class{tokenize(t){return new yt(t).scan()}},k=class{index;end;type;numValue;strValue;constructor(t,n,s,i,a){this.index=t,this.end=n,this.type=s,this.numValue=i,this.strValue=a}isCharacter(t){return this.type===f.Character&&this.numValue===t}isNumber(){return this.type===f.Number}isString(){return this.type===f.String}isOperator(t){return this.type===f.Operator&&this.strValue===t}isIdentifier(){return this.type===f.Identifier}isPrivateIdentifier(){return this.type===f.PrivateIdentifier}isKeyword(){return this.type===f.Keyword}isKeywordLet(){return this.type===f.Keyword&&this.strValue==="let"}isKeywordAs(){return this.type===f.Keyword&&this.strValue==="as"}isKeywordNull(){return this.type===f.Keyword&&this.strValue==="null"}isKeywordUndefined(){return this.type===f.Keyword&&this.strValue==="undefined"}isKeywordTrue(){return this.type===f.Keyword&&this.strValue==="true"}isKeywordFalse(){return this.type===f.Keyword&&this.strValue==="false"}isKeywordThis(){return this.type===f.Keyword&&this.strValue==="this"}isKeywordTypeof(){return this.type===f.Keyword&&this.strValue==="typeof"}isKeywordVoid(){return this.type===f.Keyword&&this.strValue==="void"}isKeywordIn(){return this.type===f.Keyword&&this.strValue==="in"}isError(){return this.type===f.Error}toNumber(){return this.type===f.Number?this.numValue:-1}isTemplateLiteralPart(){return this.isString()&&this.kind===B.TemplateLiteralPart}isTemplateLiteralEnd(){return this.isString()&&this.kind===B.TemplateLiteralEnd}isTemplateLiteralInterpolationStart(){return this.isOperator("${")}toString(){switch(this.type){case f.Character:case f.Identifier:case f.Keyword:case f.Operator:case f.PrivateIdentifier:case f.String:case f.Error:return this.strValue;case f.Number:return this.numValue.toString();default:return null}}},xe=class extends k{kind;constructor(t,n,s,i){super(t,n,f.String,0,s),this.kind=i}};function fe(e,t,n){return new k(e,t,f.Character,n,String.fromCharCode(n))}function Ks(e,t,n){return new k(e,t,f.Identifier,0,n)}function Zs(e,t,n){return new k(e,t,f.PrivateIdentifier,0,n)}function ei(e,t,n){return new k(e,t,f.Keyword,0,n)}function de(e,t,n){return new k(e,t,f.Operator,0,n)}function ti(e,t,n){return new k(e,t,f.Number,n,"")}function ni(e,t,n){return new k(e,t,f.Error,0,n)}var Be=new k(-1,-1,f.Character,0,""),yt=class{input;tokens=[];length;peek=0;index=-1;braceStack=[];constructor(t){this.input=t,this.length=t.length,this.advance()}scan(){let t=this.scanToken();for(;t!==null;)this.tokens.push(t),t=this.scanToken();return this.tokens}advance(){this.peek=++this.index>=this.length?De:this.input.charCodeAt(this.index)}scanToken(){let t=this.input,n=this.length,s=this.peek,i=this.index;for(;s<=Bn;)if(++i>=n){s=De;break}else s=t.charCodeAt(i);if(this.peek=s,this.index=i,i>=n)return null;if(Nn(s))return this.scanIdentifier();if(O(s))return this.scanNumber(i);let a=i;switch(s){case ge:return this.advance(),O(this.peek)?this.scanNumber(a):fe(a,this.index,ge);case Fe:case Y:case Ve:case we:case me:case Q:case ve:return this.scanCharacter(a,s);case qe:return this.scanOpenBrace(a,s);case K:return this.scanCloseBrace(a,s);case Fn:case On:return this.scanString();case St:return this.advance(),this.scanTemplateLiteralPart(a);case Ts:return this.scanPrivateIdentifier();case Vn:return this.scanComplexOperator(a,"+",_,"=");case Un:return this.scanComplexOperator(a,"-",_,"=");case wt:return this.scanComplexOperator(a,"/",_,"=");case ks:return this.scanComplexOperator(a,"%",_,"=");case Ls:return this.scanOperator(a,"^");case rn:return this.scanStar(a);case an:return this.scanQuestion(a);case bs:case As:return this.scanComplexOperator(a,String.fromCharCode(s),_,"=");case Cs:case _:return this.scanComplexOperator(a,String.fromCharCode(s),_,"=",_,"=");case sn:return this.scanComplexOperator(a,"&",sn,"&",_,"=");case ln:return this.scanComplexOperator(a,"|",ln,"|",_,"=");case qn:for(;Vs(this.peek);)this.advance();return this.scanToken()}return this.advance(),this.error(`Unexpected character [${String.fromCharCode(s)}]`,0)}scanCharacter(t,n){return this.advance(),fe(t,this.index,n)}scanOperator(t,n){return this.advance(),de(t,this.index,n)}scanOpenBrace(t,n){return this.braceStack.push("expression"),this.advance(),fe(t,this.index,n)}scanCloseBrace(t,n){return this.advance(),this.braceStack.pop()==="interpolation"?(this.tokens.push(fe(t,this.index,K)),this.scanTemplateLiteralPart(this.index)):fe(t,this.index,n)}scanComplexOperator(t,n,s,i,a,o){this.advance();let l=n;return this.peek==s&&(this.advance(),l+=i),a!=null&&this.peek==a&&(this.advance(),l+=o),de(t,this.index,l)}scanIdentifier(){let t=this.index;for(this.advance();Pn(this.peek);)this.advance();let n=this.input.substring(t,this.index);return Qs.indexOf(n)>-1?ei(t,this.index,n):Ks(t,this.index,n)}scanPrivateIdentifier(){let t=this.index;if(this.advance(),!Nn(this.peek))return this.error("Invalid character [#]",-1);for(;Pn(this.peek);)this.advance();let n=this.input.substring(t,this.index);return Zs(t,this.index,n)}scanNumber(t){let n=this.index===t,s=!1;for(this.advance();;){if(!O(this.peek))if(this.peek===Ke){if(!O(this.input.charCodeAt(this.index-1))||!O(this.input.charCodeAt(this.index+1)))return this.error("Invalid numeric separator",0);s=!0}else if(this.peek===ge)n=!1;else if(si(this.peek)){if(this.advance(),ii(this.peek)&&this.advance(),!O(this.peek))return this.error("Invalid exponent",-1);n=!1}else break;this.advance()}let i=this.input.substring(t,this.index);s&&(i=i.replace(/_/g,""));let a=n?ai(i):parseFloat(i);return ti(t,this.index,a)}scanString(){let t=this.index,n=this.peek;this.advance();let s="",i=this.index,a=this.input;for(;this.peek!=n;)if(this.peek==on){let l=this.scanStringBackslash(s,i);if(typeof l!="string")return l;s=l,i=this.index}else{if(this.peek==De)return this.error("Unterminated quote",0);this.advance()}let o=a.substring(i,this.index);return this.advance(),new xe(t,this.index,s+o,B.Plain)}scanQuestion(t){this.advance();let n="?";return this.peek===an?(n+="?",this.advance(),this.peek===_&&(n+="=",this.advance())):this.peek===ge&&(n+=".",this.advance()),de(t,this.index,n)}scanTemplateLiteralPart(t){let n="",s=this.index;for(;this.peek!==St;)if(this.peek===on){let a=this.scanStringBackslash(n,s);if(typeof a!="string")return a;n=a,s=this.index}else if(this.peek===bt){let a=this.index;if(this.advance(),this.peek===qe)return this.braceStack.push("interpolation"),this.tokens.push(new xe(t,a,n+this.input.substring(s,a),B.TemplateLiteralPart)),this.advance(),de(a,this.index,this.input.substring(a,this.index))}else{if(this.peek===De)return this.error("Unterminated template literal",0);this.advance()}let i=this.input.substring(s,this.index);return this.advance(),new xe(t,this.index,n+i,B.TemplateLiteralEnd)}error(t,n){let s=this.index+n;return ni(s,this.index,`Lexer Error: ${t} at column ${s} in expression [${this.input}]`)}scanStringBackslash(t,n){t+=this.input.substring(n,this.index);let s;if(this.advance(),this.peek===Os){let i=this.input.substring(this.index+1,this.index+5);if(/^[0-9a-f]+$/i.test(i))s=parseInt(i,16);else return this.error(`Invalid unicode escape [\\u${i}]`,0);for(let a=0;a<5;a++)this.advance()}else s=ri(this.peek),this.advance();return t+=String.fromCharCode(s),t}scanStar(t){this.advance();let n="*";return this.peek===rn?(n+="*",this.advance(),this.peek===_&&(n+="=",this.advance())):this.peek===_&&(n+="=",this.advance()),de(t,this.index,n)}};function Nn(e){return Hn<=e&&e<=Wn||At<=e&&e<=It||e==Ke||e==bt}function Pn(e){return Us(e)||O(e)||e==Ke||e==bt}function si(e){return e==Ms||e==Ps}function ii(e){return e==Un||e==Vn}function ri(e){switch(e){case Rs:return Oe;case $s:return ys;case Ds:return _s;case Bs:return Dn;case Fs:return Es;default:return e}}function ai(e){let t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var _t=class{strings;expressions;offsets;constructor(t,n,s){this.strings=t,this.expressions=n,this.offsets=s}},Ct=class{templateBindings;warnings;errors;constructor(t,n,s){this.templateBindings=t,this.warnings=n,this.errors=s}};function R(e){return e.start.toString()||"(unknown)"}var he=class{_lexer;_supportsDirectPipeReferences;constructor(t,n=!1){this._lexer=t,this._supportsDirectPipeReferences=n}parseAction(t,n,s,i=J){let a=[];this._checkNoInterpolation(a,t,n,i);let{stripped:o}=this._stripComments(t),l=this._lexer.tokenize(o),h=new F(t,n,s,l,1,a,0,this._supportsDirectPipeReferences).parseChain();return new D(h,t,R(n),s,a)}parseBinding(t,n,s,i=J){let a=[],o=this._parseBindingAst(t,n,s,i,a);return new D(o,t,R(n),s,a)}checkSimpleExpression(t){let n=new Tt;return t.visit(n),n.errors}parseSimpleBinding(t,n,s,i=J){let a=[],o=this._parseBindingAst(t,n,s,i,a),l=this.checkSimpleExpression(o);return l.length>0&&a.push(ee(`Host binding expression cannot contain ${l.join(" ")}`,t,"",n)),new D(o,t,R(n),s,a)}_parseBindingAst(t,n,s,i,a){this._checkNoInterpolation(a,t,n,i);let{stripped:o}=this._stripComments(t),l=this._lexer.tokenize(o);return new F(t,n,s,l,0,a,0,this._supportsDirectPipeReferences).parseChain()}parseTemplateBindings(t,n,s,i,a){let o=this._lexer.tokenize(n),l=[];return new F(n,s,a,o,0,l,0,this._supportsDirectPipeReferences).parseTemplateBindings({source:t,span:new M(i,i+t.length)})}parseInterpolation(t,n,s,i,a=J){let o=[],{strings:l,expressions:h,offsets:g}=this.splitInterpolation(t,n,o,i,a);if(h.length===0)return null;let d=[];for(let m=0;m<h.length;++m){let C=i?.[m*2+1]?.sourceSpan,b=h[m].text,{stripped:$,hasComments:S}=this._stripComments(b),A=this._lexer.tokenize($);if(S&&$.trim().length===0&&A.length===0){o.push(ee("Interpolation expression cannot only contain a comment",t,`at column ${h[m].start} in`,n));continue}let pe=new F(C?b:t,C||n,s,A,0,o,g[m],this._supportsDirectPipeReferences).parseChain();d.push(pe)}return this.createInterpolationAst(l.map(m=>m.text),d,t,R(n),s,o)}parseInterpolationExpression(t,n,s){let{stripped:i}=this._stripComments(t),a=this._lexer.tokenize(i),o=[],l=new F(t,n,s,a,0,o,0,this._supportsDirectPipeReferences).parseChain(),h=["",""];return this.createInterpolationAst(h,[l],t,R(n),s,o)}createInterpolationAst(t,n,s,i,a,o){let l=new H(0,s.length),h=new kt(l,l.toAbsolute(a),t,n);return new D(h,s,i,a,o)}splitInterpolation(t,n,s,i,a=J){let o=[],l=[],h=[],g=i?oi(i):null,d=0,m=!1,C=!1,{start:b,end:$}=a;for(;d<t.length;)if(m){let S=d,A=S+b.length,pe=this._getInterpolationEndIndex(t,$,A);if(pe===-1){m=!1,C=!0;break}let Bt=pe+$.length,Ot=t.substring(A,pe);Ot.trim().length===0&&s.push(ee("Blank expressions are not allowed in interpolated strings",t,`at column ${d} in`,n)),l.push({text:Ot,start:S,end:Bt});let ls=(g?.get(S)??S)+b.length;h.push(ls),d=Bt,m=!1}else{let S=d;d=t.indexOf(b,d),d===-1&&(d=t.length);let A=t.substring(S,d);o.push({text:A,start:S,end:d}),m=!0}if(!m)if(C){let S=o[o.length-1];S.text+=t.substring(d),S.end=t.length}else o.push({text:t.substring(d),start:d,end:t.length});return new _t(o,l,h)}wrapLiteralPrimitive(t,n,s){let i=new H(0,t==null?0:t.length);return new D(new y(i,i.toAbsolute(s),t),t,typeof n=="string"?n:R(n),s,[])}_stripComments(t){let n=this._commentStart(t);return n!=null?{stripped:t.substring(0,n),hasComments:!0}:{stripped:t,hasComments:!1}}_commentStart(t){let n=null;for(let s=0;s<t.length-1;s++){let i=t.charCodeAt(s),a=t.charCodeAt(s+1);if(i===wt&&a==wt&&n==null)return s;n===i?n=null:n==null&&cn(i)&&(n=i)}return null}_checkNoInterpolation(t,n,s,{start:i,end:a}){let o=-1,l=-1;for(let h of this._forEachUnquotedChar(n,0))if(o===-1)n.startsWith(i)&&(o=h);else if(l=this._getInterpolationEndIndex(n,a,h),l>-1)break;o>-1&&l>-1&&t.push(ee(`Got interpolation (${i}${a}) where expression was expected`,n,`at column ${o} in`,s))}_getInterpolationEndIndex(t,n,s){for(let i of this._forEachUnquotedChar(t,s)){if(t.startsWith(n,i))return i;if(t.startsWith("//",i))return t.indexOf(n,i)}return-1}*_forEachUnquotedChar(t,n){let s=null,i=0;for(let a=n;a<t.length;a++){let o=t[a];cn(t.charCodeAt(a))&&(s===null||s===o)&&i%2===0?s=s===null?o:null:s===null&&(yield a),i=o==="\\"?i+1:0}}},Z;(function(e){e[e.None=0]="None",e[e.Writable=1]="Writable"})(Z||(Z={}));var F=class{input;parseSourceSpan;absoluteOffset;tokens;parseFlags;errors;offset;supportsDirectPipeReferences;rparensExpected=0;rbracketsExpected=0;rbracesExpected=0;context=Z.None;sourceSpanCache=new Map;index=0;constructor(t,n,s,i,a,o,l,h){this.input=t,this.parseSourceSpan=n,this.absoluteOffset=s,this.tokens=i,this.parseFlags=a,this.errors=o,this.offset=l,this.supportsDirectPipeReferences=h}peek(t){let n=this.index+t;return n<this.tokens.length?this.tokens[n]:Be}get next(){return this.peek(0)}get atEOF(){return this.index>=this.tokens.length}get inputIndex(){return this.atEOF?this.currentEndIndex:this.next.index+this.offset}get currentEndIndex(){return this.index>0?this.peek(-1).end+this.offset:this.tokens.length===0?this.input.length+this.offset:this.next.index+this.offset}get currentAbsoluteOffset(){return this.absoluteOffset+this.inputIndex}span(t,n){let s=this.currentEndIndex;if(n!==void 0&&n>this.currentEndIndex&&(s=n),t>s){let i=s;s=t,t=i}return new H(t,s)}sourceSpan(t,n){let s=`${t}@${this.inputIndex}:${n}`;return this.sourceSpanCache.has(s)||this.sourceSpanCache.set(s,this.span(t,n).toAbsolute(this.absoluteOffset)),this.sourceSpanCache.get(s)}advance(){this.index++}withContext(t,n){this.context|=t;let s=n();return this.context^=t,s}consumeOptionalCharacter(t){return this.next.isCharacter(t)?(this.advance(),!0):!1}peekKeywordLet(){return this.next.isKeywordLet()}peekKeywordAs(){return this.next.isKeywordAs()}expectCharacter(t){this.consumeOptionalCharacter(t)||this.error(`Missing expected ${String.fromCharCode(t)}`)}consumeOptionalOperator(t){return this.next.isOperator(t)?(this.advance(),!0):!1}isAssignmentOperator(t){return t.type===f.Operator&&x.isAssignmentOperation(t.strValue)}expectOperator(t){this.consumeOptionalOperator(t)||this.error(`Missing expected operator ${t}`)}prettyPrintToken(t){return t===Be?"end of input":`token ${t}`}expectIdentifierOrKeyword(){let t=this.next;return!t.isIdentifier()&&!t.isKeyword()?(t.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(t,"expected identifier or keyword"):this.error(`Unexpected ${this.prettyPrintToken(t)}, expected identifier or keyword`),null):(this.advance(),t.toString())}expectIdentifierOrKeywordOrString(){let t=this.next;return!t.isIdentifier()&&!t.isKeyword()&&!t.isString()?(t.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(t,"expected identifier, keyword or string"):this.error(`Unexpected ${this.prettyPrintToken(t)}, expected identifier, keyword, or string`),""):(this.advance(),t.toString())}parseChain(){let t=[],n=this.inputIndex;for(;this.index<this.tokens.length;){let s=this.parsePipe();if(t.push(s),this.consumeOptionalCharacter(ve))for(this.parseFlags&1||this.error("Binding expression cannot contain chained expression");this.consumeOptionalCharacter(ve););else if(this.index<this.tokens.length){let i=this.index;if(this.error(`Unexpected token '${this.next}'`),this.index===i)break}}if(t.length===0){let s=this.offset,i=this.offset+this.input.length;return new T(this.span(s,i),this.sourceSpan(s,i))}return t.length==1?t[0]:new _e(this.span(n),this.sourceSpan(n),t)}parsePipe(){let t=this.inputIndex,n=this.parseExpression();if(this.consumeOptionalOperator("|")){this.parseFlags&1&&this.error("Cannot have a pipe in an action expression");do{let s=this.inputIndex,i=this.expectIdentifierOrKeyword(),a,o;i!==null?a=this.sourceSpan(s):(i="",o=this.next.index!==-1?this.next.index:this.input.length+this.offset,a=new H(o,o).toAbsolute(this.absoluteOffset));let l=[];for(;this.consumeOptionalCharacter(Q);)l.push(this.parseExpression());let h;if(this.supportsDirectPipeReferences){let g=i.charCodeAt(0);h=g===Ke||g>=At&&g<=It?Se.ReferencedDirectly:Se.ReferencedByName}else h=Se.ReferencedByName;n=new Te(this.span(t),this.sourceSpan(t,o),n,i,l,h,a)}while(this.consumeOptionalOperator("|"))}return n}parseExpression(){return this.parseConditional()}parseConditional(){let t=this.inputIndex,n=this.parseLogicalOr();if(this.consumeOptionalOperator("?")){let s=this.parsePipe(),i;if(this.consumeOptionalCharacter(Q))i=this.parsePipe();else{let a=this.inputIndex,o=this.input.substring(t,a);this.error(`Conditional expression ${o} requires all 3 expressions`),i=new T(this.span(t),this.sourceSpan(t))}return new Ce(this.span(t),this.sourceSpan(t),n,s,i)}else return n}parseLogicalOr(){let t=this.inputIndex,n=this.parseLogicalAnd();for(;this.consumeOptionalOperator("||");){let s=this.parseLogicalAnd();n=new x(this.span(t),this.sourceSpan(t),"||",n,s)}return n}parseLogicalAnd(){let t=this.inputIndex,n=this.parseNullishCoalescing();for(;this.consumeOptionalOperator("&&");){let s=this.parseNullishCoalescing();n=new x(this.span(t),this.sourceSpan(t),"&&",n,s)}return n}parseNullishCoalescing(){let t=this.inputIndex,n=this.parseEquality();for(;this.consumeOptionalOperator("??");){let s=this.parseEquality();n=new x(this.span(t),this.sourceSpan(t),"??",n,s)}return n}parseEquality(){let t=this.inputIndex,n=this.parseRelational();for(;this.next.type==f.Operator;){let s=this.next.strValue;switch(s){case"==":case"===":case"!=":case"!==":this.advance();let i=this.parseRelational();n=new x(this.span(t),this.sourceSpan(t),s,n,i);continue}break}return n}parseRelational(){let t=this.inputIndex,n=this.parseAdditive();for(;this.next.type==f.Operator||this.next.isKeywordIn;){let s=this.next.strValue;switch(s){case"<":case">":case"<=":case">=":case"in":this.advance();let i=this.parseAdditive();n=new x(this.span(t),this.sourceSpan(t),s,n,i);continue}break}return n}parseAdditive(){let t=this.inputIndex,n=this.parseMultiplicative();for(;this.next.type==f.Operator;){let s=this.next.strValue;switch(s){case"+":case"-":this.advance();let i=this.parseMultiplicative();n=new x(this.span(t),this.sourceSpan(t),s,n,i);continue}break}return n}parseMultiplicative(){let t=this.inputIndex,n=this.parseExponentiation();for(;this.next.type==f.Operator;){let s=this.next.strValue;switch(s){case"*":case"%":case"/":this.advance();let i=this.parseExponentiation();n=new x(this.span(t),this.sourceSpan(t),s,n,i);continue}break}return n}parseExponentiation(){let t=this.inputIndex,n=this.parsePrefix();for(;this.next.type==f.Operator&&this.next.strValue==="**";){(n instanceof U||n instanceof q||n instanceof j||n instanceof z)&&this.error("Unary operator used immediately before exponentiation expression. Parenthesis must be used to disambiguate operator precedence"),this.advance();let s=this.parseExponentiation();n=new x(this.span(t),this.sourceSpan(t),"**",n,s)}return n}parsePrefix(){if(this.next.type==f.Operator){let t=this.inputIndex,n=this.next.strValue,s;switch(n){case"+":return this.advance(),s=this.parsePrefix(),U.createPlus(this.span(t),this.sourceSpan(t),s);case"-":return this.advance(),s=this.parsePrefix(),U.createMinus(this.span(t),this.sourceSpan(t),s);case"!":return this.advance(),s=this.parsePrefix(),new q(this.span(t),this.sourceSpan(t),s)}}else if(this.next.isKeywordTypeof()){this.advance();let t=this.inputIndex,n=this.parsePrefix();return new j(this.span(t),this.sourceSpan(t),n)}else if(this.next.isKeywordVoid()){this.advance();let t=this.inputIndex,n=this.parsePrefix();return new z(this.span(t),this.sourceSpan(t),n)}return this.parseCallChain()}parseCallChain(){let t=this.inputIndex,n=this.parsePrimary();for(;;)if(this.consumeOptionalCharacter(ge))n=this.parseAccessMember(n,t,!1);else if(this.consumeOptionalOperator("?."))this.consumeOptionalCharacter(Fe)?n=this.parseCall(n,t,!0):n=this.consumeOptionalCharacter(Ve)?this.parseKeyedReadOrWrite(n,t,!0):this.parseAccessMember(n,t,!0);else if(this.consumeOptionalCharacter(Ve))n=this.parseKeyedReadOrWrite(n,t,!1);else if(this.consumeOptionalCharacter(Fe))n=this.parseCall(n,t,!1);else if(this.consumeOptionalOperator("!"))n=new Ae(this.span(t),this.sourceSpan(t),n);else if(this.next.isTemplateLiteralEnd())n=this.parseNoInterpolationTaggedTemplateLiteral(n,t);else if(this.next.isTemplateLiteralPart())n=this.parseTaggedTemplateLiteral(n,t);else return n}parsePrimary(){let t=this.inputIndex;if(this.consumeOptionalCharacter(Fe)){this.rparensExpected++;let n=this.parsePipe();return this.consumeOptionalCharacter(Y)||(this.error("Missing closing parentheses"),this.consumeOptionalCharacter(Y)),this.rparensExpected--,new Ne(this.span(t),this.sourceSpan(t),n)}else{if(this.next.isKeywordNull())return this.advance(),new y(this.span(t),this.sourceSpan(t),null);if(this.next.isKeywordUndefined())return this.advance(),new y(this.span(t),this.sourceSpan(t),void 0);if(this.next.isKeywordTrue())return this.advance(),new y(this.span(t),this.sourceSpan(t),!0);if(this.next.isKeywordFalse())return this.advance(),new y(this.span(t),this.sourceSpan(t),!1);if(this.next.isKeywordIn())return this.advance(),new y(this.span(t),this.sourceSpan(t),"in");if(this.next.isKeywordThis())return this.advance(),new mt(this.span(t),this.sourceSpan(t));if(this.consumeOptionalCharacter(Ve)){this.rbracketsExpected++;let n=this.parseExpressionList(we);return this.rbracketsExpected--,this.expectCharacter(we),new ke(this.span(t),this.sourceSpan(t),n)}else{if(this.next.isCharacter(qe))return this.parseLiteralMap();if(this.next.isIdentifier())return this.parseAccessMember(new W(this.span(t),this.sourceSpan(t)),t,!1);if(this.next.isNumber()){let n=this.next.toNumber();return this.advance(),new y(this.span(t),this.sourceSpan(t),n)}else{if(this.next.isTemplateLiteralEnd())return this.parseNoInterpolationTemplateLiteral();if(this.next.isTemplateLiteralPart())return this.parseTemplateLiteral();if(this.next.isString()&&this.next.kind===B.Plain){let n=this.next.toString();return this.advance(),new y(this.span(t),this.sourceSpan(t),n)}else return this.next.isPrivateIdentifier()?(this._reportErrorForPrivateIdentifier(this.next,null),new T(this.span(t),this.sourceSpan(t))):this.index>=this.tokens.length?(this.error(`Unexpected end of expression: ${this.input}`),new T(this.span(t),this.sourceSpan(t))):(this.error(`Unexpected token ${this.next}`),new T(this.span(t),this.sourceSpan(t)))}}}}parseExpressionList(t){let n=[];do if(!this.next.isCharacter(t))n.push(this.parsePipe());else break;while(this.consumeOptionalCharacter(me));return n}parseLiteralMap(){let t=[],n=[],s=this.inputIndex;if(this.expectCharacter(qe),!this.consumeOptionalCharacter(K)){this.rbracesExpected++;do{let i=this.inputIndex,a=this.next.isString(),o=this.expectIdentifierOrKeywordOrString(),l={key:o,quoted:a};if(t.push(l),a)this.expectCharacter(Q),n.push(this.parsePipe());else if(this.consumeOptionalCharacter(Q))n.push(this.parsePipe());else{l.isShorthandInitialized=!0;let h=this.span(i),g=this.sourceSpan(i);n.push(new V(h,g,g,new W(h,g),o))}}while(this.consumeOptionalCharacter(me)&&!this.next.isCharacter(K));this.rbracesExpected--,this.expectCharacter(K)}return new be(this.span(s),this.sourceSpan(s),t,n)}parseAccessMember(t,n,s){let i=this.inputIndex,a=this.withContext(Z.Writable,()=>{let l=this.expectIdentifierOrKeyword()??"";return l.length===0&&this.error("Expected identifier for property access",t.span.end),l}),o=this.sourceSpan(i);if(s)return this.isAssignmentOperator(this.next)?(this.advance(),this.error("The '?.' operator cannot be used in the assignment"),new T(this.span(n),this.sourceSpan(n))):new te(this.span(n),this.sourceSpan(n),o,t,a);if(this.isAssignmentOperator(this.next)){let l=this.next.strValue;if(!(this.parseFlags&1))return this.advance(),this.error("Bindings cannot contain assignments"),new T(this.span(n),this.sourceSpan(n));let h=new V(this.span(n),this.sourceSpan(n),o,t,a);this.advance();let g=this.parseConditional();return new x(this.span(n),this.sourceSpan(n),l,h,g)}else return new V(this.span(n),this.sourceSpan(n),o,t,a)}parseCall(t,n,s){let i=this.inputIndex;this.rparensExpected++;let a=this.parseCallArguments(),o=this.span(i,this.inputIndex).toAbsolute(this.absoluteOffset);this.expectCharacter(Y),this.rparensExpected--;let l=this.span(n),h=this.sourceSpan(n);return s?new ie(l,h,t,a,o):new Ie(l,h,t,a,o)}parseCallArguments(){if(this.next.isCharacter(Y))return[];let t=[];do t.push(this.parsePipe());while(this.consumeOptionalCharacter(me));return t}expectTemplateBindingKey(){let t="",n=!1,s=this.currentAbsoluteOffset;do t+=this.expectIdentifierOrKeywordOrString(),n=this.consumeOptionalOperator("-"),n&&(t+="-");while(n);return{source:t,span:new M(s,s+t.length)}}parseTemplateBindings(t){let n=[];for(n.push(...this.parseDirectiveKeywordBindings(t));this.index<this.tokens.length;){let s=this.parseLetBinding();if(s)n.push(s);else{let i=this.expectTemplateBindingKey(),a=this.parseAsBinding(i);a?n.push(a):(i.source=t.source+i.source.charAt(0).toUpperCase()+i.source.substring(1),n.push(...this.parseDirectiveKeywordBindings(i)))}this.consumeStatementTerminator()}return new Ct(n,[],this.errors)}parseKeyedReadOrWrite(t,n,s){return this.withContext(Z.Writable,()=>{this.rbracketsExpected++;let i=this.parsePipe();if(i instanceof T&&this.error("Key access cannot be empty"),this.rbracketsExpected--,this.expectCharacter(we),this.isAssignmentOperator(this.next)){let a=this.next.strValue;if(s)this.advance(),this.error("The '?.' operator cannot be used in the assignment");else{let o=new ne(this.span(n),this.sourceSpan(n),t,i);this.advance();let l=this.parseConditional();return new x(this.span(n),this.sourceSpan(n),a,o,l)}}else return s?new se(this.span(n),this.sourceSpan(n),t,i):new ne(this.span(n),this.sourceSpan(n),t,i);return new T(this.span(n),this.sourceSpan(n))})}parseDirectiveKeywordBindings(t){let n=[];this.consumeOptionalCharacter(Q);let s=this.getDirectiveBoundTarget(),i=this.currentAbsoluteOffset,a=this.parseAsBinding(t);a||(this.consumeStatementTerminator(),i=this.currentAbsoluteOffset);let o=new M(t.span.start,i);return n.push(new Pe(o,t,s)),a&&n.push(a),n}getDirectiveBoundTarget(){if(this.next===Be||this.peekKeywordAs()||this.peekKeywordLet())return null;let t=this.parsePipe(),{start:n,end:s}=t.span,i=this.input.substring(n,s);return new D(t,i,R(this.parseSourceSpan),this.absoluteOffset+n,this.errors)}parseAsBinding(t){if(!this.peekKeywordAs())return null;this.advance();let n=this.expectTemplateBindingKey();this.consumeStatementTerminator();let s=new M(t.span.start,this.currentAbsoluteOffset);return new le(s,n,t)}parseLetBinding(){if(!this.peekKeywordLet())return null;let t=this.currentAbsoluteOffset;this.advance();let n=this.expectTemplateBindingKey(),s=null;this.consumeOptionalOperator("=")&&(s=this.expectTemplateBindingKey()),this.consumeStatementTerminator();let i=new M(t,this.currentAbsoluteOffset);return new le(i,n,s)}parseNoInterpolationTaggedTemplateLiteral(t,n){let s=this.parseNoInterpolationTemplateLiteral();return new re(this.span(n),this.sourceSpan(n),t,s)}parseNoInterpolationTemplateLiteral(){let t=this.next.strValue,n=this.inputIndex;this.advance();let s=this.span(n),i=this.sourceSpan(n);return new ae(s,i,[new oe(s,i,t)],[])}parseTaggedTemplateLiteral(t,n){let s=this.parseTemplateLiteral();return new re(this.span(n),this.sourceSpan(n),t,s)}parseTemplateLiteral(){let t=[],n=[],s=this.inputIndex;for(;this.next!==Be;){let i=this.next;if(i.isTemplateLiteralPart()||i.isTemplateLiteralEnd()){let a=this.inputIndex;if(this.advance(),t.push(new oe(this.span(a),this.sourceSpan(a),i.strValue)),i.isTemplateLiteralEnd())break}else if(i.isTemplateLiteralInterpolationStart()){this.advance(),this.rbracesExpected++;let a=this.parsePipe();a instanceof T?this.error("Template literal interpolation cannot be empty"):n.push(a),this.rbracesExpected--}else this.advance()}return new ae(this.span(s),this.sourceSpan(s),t,n)}consumeStatementTerminator(){this.consumeOptionalCharacter(ve)||this.consumeOptionalCharacter(me)}error(t,n=this.index){this.errors.push(ee(t,this.input,this.getErrorLocationText(n),this.parseSourceSpan)),this.skip()}getErrorLocationText(t){return t<this.tokens.length?`at column ${this.tokens[t].index+1} in`:"at the end of the expression"}_reportErrorForPrivateIdentifier(t,n){let s=`Private identifiers are not supported. Unexpected private identifier: ${t}`;n!==null&&(s+=`, ${n}`),this.error(s)}skip(){let t=this.next;for(;this.index<this.tokens.length&&!t.isCharacter(ve)&&!t.isOperator("|")&&(this.rparensExpected<=0||!t.isCharacter(Y))&&(this.rbracesExpected<=0||!t.isCharacter(K))&&(this.rbracketsExpected<=0||!t.isCharacter(we))&&(!(this.context&Z.Writable)||!this.isAssignmentOperator(t));)this.next.isError()&&this.errors.push(ee(this.next.toString(),this.input,this.getErrorLocationText(this.next.index),this.parseSourceSpan)),this.advance(),t=this.next}};function ee(e,t,n,s){n.length>0&&(n=` ${n} `);let i=R(s),a=`Parser Error: ${e}${n}[${t}] in ${i}`;return new xt(s,a)}var Tt=class extends gt{errors=[];visitPipe(){this.errors.push("pipes")}};function oi(e){let t=new Map,n=0,s=0,i=0;for(;i<e.length;){let a=e[i];if(a.type===9){let[o,l]=a.parts;n+=l.length,s+=o.length}else{let o=a.parts.reduce((l,h)=>l+h.length,0);s+=o,n+=o}t.set(s,n),i++}return t}var li=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex","aria-atomic":"ariaAtomic","aria-autocomplete":"ariaAutoComplete","aria-busy":"ariaBusy","aria-checked":"ariaChecked","aria-colcount":"ariaColCount","aria-colindex":"ariaColIndex","aria-colspan":"ariaColSpan","aria-current":"ariaCurrent","aria-disabled":"ariaDisabled","aria-expanded":"ariaExpanded","aria-haspopup":"ariaHasPopup","aria-hidden":"ariaHidden","aria-invalid":"ariaInvalid","aria-keyshortcuts":"ariaKeyShortcuts","aria-label":"ariaLabel","aria-level":"ariaLevel","aria-live":"ariaLive","aria-modal":"ariaModal","aria-multiline":"ariaMultiLine","aria-multiselectable":"ariaMultiSelectable","aria-orientation":"ariaOrientation","aria-placeholder":"ariaPlaceholder","aria-posinset":"ariaPosInSet","aria-pressed":"ariaPressed","aria-readonly":"ariaReadOnly","aria-required":"ariaRequired","aria-roledescription":"ariaRoleDescription","aria-rowcount":"ariaRowCount","aria-rowindex":"ariaRowIndex","aria-rowspan":"ariaRowSpan","aria-selected":"ariaSelected","aria-setsize":"ariaSetSize","aria-sort":"ariaSort","aria-valuemax":"ariaValueMax","aria-valuemin":"ariaValueMin","aria-valuenow":"ariaValueNow","aria-valuetext":"ariaValueText"})),lr=Array.from(li).reduce((e,[t,n])=>(e.set(t,n),e),new Map);var cr=new he(new Le);function L(e){return t=>t.kind===e}function Ee(e,t){return n=>n.kind===e&&t===n.expression instanceof Je}function ci(e){return(e.kind===p.Property||e.kind===p.TwoWayProperty)&&!(e.expression instanceof Je)}var ur=[{test:L(p.StyleMap),transform:Ye},{test:L(p.ClassMap),transform:Ye},{test:L(p.StyleProp)},{test:L(p.ClassProp)},{test:Ee(p.Attribute,!0)},{test:Ee(p.Property,!0)},{test:ci},{test:Ee(p.Attribute,!1)}],hr=[{test:Ee(p.DomProperty,!0)},{test:Ee(p.DomProperty,!1)},{test:L(p.Attribute)},{test:L(p.StyleMap),transform:Ye},{test:L(p.ClassMap),transform:Ye},{test:L(p.StyleProp)},{test:L(p.ClassProp)}],pr=new Set([p.Listener,p.TwoWayListener,p.AnimationListener,p.StyleMap,p.ClassMap,p.StyleProp,p.ClassProp,p.Property,p.TwoWayProperty,p.DomProperty,p.Attribute,p.Animation]);function Ye(e){return e.slice(e.length-1)}var fr={constant:[c.interpolate,c.interpolate1,c.interpolate2,c.interpolate3,c.interpolate4,c.interpolate5,c.interpolate6,c.interpolate7,c.interpolate8],variable:c.interpolateV,mapping:e=>{if(e%2===0)throw new Error("Expected odd number of arguments");return(e-1)/2}};var dr=new Map([["window",c.resolveWindow],["document",c.resolveDocument],["body",c.resolveBody]]);var mr=new Map([[P.HTML,c.sanitizeHtml],[P.RESOURCE_URL,c.sanitizeResourceUrl],[P.SCRIPT,c.sanitizeScript],[P.STYLE,c.sanitizeStyle],[P.URL,c.sanitizeUrl]]),gr=new Map([[P.HTML,c.trustConstantHtml],[P.RESOURCE_URL,c.trustConstantResourceUrl]]);var Ln;(function(e){e[e.None=0]="None",e[e.ViewContextRead=1]="ViewContextRead",e[e.ViewContextWrite=2]="ViewContextWrite",e[e.SideEffectful=4]="SideEffectful"})(Ln||(Ln={}));var vr=new Map([[I.Property,N.Property],[I.TwoWay,N.TwoWayProperty],[I.Attribute,N.Attribute],[I.Class,N.ClassName],[I.Style,N.StyleProperty],[I.LegacyAnimation,N.LegacyAnimation],[I.Animation,N.Animation]]);var wr=Symbol("queryAdvancePlaceholder");var Mn;(function(e){e[e.NG_CONTENT=0]="NG_CONTENT",e[e.STYLE=1]="STYLE",e[e.STYLESHEET=2]="STYLESHEET",e[e.SCRIPT=3]="SCRIPT",e[e.OTHER=4]="OTHER"})(Mn||(Mn={}));var $n;(function(e){e.IDLE="idle",e.TIMER="timer",e.INTERACTION="interaction",e.IMMEDIATE="immediate",e.HOVER="hover",e.VIEWPORT="viewport",e.NEVER="never"})($n||($n={}));var Qn="%COMP%",Sr=`_nghost-${Qn}`,xr=`_ngcontent-${Qn}`;var Rn;(function(e){e[e.Extract=0]="Extract",e[e.Merge=1]="Merge"})(Rn||(Rn={}));var Er=new dt("20.3.12");function Kn({start:e,end:t},n){let s=e,i=t;for(;i!==s&&/\s/.test(n[i-1]);)i--;for(;s!==i&&/\s/.test(n[s]);)s++;return{start:s,end:i}}function hi({start:e,end:t},n){let s=e,i=t;for(;i!==n.length&&/\s/.test(n[i]);)i++;for(;s!==0&&/\s/.test(n[s-1]);)s--;return{start:s,end:i}}function pi(e,t){return t[e.start-1]==="("&&t[e.end]===")"?{start:e.start-1,end:e.end+1}:e}function fi(e,t,n){let s=0,i={start:e.start,end:e.end};for(;;){let a=hi(i,t),o=pi(a,t);if(a.start===o.start&&a.end===o.end)break;i.start=o.start,i.end=o.end,s++}return{hasParens:(n?s-1:s)!==0,outerSpan:Kn(n?{start:i.start+1,end:i.end-1}:i,t),innerSpan:Kn(e,t)}}function ns(e){return typeof e=="string"?t=>t===e:t=>e.test(t)}function di(e,t,n){let s=ns(t);for(let i=n;i>=0;i--){let a=e[i];if(s(a))return i}throw new Error(`Cannot find front char ${t} from index ${n} in ${JSON.stringify(e)}`)}function mi(e,t,n){let s=ns(t);for(let i=n;i<e.length;i++){let a=e[i];if(s(a))return i}throw new Error(`Cannot find character ${t} from index ${n} in ${JSON.stringify(e)}`)}function gi(e){return e.slice(0,1).toLowerCase()+e.slice(1)}function Pt(e){let{start:t,end:n}=e;return{start:t,end:n,range:[t,n]}}function $e(e="test.html"){let t=new je(new ze("",e),0,0,0);return new Ge(t,t)}var vi=e=>he.prototype._commentStart(e);function wi(e,t){let n=t?vi(e):null;if(n===null)return{text:e,comments:[]};let s={type:"CommentLine",value:e.slice(n+2),...Pt({start:n,end:e.length})};return{text:e.slice(0,n),comments:[s]}}function Re(e,t=!0){return n=>{let s=new he(new Le),{text:i,comments:a}=wi(n,t),o=e(i,s);if(o.errors.length!==0){let[{message:l}]=o.errors;throw new SyntaxError(l.replace(/^Parser Error: | at column \d+ in [^]*$/g,""))}return{result:o,comments:a,text:i}}}var Si=Re((e,t)=>t.parseBinding(e,$e(),0)),Cr=Re((e,t)=>t.parseSimpleBinding(e,$e(),0)),xi=Re((e,t)=>t.parseAction(e,$e(),0)),Ei=Re((e,t)=>t.parseInterpolationExpression(e,$e(),0)),yi=Re((e,t)=>t.parseTemplateBindings("",e,$e(),0,0),!1),_i=class{text;constructor(e){this.text=e}getCharacterIndex(e,t){return mi(this.text,e,t)}getCharacterLastIndex(e,t){return di(this.text,e,t)}transformSpan(e,{stripSpaces:t=!1,hasParentParens:n=!1}={}){if(!t)return Pt(e);let{outerSpan:s,innerSpan:i,hasParens:a}=fi(e,this.text,n),o=Pt(i);return a&&(o.extra={parenthesized:!0,parenStart:s.start,parenEnd:s.end}),o}createNode(e,{stripSpaces:t=!0,hasParentParens:n=!1}={}){let{type:s,start:i,end:a}=e,o={...e,...this.transformSpan({start:i,end:a},{stripSpaces:t,hasParentParens:n})};switch(s){case"NumericLiteral":case"StringLiteral":{let l=this.text.slice(o.start,o.end),{value:h}=o;o.extra={...o.extra,raw:l,rawValue:h};break}case"ObjectProperty":{let{shorthand:l}=o;l&&(o.extra={...o.extra,shorthand:l});break}}return o}};function Ze(e){return!!e.extra?.parenthesized}function G(e){return Ze(e)?e.extra.parenStart:e.start}function X(e){return Ze(e)?e.extra.parenEnd:e.end}function Lt(e){return e.type==="TSNonNullExpression"&&!Ze(e)?Lt(e.expression):(e.type==="OptionalCallExpression"||e.type==="OptionalMemberExpression")&&!Ze(e)}function Zn(e,t){let{start:n,end:s}=e.sourceSpan;return n>=s||/^\s+$/.test(t.slice(n,s))}var ss=class extends _i{#i;#s;constructor(e,t){super(t),this.#i=e,this.#s=t}get node(){return this.#t(this.#i)}transformNode(e){return this.#r(e)}#e(e,{stripSpaces:t=!0,hasParentParens:n=!1}={}){return this.createNode(e,{stripSpaces:t,hasParentParens:n})}#n(e,t,{computed:n,optional:s,hasParentParens:i=!1}){let{receiver:a}=e;if(Zn(a,this.#s)||a.sourceSpan.start===t.start)return t;let o=this.#t(a),l=Lt(o);return this.#e({type:s||l?"OptionalMemberExpression":"MemberExpression",object:o,property:t,computed:n,...s?{optional:!0}:l?{optional:!1}:void 0,...e.sourceSpan},{hasParentParens:i})}#t(e,t){return this.#r(e,t)}#r(e,t){let{isInParentParens:n}={isInParentParens:!1,...t};if(e instanceof kt){let{expressions:s}=e;if(s.length!==1)throw new Error("Unexpected 'Interpolation'");return this.#t(s[0])}if(e instanceof U)return this.#e({type:"UnaryExpression",prefix:!0,argument:this.#t(e.expr),operator:e.operator,...e.sourceSpan},{hasParentParens:n});if(e instanceof x){let{left:s,operation:i,right:a}=e,o=this.#t(s),l=this.#t(a),h={left:o,right:l,start:G(o),end:X(l)};return i==="&&"||i==="||"||i==="??"?this.#e({...h,type:"LogicalExpression",operator:i},{hasParentParens:n}):x.isAssignmentOperation(i)?this.#e({...h,type:"AssignmentExpression",left:o,operator:i,...e.sourceSpan},{hasParentParens:n}):this.#e({...h,type:"BinaryExpression",operator:i},{hasParentParens:n})}if(e instanceof Te){let{exp:s,name:i,args:a}=e,o=this.#t(s),l=G(o),h=X(o),g=this.getCharacterIndex(/\S/,this.getCharacterIndex("|",h)+1),d=this.#e({type:"Identifier",name:i,start:g,end:g+i.length}),m=a.map(C=>this.#t(C));return this.#e({type:"NGPipeExpression",left:o,right:d,arguments:m,start:l,end:X(m.length===0?d:nt(0,m,-1))},{hasParentParens:n})}if(e instanceof _e)return this.#e({type:"NGChainedExpression",expressions:e.expressions.map(s=>this.#t(s)),...e.sourceSpan},{hasParentParens:n});if(e instanceof Ce){let{condition:s,trueExp:i,falseExp:a}=e,o=this.#t(s),l=this.#t(i),h=this.#t(a);return this.#e({type:"ConditionalExpression",test:o,consequent:l,alternate:h,start:G(o),end:X(h)},{hasParentParens:n})}if(e instanceof T)return this.#e({type:"NGEmptyExpression",...e.sourceSpan},{hasParentParens:n});if(e instanceof W)return this.#e({type:"ThisExpression",...e.sourceSpan},{hasParentParens:n});if(e instanceof ke)return this.#e({type:"ArrayExpression",elements:e.expressions.map(s=>this.#t(s)),...e.sourceSpan},{hasParentParens:n});if(e instanceof be){let{keys:s,values:i}=e,a=i.map(l=>this.#t(l)),o=s.map(({key:l,quoted:h},g)=>{let d=a[g],m=G(d),C=X(d),b=this.getCharacterIndex(/\S/,g===0?e.sourceSpan.start+1:this.getCharacterIndex(",",X(a[g-1]))+1),$={start:b,end:m===b?C:this.getCharacterLastIndex(/\S/,this.getCharacterLastIndex(":",m-1)-1)+1},S=h?this.#e({type:"StringLiteral",value:l,...$}):this.#e({type:"Identifier",name:l,...$}),A=S.end<S.start||b===m;return this.#e({type:"ObjectProperty",key:S,value:d,shorthand:A,computed:!1,start:G(S),end:C})});return this.#e({type:"ObjectExpression",properties:o,...e.sourceSpan},{hasParentParens:n})}if(e instanceof y){let{value:s}=e;switch(typeof s){case"boolean":return this.#e({type:"BooleanLiteral",value:s,...e.sourceSpan},{hasParentParens:n});case"number":return this.#e({type:"NumericLiteral",value:s,...e.sourceSpan},{hasParentParens:n});case"object":return this.#e({type:"NullLiteral",...e.sourceSpan},{hasParentParens:n});case"string":return this.#e({type:"StringLiteral",value:s,...e.sourceSpan},{hasParentParens:n});case"undefined":return this.#e({type:"Identifier",name:"undefined",...e.sourceSpan},{hasParentParens:n});default:throw new Error(`Unexpected LiteralPrimitive value type ${typeof s}`)}}if(e instanceof Ie||e instanceof ie){let s=e instanceof ie,{receiver:i,args:a}=e,o=a.length===1?[this.#t(a[0],{isInParentParens:!0})]:a.map(d=>this.#t(d)),l=this.#t(i),h=Lt(l),g=s||h?"OptionalCallExpression":"CallExpression";return this.#e({type:g,callee:l,arguments:o,...g==="OptionalCallExpression"?{optional:s}:void 0,start:G(l),end:e.sourceSpan.end},{hasParentParens:n})}if(e instanceof Ae){let s=this.#t(e.expression);return this.#e({type:"TSNonNullExpression",expression:s,start:G(s),end:e.sourceSpan.end},{hasParentParens:n})}if(e instanceof q||e instanceof j||e instanceof z){let s=e instanceof q?"!":e instanceof j?"typeof":e instanceof z?"void":void 0;if(!s)throw new Error("Unexpected expression.");let{start:i}=e.sourceSpan;if(s==="typeof"||s==="void"){let o=this.text.lastIndexOf(s,i);if(o===-1)throw new Error(`Cannot find operator '${s}' from index ${i} in ${JSON.stringify(this.text)}`);i=o}let a=this.#t(e.expression);return this.#e({type:"UnaryExpression",prefix:!0,operator:s,argument:a,start:i,end:X(a)},{hasParentParens:n})}if(e instanceof ne||e instanceof se)return this.#n(e,this.#t(e.key),{computed:!0,optional:e instanceof se,hasParentParens:n});if(e instanceof V||e instanceof te){let{receiver:s,name:i}=e,a=this.#e({type:"Identifier",name:i,...e.nameSpan},Zn(s,this.#s)?{hasParentParens:n}:{});return this.#n(e,a,{computed:!1,optional:e instanceof te,hasParentParens:n})}if(e instanceof re)return this.#e({type:"TaggedTemplateExpression",tag:this.#t(e.tag),quasi:this.#t(e.template),...e.sourceSpan});if(e instanceof ae){let{elements:s,expressions:i}=e;return this.#e({type:"TemplateLiteral",quasis:s.map(a=>this.#t(a,{parent:e})),expressions:i.map(a=>this.#t(a)),...e.sourceSpan})}if(e instanceof oe){let{elements:s}=t.parent,i=s.indexOf(e),a=i===0,o=i===s.length-1,l=e.sourceSpan.end-(o?1:0),h=e.sourceSpan.start+(a?1:0),g=this.text.slice(h,l);return this.#e({type:"TemplateElement",value:{cooked:e.text,raw:g},start:h,end:l,tail:o},{stripSpaces:!1})}if(e instanceof Ne)return this.#r(e.expression);throw new Error(`Unexpected node type '${e.constructor.name}'`)}};function Ci(e,t){return new ss(e,t).node}function es(e){return e instanceof Pe}function ts(e){return e instanceof le}var Ti=class extends ss{#i;#s;constructor(e,t){super(void 0,t),this.#i=e,this.#s=t;for(let n of e)this.#o(n)}get expressions(){return this.#c()}get#e(){return this.#i[0].key}#n(e,{stripSpaces:t=!0}={}){return this.createNode(e,{stripSpaces:t})}#t(e){return this.transformNode(e)}#r(e){return gi(e.slice(this.#e.source.length))}#a(e){let t=this.#s;if(t[e.start]!=='"'&&t[e.start]!=="'")return;let n=t[e.start],s=!1;for(let i=e.start+1;i<t.length;i++)switch(t[i]){case n:if(!s){e.end=i+1;return}default:s=!1;break;case"\\":s=!s;break}}#o(e){this.#a(e.key.span),ts(e)&&e.value&&this.#a(e.value.span)}#l(e){if(!e.value||e.value.source)return e.value;let t=this.getCharacterIndex(/\S/,e.sourceSpan.start);return{source:"$implicit",span:{start:t,end:t}}}#c(){let e=this.#i,[t]=e,n=this.#s.slice(t.sourceSpan.start,t.sourceSpan.end).trim().length===0?e.slice(1):e,s=[],i=null;for(let[a,o]of n.entries()){if(i&&es(i)&&ts(o)&&o.value&&o.value.source===i.key.source){let l=this.#n({type:"NGMicrosyntaxKey",name:o.key.source,...o.key.span}),h=(m,C)=>({...m,...this.transformSpan({start:m.start,end:C})}),g=m=>({...h(m,l.end),alias:l}),d=s.pop();if(d.type==="NGMicrosyntaxExpression")s.push(g(d));else if(d.type==="NGMicrosyntaxKeyedExpression"){let m=g(d.expression);s.push(h({...d,expression:m},m.end))}else throw new Error(`Unexpected type ${d.type}`)}else s.push(this.#u(o,a));i=o}return this.#n({type:"NGMicrosyntax",body:s,...s.length===0?e[0].sourceSpan:{start:s[0].start,end:nt(0,s,-1).end}})}#u(e,t){if(es(e)){let{key:n,value:s}=e;return s?t===0?this.#n({type:"NGMicrosyntaxExpression",expression:this.#t(s.ast),alias:null,...s.sourceSpan}):this.#n({type:"NGMicrosyntaxKeyedExpression",key:this.#n({type:"NGMicrosyntaxKey",name:this.#r(n.source),...n.span}),expression:this.#n({type:"NGMicrosyntaxExpression",expression:this.#t(s.ast),alias:null,...s.sourceSpan}),start:n.span.start,end:s.sourceSpan.end}):this.#n({type:"NGMicrosyntaxKey",name:this.#r(n.source),...n.span})}else{let{key:n,sourceSpan:s}=e;if(/^let\s$/.test(this.#s.slice(s.start,s.start+4))){let{value:i}=e;return this.#n({type:"NGMicrosyntaxLet",key:this.#n({type:"NGMicrosyntaxKey",name:n.source,...n.span}),value:i?this.#n({type:"NGMicrosyntaxKey",name:i.source,...i.span}):null,start:s.start,end:i?i.span.end:n.span.end})}else{let i=this.#l(e);return this.#n({type:"NGMicrosyntaxAs",key:this.#n({type:"NGMicrosyntaxKey",name:i.source,...i.span}),alias:this.#n({type:"NGMicrosyntaxKey",name:n.source,...n.span}),start:i.span.start,end:n.span.end})}}}};function ki(e,t){return new Ti(e,t).expressions}function Mt({result:{ast:e},text:t,comments:n}){return Object.assign(Ci(e,t),{comments:n})}function bi({result:{templateBindings:e},text:t}){return ki(e,t)}var is=e=>Mt(Si(e));var rs=e=>Mt(Ei(e)),$t=e=>Mt(xi(e)),as=e=>bi(yi(e));function Rt(e){let t=e.range?.[0]??e.start,n=(e.declaration?.decorators??e.decorators)?.[0];return n?Math.min(Rt(n),t):t}function os(e){return e.range?.[1]??e.end}function et(e){return{astFormat:"estree",parse(t){let n=e(t),{comments:s}=n;return delete n.comments,e===$t&&n.type!=="NGChainedExpression"&&(n={...n,type:"NGChainedExpression",expressions:[n]}),{type:"NGRoot",node:n,comments:s}},locStart:Rt,locEnd:os}}var Ai=et($t),Ii=et(is),Ni=et(rs),Pi=et(as);return fs(Li);});
|