@angular/language-service 19.2.0-next.0 → 19.2.0-next.1

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.2.0-next.0
3
+ * @license Angular v19.2.0-next.1
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -32206,7 +32206,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
32206
32206
  * Use of this source code is governed by an MIT-style license that can be
32207
32207
  * found in the LICENSE file at https://angular.dev/license
32208
32208
  */
32209
- new Version('19.2.0-next.0');
32209
+ new Version('19.2.0-next.1');
32210
32210
 
32211
32211
  /**
32212
32212
  * @license
@@ -33712,7 +33712,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33712
33712
  function compileDeclareClassMetadata(metadata) {
33713
33713
  const definitionMap = new DefinitionMap();
33714
33714
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
33715
- definitionMap.set('version', literal$1('19.2.0-next.0'));
33715
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
33716
33716
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33717
33717
  definitionMap.set('type', metadata.type);
33718
33718
  definitionMap.set('decorators', metadata.decorators);
@@ -33730,7 +33730,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33730
33730
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
33731
33731
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
33732
33732
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
33733
- definitionMap.set('version', literal$1('19.2.0-next.0'));
33733
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
33734
33734
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33735
33735
  definitionMap.set('type', metadata.type);
33736
33736
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -33839,7 +33839,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33839
33839
  const definitionMap = new DefinitionMap();
33840
33840
  const minVersion = getMinimumVersionForPartialOutput(meta);
33841
33841
  definitionMap.set('minVersion', literal$1(minVersion));
33842
- definitionMap.set('version', literal$1('19.2.0-next.0'));
33842
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
33843
33843
  // e.g. `type: MyDirective`
33844
33844
  definitionMap.set('type', meta.type.value);
33845
33845
  if (meta.isStandalone !== undefined) {
@@ -34269,7 +34269,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34269
34269
  function compileDeclareFactoryFunction(meta) {
34270
34270
  const definitionMap = new DefinitionMap();
34271
34271
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
34272
- definitionMap.set('version', literal$1('19.2.0-next.0'));
34272
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
34273
34273
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34274
34274
  definitionMap.set('type', meta.type.value);
34275
34275
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34311,7 +34311,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34311
34311
  function createInjectableDefinitionMap(meta) {
34312
34312
  const definitionMap = new DefinitionMap();
34313
34313
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34314
- definitionMap.set('version', literal$1('19.2.0-next.0'));
34314
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
34315
34315
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34316
34316
  definitionMap.set('type', meta.type.value);
34317
34317
  // Only generate providedIn property if it has a non-null value
@@ -34369,7 +34369,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34369
34369
  function createInjectorDefinitionMap(meta) {
34370
34370
  const definitionMap = new DefinitionMap();
34371
34371
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34372
- definitionMap.set('version', literal$1('19.2.0-next.0'));
34372
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
34373
34373
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34374
34374
  definitionMap.set('type', meta.type.value);
34375
34375
  definitionMap.set('providers', meta.providers);
@@ -34409,7 +34409,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34409
34409
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34410
34410
  }
34411
34411
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34412
- definitionMap.set('version', literal$1('19.2.0-next.0'));
34412
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
34413
34413
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34414
34414
  definitionMap.set('type', meta.type.value);
34415
34415
  // We only generate the keys in the metadata if the arrays contain values.
@@ -34467,7 +34467,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34467
34467
  function createPipeDefinitionMap(meta) {
34468
34468
  const definitionMap = new DefinitionMap();
34469
34469
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34470
- definitionMap.set('version', literal$1('19.2.0-next.0'));
34470
+ definitionMap.set('version', literal$1('19.2.0-next.1'));
34471
34471
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34472
34472
  // e.g. `type: MyPipe`
34473
34473
  definitionMap.set('type', meta.type.value);
@@ -34502,7 +34502,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34502
34502
  * Use of this source code is governed by an MIT-style license that can be
34503
34503
  * found in the LICENSE file at https://angular.dev/license
34504
34504
  */
34505
- new Version('19.2.0-next.0');
34505
+ new Version('19.2.0-next.1');
34506
34506
 
34507
34507
  /**
34508
34508
  * @license
@@ -69024,7 +69024,7 @@ export * from '${relativeEntryPoint}';
69024
69024
  * @param minVersion Minimum required version for the feature.
69025
69025
  */
69026
69026
  function coreVersionSupportsFeature(coreVersion, minVersion) {
69027
- // A version of `19.2.0-next.0` usually means that core is at head so it supports
69027
+ // A version of `19.2.0-next.1` usually means that core is at head so it supports
69028
69028
  // all features. Use string interpolation prevent the placeholder from being replaced
69029
69029
  // with the current version during build time.
69030
69030
  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.2.0-next.0",
3
+ "version": "19.2.0-next.1",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",