@angular/language-service 7.2.10 → 7.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.10
2
+ * @license Angular v7.2.14
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4926,7 +4926,7 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
4926
4926
  }
4927
4927
  }
4928
4928
  }
4929
- var INTERPOLATION_BLACKLIST_REGEXPS = [
4929
+ var UNUSABLE_INTERPOLATION_REGEXPS = [
4930
4930
  /^\s*$/,
4931
4931
  /[<>]/,
4932
4932
  /^[{}]$/,
@@ -4940,8 +4940,8 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
4940
4940
  else if (value != null) {
4941
4941
  var start_1 = value[0];
4942
4942
  var end_1 = value[1];
4943
- // black list checking
4944
- INTERPOLATION_BLACKLIST_REGEXPS.forEach(function (regexp) {
4943
+ // Check for unusable interpolation symbols
4944
+ UNUSABLE_INTERPOLATION_REGEXPS.forEach(function (regexp) {
4945
4945
  if (regexp.test(start_1) || regexp.test(end_1)) {
4946
4946
  throw new Error("['" + start_1 + "', '" + end_1 + "'] contains unusable interpolation symbol.");
4947
4947
  }
@@ -11648,9 +11648,9 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
11648
11648
  * Tag and property name are statically known and cannot change at runtime, i.e. it is not
11649
11649
  * possible to bind a value into a changing attribute or tag name.
11650
11650
  *
11651
- * The filtering is white list based. All attributes in the schema above are assumed to have the
11652
- * 'NONE' security context, i.e. that they are safe inert string values. Only specific well known
11653
- * attack vectors are assigned their appropriate context.
11651
+ * The filtering is based on a list of allowed tags|attributes. All attributes in the schema
11652
+ * above are assumed to have the 'NONE' security context, i.e. that they are safe inert
11653
+ * string values. Only specific well known attack vectors are assigned their appropriate context.
11654
11654
  */
11655
11655
  DomElementSchemaRegistry.prototype.securityContext = function (tagName, propName, isAttribute) {
11656
11656
  if (isAttribute) {
@@ -15441,7 +15441,7 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
15441
15441
  * Use of this source code is governed by an MIT-style license that can be
15442
15442
  * found in the LICENSE file at https://angular.io/license
15443
15443
  */
15444
- var VERSION$1 = new Version('7.2.10');
15444
+ var VERSION$1 = new Version('7.2.14');
15445
15445
 
15446
15446
  /**
15447
15447
  * @license
@@ -28724,6 +28724,7 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
28724
28724
  * Use the `CheckOnce` strategy, meaning that automatic change detection is deactivated
28725
28725
  * until reactivated by setting the strategy to `Default` (`CheckAlways`).
28726
28726
  * Change detection can still be explicitly invoked.
28727
+ * This strategy applies to all child directives and cannot be overridden.
28727
28728
  */
28728
28729
  ChangeDetectionStrategy[ChangeDetectionStrategy["OnPush"] = 0] = "OnPush";
28729
28730
  /**
@@ -33859,7 +33860,7 @@ define(['exports', 'fs', 'path', 'typescript'], function (exports, fs, path, ts)
33859
33860
  /**
33860
33861
  * @publicApi
33861
33862
  */
33862
- var VERSION$2 = new Version$1('7.2.10');
33863
+ var VERSION$2 = new Version$1('7.2.14');
33863
33864
 
33864
33865
  /**
33865
33866
  * @license
@@ -46032,7 +46033,7 @@ ${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\n ')}` : '';
46032
46033
  * Use of this source code is governed by an MIT-style license that can be
46033
46034
  * found in the LICENSE file at https://angular.io/license
46034
46035
  */
46035
- var VERSION$3 = new Version$1('7.2.10');
46036
+ var VERSION$3 = new Version$1('7.2.14');
46036
46037
 
46037
46038
  /**
46038
46039
  * @license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.10
2
+ * @license Angular v7.2.14
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -356,7 +356,7 @@ function Ku(e,t){e.i18n=t}var zu=function(){function e(e,t){void 0===e&&(e=Zr),v
356
356
  *
357
357
  * Use of this source code is governed by an MIT-style license that can be
358
358
  * found in the LICENSE file at https://angular.io/license
359
- */var _c=function(){function e(){this.R3ResolvedDependencyType=Fr,this.elementSchemaRegistry=new za}return e.prototype.compilePipe=function(e,t,n){var r=function i(e){var t=[];t.push({key:"name",value:yt(e.pipeName),quoted:!1}),t.push({key:"type",value:e.type,quoted:!1});var n=Vr({name:e.name,type:e.type,deps:e.deps,injectFn:yn.directiveInject});return t.push({key:"factory",value:n.factory,quoted:!1}),t.push({key:"pure",value:yt(e.pure),quoted:!1}),{expression:pt(yn.definePipe).callFn([dt(t)]),type:new le(pt(yn.PipeDefWithMeta,[new le(e.type),new le(new Me(e.pipeName))])),statements:n.statements}}({name:n.name,type:new Se(n.type),deps:Pc(n.deps),pipeName:n.pipeName,pure:n.pure});return vi(r.expression,e,t,r.statements)},e.prototype.compileInjectable=function(e,t,n){var r=function o(e){var t=null,n={name:e.name,type:e.type,deps:e.ctorDeps,injectFn:Gt.inject};if(void 0!==e.useClass){var r=e.useClass.isEquivalent(e.type),i=e.userDeps||r&&e.ctorDeps||void 0;t=Vr(a({},n,void 0!==i?{delegate:e.useClass,delegateDeps:i,delegateType:Lr.Class}:{delegate:e.useClass,delegateType:Lr.Factory}))}else t=Vr(void 0!==e.useFactory?a({},n,{delegate:e.useFactory,delegateDeps:e.userDeps||[],delegateType:Lr.Function}):void 0!==e.useValue?a({},n,{expression:e.useValue}):void 0!==e.useExisting?a({},n,{expression:pt(Gt.inject).callFn([e.useExisting])}):n);var o=e.type,s=e.providedIn;return{expression:pt(Gt.defineInjectable).callFn([qr({token:o,factory:t.factory,providedIn:s})]),type:new le(pt(Gt.InjectableDef,[Ur(e.type,e.typeArgumentCount)])),statements:t.statements}}({name:n.name,type:new Se(n.type),typeArgumentCount:n.typeArgumentCount,providedIn:function i(e){return null==e||"string"==typeof e?new Me(e):new Se(e)}(n.providedIn),useClass:Ac(n,bc),useFactory:Ac(n,xc),useValue:Ac(n,wc),useExisting:Ac(n,Ec),ctorDeps:Pc(n.ctorDeps),userDeps:Pc(n.userDeps)||void 0});return vi(r.expression,e,t,r.statements)},e.prototype.compileInjector=function(e,t,n){var r=function i(e){var t=Vr({name:e.name,type:e.type,deps:e.deps,injectFn:yn.inject});return{expression:pt(yn.defineInjector).callFn([qr({factory:t.factory,providers:e.providers,imports:e.imports})]),type:new le(pt(yn.InjectorDef,[new le(e.type)])),statements:t.statements}}({name:n.name,type:new Se(n.type),deps:Pc(n.deps),providers:new Se(n.providers),imports:new Se(n.imports)});return vi(r.expression,e,t,r.statements)},e.prototype.compileNgModule=function(e,t,n){return vi(function r(e){var t=e.type,n=e.bootstrap,r=e.declarations,i=e.imports,o=e.exports;return{expression:pt(yn.defineNgModule).callFn([qr({type:t,bootstrap:ft(n.map(function(e){return e.value})),declarations:ft(r.map(function(e){return e.value})),imports:ft(i.map(function(e){return e.value})),exports:ft(o.map(function(e){return e.value}))})]),type:new le(pt(yn.NgModuleDefWithMeta,[new le(t),mi(r),mi(i),mi(o)])),additionalStatements:[]}}({type:new Se(n.type),bootstrap:n.bootstrap.map(Sc),declarations:n.declarations.map(Sc),imports:n.imports.map(Sc),exports:n.exports.map(Sc),emitInline:!0}).expression,e,t,[])},e.prototype.compileDirective=function(e,t,n){var r=new Ut,i=ic(),o=function s(e,t,n){var r=cc(e,t,n),i=r.definitionMap,o=r.statements;lc(i,e);var s=pt(yn.defineDirective).callFn([i.toLiteralMap()]);return(e.selector||"").replace(/\n/g,""),{expression:s,type:dc(e,yn.DirectiveDefWithMeta),statements:o}}(Tc(n),r,i),a=f(r.statements,o.statements);return vi(o.expression,e,t,a)},e.prototype.compileComponent=function(e,t,n){var r=new Ut,i=n.interpolation?Yr.fromArray(n.interpolation):Zr,o=function s(e,t,n){void 0===n&&(n={});var r=n.interpolationConfig,i=n.preserveWhitespaces,o=ic(r),s=(new Pa).parse(e,t,a({},n,{tokenizeExpansionForms:!0}));if(s.errors&&s.errors.length>0)return{errors:s.errors,nodes:[]};var u=s.rootNodes;u=sa(new zu(r,!i),u),i||(u=sa(new La,u),u=sa(new zu(r,!1),u));var c=function l(e,t){var n=new Nu(t),r=sa(n,e),i=t.errors.concat(n.errors),o=i.filter(function(e){return e.level===Yo.ERROR});if(o.length>0)throw Nt("Template parse errors:\n"+o.join("\n"),o);return{nodes:r,errors:i}}(u,o),p=c.errors;return p&&p.length>0?{errors:p,nodes:[]}:{nodes:c.nodes}}(n.template,t,{preserveWhitespaces:n.preserveWhitespaces,interpolationConfig:i});if(void 0!==o.errors){var u=o.errors.map(function(e){return e.toString()}).join(", ");throw new Error("Errors during JIT compilation of template for "+n.name+": "+u)}var c=function l(e,t,n){var r,i,o=cc(e,t,n),s=o.definitionMap,a=o.statements;lc(s,e);var u=e.selector&&P.parse(e.selector),c=u&&u[0];if(c){var l=c.getAttrs();l.length&&s.set("attrs",t.getConstLiteral(ft(l.map(function(e){return yt(null!=e?e:void 0)})),!0))}var h=null;if(e.directives.length>0){var f=new k;try{for(var d=p(e.directives),v=d.next();!v.done;v=d.next()){var m=v.value,y=m.expression;f.addSelectables(P.parse(m.selector),y)}}catch(e){r={error:e}}finally{try{v&&!v.done&&(i=d.return)&&i.call(d)}finally{if(r)throw r.error}}h=f}e.viewQueries.length&&s.set("viewQuery",function g(e,t){for(var n=[],r=[],i=kr(r,Ar),o=0;o<e.viewQueries.length;o++){var s=e.viewQueries[o],a=pc(s,t,o);n.push(a.toStmt());var u=i(),c=pt(yn.load).callFn([yt(o)]),l=pt(yn.queryRefresh).callFn([u.set(c)]),p=lt(Nr).prop(s.propertyName).set(s.first?u.prop("first"):u);r.push(l.and(p).toStmt())}var h=e.name?e.name+"_Query":null;return vt([new je(Pr,ve),new je(Nr,null)],[Gu(1,n),Gu(2,r)],fe,null,h)}(e,t));var _=e.name,b=_?_+"_Template":null,x=new Set,w=new Set,E=e.changeDetection,S=e.template,C=new $u(t,nc.ROOT_SCOPE,0,_,null,null,b,e.viewQueries,h,x,e.pipes,w,yn.namespaceHTML,e.relativeContextFilePath,e.i18nUseExternalIds),N=C.buildTemplateFunction(S.nodes,[]);if(s.set("consts",yt(C.getConstCount())),s.set("vars",yt(C.getVarCount())),s.set("template",N),x.size){var I=ft(Array.from(x));e.wrapDirectivesAndPipesInClosure&&(I=vt([],[new Je(I)])),s.set("directives",I)}if(w.size){var M=ft(Array.from(w));e.wrapDirectivesAndPipesInClosure&&(M=vt([],[new Je(M)])),s.set("pipes",M)}if(null===e.encapsulation&&(e.encapsulation=T.Emulated),e.styles&&e.styles.length){var O=(e.encapsulation==T.Emulated?function D(e,t,n){var r=new ns;return e.map(function(e){return r.shimCssText(e,t,n)})}(e.styles,"_ngcontent-%COMP%","_nghost-%COMP%"):e.styles).map(function(e){return yt(e)});s.set("styles",ft(O))}else e.encapsulation===T.Emulated&&(e.encapsulation=T.None);return e.encapsulation!==T.Emulated&&s.set("encapsulation",yt(e.encapsulation)),null!==e.animations&&s.set("data",dt([{key:"animation",value:e.animations,quoted:!1}])),null!=E&&E!==A.Default&&s.set("changeDetection",yt(E)),(e.selector||"").replace(/\n/g,""),{expression:pt(yn.defineComponent).callFn([s.toLiteralMap()]),type:dc(e,yn.ComponentDefWithMeta),statements:a}}(a({},n,Tc(n),{selector:n.selector||this.elementSchemaRegistry.getDefaultComponentElementName(),template:o,viewQueries:n.viewQueries.map(Cc),wrapDirectivesAndPipesInClosure:!1,styles:n.styles||[],encapsulation:n.encapsulation,interpolation:i,changeDetection:n.changeDetection,animations:null!=n.animations?new Se(n.animations):null,viewProviders:null!=n.viewProviders?new Se(n.viewProviders):null,relativeContextFilePath:"",i18nUseExternalIds:!0}),r,ic(i)),h=f(r.statements,c.statements);return vi(c.expression,e,t,h)},e}(),bc=Object.keys({useClass:null})[0],xc=Object.keys({useFactory:null})[0],wc=Object.keys({useValue:null})[0],Ec=Object.keys({useExisting:null})[0],Sc=function(e){var t=new Se(e);return{value:t,type:t}};function Cc(e){return a({},e,{predicate:Array.isArray(e.predicate)?e.predicate:new Se(e.predicate),read:e.read?new Se(e.read):null})}function Tc(e){var t=kc(e.inputs||[]),n=kc(e.outputs||[]),r=e.propMetadata,i={},o={},s=function(e){r.hasOwnProperty(e)&&r[e].forEach(function(t){!function n(e){return"Input"===e.ngMetadataName}(t)?function r(e){return"Output"===e.ngMetadataName}(t)&&(o[e]=t.bindingPropertyName||e):i[e]=t.bindingPropertyName?[t.bindingPropertyName,e]:e})};for(var u in r)s(u);return a({},e,{typeSourceSpan:null,type:new Se(e.type),deps:Pc(e.deps),host:function c(e,t){var n=function r(e){var t={},n={},r={};return Object.keys(e).forEach(function(i){var o=e[i],s=i.match(yc);null===s?t[i]=o:null!=s[1]?r[s[1]]=o:null!=s[2]&&(n[s[2]]=o)}),{attributes:t,listeners:n,properties:r}}(e||{}),i=n.attributes,o=n.listeners,s=n.properties,a=function(e){t.hasOwnProperty(e)&&t[e].forEach(function(t){!function n(e){return"HostBinding"===e.ngMetadataName}(t)?function r(e){return"HostListener"===e.ngMetadataName}(t)&&(o[t.eventName||e]=e+"("+(t.args||[]).join(",")+")"):s[t.hostPropertyName||e]=e})};for(var u in t)a(u);return{attributes:i,listeners:o,properties:s}}(e.host,e.propMetadata),inputs:a({},t,i),outputs:a({},n,o),queries:e.queries.map(Cc),providers:null!=e.providers?new Se(e.providers):null})}function Ac(e,t){return e.hasOwnProperty(t)?new Se(e[t]):void 0}function Nc(e){return{token:null===e.token?new Me(null):e.resolved===Fr.Attribute?new Me(e.token):new Se(e.token),resolved:e.resolved,host:e.host,optional:e.optional,self:e.self,skipSelf:e.skipSelf}}function Pc(e){return null==e?null:e.map(Nc)}function kc(e){return e.reduce(function(e,t){var n=h(t.split(",").map(function(e){return e.trim()}),2),r=n[0];return e[r]=n[1]||r,e},{})}new Ft("7.2.10");
359
+ */var _c=function(){function e(){this.R3ResolvedDependencyType=Fr,this.elementSchemaRegistry=new za}return e.prototype.compilePipe=function(e,t,n){var r=function i(e){var t=[];t.push({key:"name",value:yt(e.pipeName),quoted:!1}),t.push({key:"type",value:e.type,quoted:!1});var n=Vr({name:e.name,type:e.type,deps:e.deps,injectFn:yn.directiveInject});return t.push({key:"factory",value:n.factory,quoted:!1}),t.push({key:"pure",value:yt(e.pure),quoted:!1}),{expression:pt(yn.definePipe).callFn([dt(t)]),type:new le(pt(yn.PipeDefWithMeta,[new le(e.type),new le(new Me(e.pipeName))])),statements:n.statements}}({name:n.name,type:new Se(n.type),deps:Pc(n.deps),pipeName:n.pipeName,pure:n.pure});return vi(r.expression,e,t,r.statements)},e.prototype.compileInjectable=function(e,t,n){var r=function o(e){var t=null,n={name:e.name,type:e.type,deps:e.ctorDeps,injectFn:Gt.inject};if(void 0!==e.useClass){var r=e.useClass.isEquivalent(e.type),i=e.userDeps||r&&e.ctorDeps||void 0;t=Vr(a({},n,void 0!==i?{delegate:e.useClass,delegateDeps:i,delegateType:Lr.Class}:{delegate:e.useClass,delegateType:Lr.Factory}))}else t=Vr(void 0!==e.useFactory?a({},n,{delegate:e.useFactory,delegateDeps:e.userDeps||[],delegateType:Lr.Function}):void 0!==e.useValue?a({},n,{expression:e.useValue}):void 0!==e.useExisting?a({},n,{expression:pt(Gt.inject).callFn([e.useExisting])}):n);var o=e.type,s=e.providedIn;return{expression:pt(Gt.defineInjectable).callFn([qr({token:o,factory:t.factory,providedIn:s})]),type:new le(pt(Gt.InjectableDef,[Ur(e.type,e.typeArgumentCount)])),statements:t.statements}}({name:n.name,type:new Se(n.type),typeArgumentCount:n.typeArgumentCount,providedIn:function i(e){return null==e||"string"==typeof e?new Me(e):new Se(e)}(n.providedIn),useClass:Ac(n,bc),useFactory:Ac(n,xc),useValue:Ac(n,wc),useExisting:Ac(n,Ec),ctorDeps:Pc(n.ctorDeps),userDeps:Pc(n.userDeps)||void 0});return vi(r.expression,e,t,r.statements)},e.prototype.compileInjector=function(e,t,n){var r=function i(e){var t=Vr({name:e.name,type:e.type,deps:e.deps,injectFn:yn.inject});return{expression:pt(yn.defineInjector).callFn([qr({factory:t.factory,providers:e.providers,imports:e.imports})]),type:new le(pt(yn.InjectorDef,[new le(e.type)])),statements:t.statements}}({name:n.name,type:new Se(n.type),deps:Pc(n.deps),providers:new Se(n.providers),imports:new Se(n.imports)});return vi(r.expression,e,t,r.statements)},e.prototype.compileNgModule=function(e,t,n){return vi(function r(e){var t=e.type,n=e.bootstrap,r=e.declarations,i=e.imports,o=e.exports;return{expression:pt(yn.defineNgModule).callFn([qr({type:t,bootstrap:ft(n.map(function(e){return e.value})),declarations:ft(r.map(function(e){return e.value})),imports:ft(i.map(function(e){return e.value})),exports:ft(o.map(function(e){return e.value}))})]),type:new le(pt(yn.NgModuleDefWithMeta,[new le(t),mi(r),mi(i),mi(o)])),additionalStatements:[]}}({type:new Se(n.type),bootstrap:n.bootstrap.map(Sc),declarations:n.declarations.map(Sc),imports:n.imports.map(Sc),exports:n.exports.map(Sc),emitInline:!0}).expression,e,t,[])},e.prototype.compileDirective=function(e,t,n){var r=new Ut,i=ic(),o=function s(e,t,n){var r=cc(e,t,n),i=r.definitionMap,o=r.statements;lc(i,e);var s=pt(yn.defineDirective).callFn([i.toLiteralMap()]);return(e.selector||"").replace(/\n/g,""),{expression:s,type:dc(e,yn.DirectiveDefWithMeta),statements:o}}(Tc(n),r,i),a=f(r.statements,o.statements);return vi(o.expression,e,t,a)},e.prototype.compileComponent=function(e,t,n){var r=new Ut,i=n.interpolation?Yr.fromArray(n.interpolation):Zr,o=function s(e,t,n){void 0===n&&(n={});var r=n.interpolationConfig,i=n.preserveWhitespaces,o=ic(r),s=(new Pa).parse(e,t,a({},n,{tokenizeExpansionForms:!0}));if(s.errors&&s.errors.length>0)return{errors:s.errors,nodes:[]};var u=s.rootNodes;u=sa(new zu(r,!i),u),i||(u=sa(new La,u),u=sa(new zu(r,!1),u));var c=function l(e,t){var n=new Nu(t),r=sa(n,e),i=t.errors.concat(n.errors),o=i.filter(function(e){return e.level===Yo.ERROR});if(o.length>0)throw Nt("Template parse errors:\n"+o.join("\n"),o);return{nodes:r,errors:i}}(u,o),p=c.errors;return p&&p.length>0?{errors:p,nodes:[]}:{nodes:c.nodes}}(n.template,t,{preserveWhitespaces:n.preserveWhitespaces,interpolationConfig:i});if(void 0!==o.errors){var u=o.errors.map(function(e){return e.toString()}).join(", ");throw new Error("Errors during JIT compilation of template for "+n.name+": "+u)}var c=function l(e,t,n){var r,i,o=cc(e,t,n),s=o.definitionMap,a=o.statements;lc(s,e);var u=e.selector&&P.parse(e.selector),c=u&&u[0];if(c){var l=c.getAttrs();l.length&&s.set("attrs",t.getConstLiteral(ft(l.map(function(e){return yt(null!=e?e:void 0)})),!0))}var h=null;if(e.directives.length>0){var f=new k;try{for(var d=p(e.directives),v=d.next();!v.done;v=d.next()){var m=v.value,y=m.expression;f.addSelectables(P.parse(m.selector),y)}}catch(e){r={error:e}}finally{try{v&&!v.done&&(i=d.return)&&i.call(d)}finally{if(r)throw r.error}}h=f}e.viewQueries.length&&s.set("viewQuery",function g(e,t){for(var n=[],r=[],i=kr(r,Ar),o=0;o<e.viewQueries.length;o++){var s=e.viewQueries[o],a=pc(s,t,o);n.push(a.toStmt());var u=i(),c=pt(yn.load).callFn([yt(o)]),l=pt(yn.queryRefresh).callFn([u.set(c)]),p=lt(Nr).prop(s.propertyName).set(s.first?u.prop("first"):u);r.push(l.and(p).toStmt())}var h=e.name?e.name+"_Query":null;return vt([new je(Pr,ve),new je(Nr,null)],[Gu(1,n),Gu(2,r)],fe,null,h)}(e,t));var _=e.name,b=_?_+"_Template":null,x=new Set,w=new Set,E=e.changeDetection,S=e.template,C=new $u(t,nc.ROOT_SCOPE,0,_,null,null,b,e.viewQueries,h,x,e.pipes,w,yn.namespaceHTML,e.relativeContextFilePath,e.i18nUseExternalIds),N=C.buildTemplateFunction(S.nodes,[]);if(s.set("consts",yt(C.getConstCount())),s.set("vars",yt(C.getVarCount())),s.set("template",N),x.size){var I=ft(Array.from(x));e.wrapDirectivesAndPipesInClosure&&(I=vt([],[new Je(I)])),s.set("directives",I)}if(w.size){var M=ft(Array.from(w));e.wrapDirectivesAndPipesInClosure&&(M=vt([],[new Je(M)])),s.set("pipes",M)}if(null===e.encapsulation&&(e.encapsulation=T.Emulated),e.styles&&e.styles.length){var O=(e.encapsulation==T.Emulated?function D(e,t,n){var r=new ns;return e.map(function(e){return r.shimCssText(e,t,n)})}(e.styles,"_ngcontent-%COMP%","_nghost-%COMP%"):e.styles).map(function(e){return yt(e)});s.set("styles",ft(O))}else e.encapsulation===T.Emulated&&(e.encapsulation=T.None);return e.encapsulation!==T.Emulated&&s.set("encapsulation",yt(e.encapsulation)),null!==e.animations&&s.set("data",dt([{key:"animation",value:e.animations,quoted:!1}])),null!=E&&E!==A.Default&&s.set("changeDetection",yt(E)),(e.selector||"").replace(/\n/g,""),{expression:pt(yn.defineComponent).callFn([s.toLiteralMap()]),type:dc(e,yn.ComponentDefWithMeta),statements:a}}(a({},n,Tc(n),{selector:n.selector||this.elementSchemaRegistry.getDefaultComponentElementName(),template:o,viewQueries:n.viewQueries.map(Cc),wrapDirectivesAndPipesInClosure:!1,styles:n.styles||[],encapsulation:n.encapsulation,interpolation:i,changeDetection:n.changeDetection,animations:null!=n.animations?new Se(n.animations):null,viewProviders:null!=n.viewProviders?new Se(n.viewProviders):null,relativeContextFilePath:"",i18nUseExternalIds:!0}),r,ic(i)),h=f(r.statements,c.statements);return vi(c.expression,e,t,h)},e}(),bc=Object.keys({useClass:null})[0],xc=Object.keys({useFactory:null})[0],wc=Object.keys({useValue:null})[0],Ec=Object.keys({useExisting:null})[0],Sc=function(e){var t=new Se(e);return{value:t,type:t}};function Cc(e){return a({},e,{predicate:Array.isArray(e.predicate)?e.predicate:new Se(e.predicate),read:e.read?new Se(e.read):null})}function Tc(e){var t=kc(e.inputs||[]),n=kc(e.outputs||[]),r=e.propMetadata,i={},o={},s=function(e){r.hasOwnProperty(e)&&r[e].forEach(function(t){!function n(e){return"Input"===e.ngMetadataName}(t)?function r(e){return"Output"===e.ngMetadataName}(t)&&(o[e]=t.bindingPropertyName||e):i[e]=t.bindingPropertyName?[t.bindingPropertyName,e]:e})};for(var u in r)s(u);return a({},e,{typeSourceSpan:null,type:new Se(e.type),deps:Pc(e.deps),host:function c(e,t){var n=function r(e){var t={},n={},r={};return Object.keys(e).forEach(function(i){var o=e[i],s=i.match(yc);null===s?t[i]=o:null!=s[1]?r[s[1]]=o:null!=s[2]&&(n[s[2]]=o)}),{attributes:t,listeners:n,properties:r}}(e||{}),i=n.attributes,o=n.listeners,s=n.properties,a=function(e){t.hasOwnProperty(e)&&t[e].forEach(function(t){!function n(e){return"HostBinding"===e.ngMetadataName}(t)?function r(e){return"HostListener"===e.ngMetadataName}(t)&&(o[t.eventName||e]=e+"("+(t.args||[]).join(",")+")"):s[t.hostPropertyName||e]=e})};for(var u in t)a(u);return{attributes:i,listeners:o,properties:s}}(e.host,e.propMetadata),inputs:a({},t,i),outputs:a({},n,o),queries:e.queries.map(Cc),providers:null!=e.providers?new Se(e.providers):null})}function Ac(e,t){return e.hasOwnProperty(t)?new Se(e[t]):void 0}function Nc(e){return{token:null===e.token?new Me(null):e.resolved===Fr.Attribute?new Me(e.token):new Se(e.token),resolved:e.resolved,host:e.host,optional:e.optional,self:e.self,skipSelf:e.skipSelf}}function Pc(e){return null==e?null:e.map(Nc)}function kc(e){return e.reduce(function(e,t){var n=h(t.split(",").map(function(e){return e.trim()}),2),r=n[0];return e[r]=n[1]||r,e},{})}new Ft("7.2.14");
360
360
  /**
361
361
  * @license
362
362
  * Copyright Google Inc. All Rights Reserved.
@@ -1109,7 +1109,7 @@ throw function t(e){var t=Error("No component factory found for "+Sd(e)+". Did y
1109
1109
  * Use of this source code is governed by an MIT-style license that can be
1110
1110
  * found in the LICENSE file at https://angular.io/license
1111
1111
  */
1112
- var $y,Xy=function(){function e(e){this.nativeElement=e}return e.__NG_ELEMENT_ID__=function(){return Yy(e)},e}(),Yy=oy,Zy=function Zy(){},Jy=(new ud("Renderer2Interceptor"),function Jy(){});!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}($y||($y={}));var eg,tg=function(){function e(){}return e.__NG_ELEMENT_ID__=function(){return ng()},e}(),ng=oy;!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"}(eg||(eg={}));var rg=function rg(){},ig=function Ft(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")},og=new ig("7.2.10"),sg=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return o(t,e),t.prototype.resolveComponentFactory=function(e){var t=
1112
+ var $y,Xy=function(){function e(e){this.nativeElement=e}return e.__NG_ELEMENT_ID__=function(){return Yy(e)},e}(),Yy=oy,Zy=function Zy(){},Jy=(new ud("Renderer2Interceptor"),function Jy(){});!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}($y||($y={}));var eg,tg=function(){function e(){}return e.__NG_ELEMENT_ID__=function(){return ng()},e}(),ng=oy;!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"}(eg||(eg={}));var rg=function rg(){},ig=function Ft(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")},og=new ig("7.2.14"),sg=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return o(t,e),t.prototype.resolveComponentFactory=function(e){var t=
1113
1113
  /**
1114
1114
  * @license
1115
1115
  * Copyright Google Inc. All Rights Reserved.
@@ -1644,7 +1644,7 @@ function r(e){var t=Array.from(e.providers),n=Array.from(e.modules),r={};for(var
1644
1644
  *
1645
1645
  * Use of this source code is governed by an MIT-style license that can be
1646
1646
  * found in the LICENSE file at https://angular.io/license
1647
- */function eC(e){return{start:e.getStart(),end:e.getEnd()}}var tC=new WeakMap,nC=new ig("7.2.10");
1647
+ */function eC(e){return{start:e.getStart(),end:e.getEnd()}}var tC=new WeakMap,nC=new ig("7.2.14");
1648
1648
  /**
1649
1649
  * @license
1650
1650
  * Copyright Google Inc. All Rights Reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "7.2.10",
3
+ "version": "7.2.14",
4
4
  "description": "Angular - language services",
5
5
  "main": "./bundles/language-service.umd.js",
6
6
  "module": "./fesm5/language-service.js",
package/src/version.js CHANGED
@@ -22,6 +22,6 @@
22
22
  * Entry point for all public APIs of the common package.
23
23
  */
24
24
  var core_1 = require("@angular/core");
25
- exports.VERSION = new core_1.Version('7.2.10');
25
+ exports.VERSION = new core_1.Version('7.2.14');
26
26
  });
27
27
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2xhbmd1YWdlLXNlcnZpY2Uvc3JjL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HOzs7Ozs7Ozs7Ozs7SUFFSDs7OztPQUlHO0lBRUgsc0NBQXNDO0lBRXpCLFFBQUEsT0FBTyxHQUFHLElBQUksY0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIEluYy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbi8qKlxuICogQG1vZHVsZVxuICogQGRlc2NyaXB0aW9uXG4gKiBFbnRyeSBwb2ludCBmb3IgYWxsIHB1YmxpYyBBUElzIG9mIHRoZSBjb21tb24gcGFja2FnZS5cbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcwLjAuMC1QTEFDRUhPTERFUicpO1xuIl19