@angular/language-service 19.1.3 → 19.1.4

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/api_bundle.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // bazel-out/k8-fastbuild/bin/packages/language-service/api.mjs
19
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/language-service/api.mjs
20
20
  var api_exports = {};
21
21
  __export(api_exports, {
22
22
  isNgLanguageService: () => isNgLanguageService
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v19.1.3
3
+ * @license Angular v19.1.4
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -31961,7 +31961,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
31961
31961
  * Use of this source code is governed by an MIT-style license that can be
31962
31962
  * found in the LICENSE file at https://angular.dev/license
31963
31963
  */
31964
- new Version('19.1.3');
31964
+ new Version('19.1.4');
31965
31965
 
31966
31966
  /**
31967
31967
  * @license
@@ -33467,7 +33467,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33467
33467
  function compileDeclareClassMetadata(metadata) {
33468
33468
  const definitionMap = new DefinitionMap();
33469
33469
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
33470
- definitionMap.set('version', literal$1('19.1.3'));
33470
+ definitionMap.set('version', literal$1('19.1.4'));
33471
33471
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33472
33472
  definitionMap.set('type', metadata.type);
33473
33473
  definitionMap.set('decorators', metadata.decorators);
@@ -33485,7 +33485,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33485
33485
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
33486
33486
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
33487
33487
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
33488
- definitionMap.set('version', literal$1('19.1.3'));
33488
+ definitionMap.set('version', literal$1('19.1.4'));
33489
33489
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33490
33490
  definitionMap.set('type', metadata.type);
33491
33491
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -33594,7 +33594,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33594
33594
  const definitionMap = new DefinitionMap();
33595
33595
  const minVersion = getMinimumVersionForPartialOutput(meta);
33596
33596
  definitionMap.set('minVersion', literal$1(minVersion));
33597
- definitionMap.set('version', literal$1('19.1.3'));
33597
+ definitionMap.set('version', literal$1('19.1.4'));
33598
33598
  // e.g. `type: MyDirective`
33599
33599
  definitionMap.set('type', meta.type.value);
33600
33600
  if (meta.isStandalone !== undefined) {
@@ -34024,7 +34024,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34024
34024
  function compileDeclareFactoryFunction(meta) {
34025
34025
  const definitionMap = new DefinitionMap();
34026
34026
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
34027
- definitionMap.set('version', literal$1('19.1.3'));
34027
+ definitionMap.set('version', literal$1('19.1.4'));
34028
34028
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34029
34029
  definitionMap.set('type', meta.type.value);
34030
34030
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34066,7 +34066,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34066
34066
  function createInjectableDefinitionMap(meta) {
34067
34067
  const definitionMap = new DefinitionMap();
34068
34068
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34069
- definitionMap.set('version', literal$1('19.1.3'));
34069
+ definitionMap.set('version', literal$1('19.1.4'));
34070
34070
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34071
34071
  definitionMap.set('type', meta.type.value);
34072
34072
  // Only generate providedIn property if it has a non-null value
@@ -34124,7 +34124,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34124
34124
  function createInjectorDefinitionMap(meta) {
34125
34125
  const definitionMap = new DefinitionMap();
34126
34126
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34127
- definitionMap.set('version', literal$1('19.1.3'));
34127
+ definitionMap.set('version', literal$1('19.1.4'));
34128
34128
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34129
34129
  definitionMap.set('type', meta.type.value);
34130
34130
  definitionMap.set('providers', meta.providers);
@@ -34164,7 +34164,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34164
34164
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34165
34165
  }
34166
34166
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34167
- definitionMap.set('version', literal$1('19.1.3'));
34167
+ definitionMap.set('version', literal$1('19.1.4'));
34168
34168
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34169
34169
  definitionMap.set('type', meta.type.value);
34170
34170
  // We only generate the keys in the metadata if the arrays contain values.
@@ -34222,7 +34222,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34222
34222
  function createPipeDefinitionMap(meta) {
34223
34223
  const definitionMap = new DefinitionMap();
34224
34224
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34225
- definitionMap.set('version', literal$1('19.1.3'));
34225
+ definitionMap.set('version', literal$1('19.1.4'));
34226
34226
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34227
34227
  // e.g. `type: MyPipe`
34228
34228
  definitionMap.set('type', meta.type.value);
@@ -34257,7 +34257,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34257
34257
  * Use of this source code is governed by an MIT-style license that can be
34258
34258
  * found in the LICENSE file at https://angular.dev/license
34259
34259
  */
34260
- new Version('19.1.3');
34260
+ new Version('19.1.4');
34261
34261
 
34262
34262
  /**
34263
34263
  * @license
@@ -68731,7 +68731,7 @@ export * from '${relativeEntryPoint}';
68731
68731
  * @param minVersion Minimum required version for the feature.
68732
68732
  */
68733
68733
  function coreVersionSupportsFeature(coreVersion, minVersion) {
68734
- // A version of `19.1.3` usually means that core is at head so it supports
68734
+ // A version of `19.1.4` usually means that core is at head so it supports
68735
68735
  // all features. Use string interpolation prevent the placeholder from being replaced
68736
68736
  // with the current version during build time.
68737
68737
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
package/factory_bundle.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // bazel-out/k8-fastbuild/bin/packages/language-service/plugin-factory.mjs
19
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/language-service/plugin-factory.mjs
20
20
  var plugin_factory_exports = {};
21
21
  __export(plugin_factory_exports, {
22
22
  factory: () => factory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "19.1.3",
3
+ "version": "19.1.4",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",