@angular/language-service 17.0.0-rc.3 → 17.0.0

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 v17.0.0-rc.3
3
+ * @license Angular v17.0.0
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -30443,7 +30443,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
30443
30443
  * Use of this source code is governed by an MIT-style license that can be
30444
30444
  * found in the LICENSE file at https://angular.io/license
30445
30445
  */
30446
- new Version('17.0.0-rc.3');
30446
+ new Version('17.0.0');
30447
30447
 
30448
30448
  /**
30449
30449
  * @license
@@ -30589,7 +30589,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
30589
30589
  function compileDeclareClassMetadata(metadata) {
30590
30590
  const definitionMap = new DefinitionMap();
30591
30591
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
30592
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
30592
+ definitionMap.set('version', literal$1('17.0.0'));
30593
30593
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30594
30594
  definitionMap.set('type', metadata.type);
30595
30595
  definitionMap.set('decorators', metadata.decorators);
@@ -30711,7 +30711,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
30711
30711
  // in 16.1 is actually used.
30712
30712
  const minVersion = hasTransformFunctions ? MINIMUM_PARTIAL_LINKER_VERSION$5 : '14.0.0';
30713
30713
  definitionMap.set('minVersion', literal$1(minVersion));
30714
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
30714
+ definitionMap.set('version', literal$1('17.0.0'));
30715
30715
  // e.g. `type: MyDirective`
30716
30716
  definitionMap.set('type', meta.type.value);
30717
30717
  if (meta.isStandalone) {
@@ -30999,7 +30999,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
30999
30999
  function compileDeclareFactoryFunction(meta) {
31000
31000
  const definitionMap = new DefinitionMap();
31001
31001
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
31002
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
31002
+ definitionMap.set('version', literal$1('17.0.0'));
31003
31003
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31004
31004
  definitionMap.set('type', meta.type.value);
31005
31005
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -31041,7 +31041,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
31041
31041
  function createInjectableDefinitionMap(meta) {
31042
31042
  const definitionMap = new DefinitionMap();
31043
31043
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
31044
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
31044
+ definitionMap.set('version', literal$1('17.0.0'));
31045
31045
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31046
31046
  definitionMap.set('type', meta.type.value);
31047
31047
  // Only generate providedIn property if it has a non-null value
@@ -31099,7 +31099,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
31099
31099
  function createInjectorDefinitionMap(meta) {
31100
31100
  const definitionMap = new DefinitionMap();
31101
31101
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
31102
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
31102
+ definitionMap.set('version', literal$1('17.0.0'));
31103
31103
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31104
31104
  definitionMap.set('type', meta.type.value);
31105
31105
  definitionMap.set('providers', meta.providers);
@@ -31139,7 +31139,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
31139
31139
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
31140
31140
  }
31141
31141
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
31142
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
31142
+ definitionMap.set('version', literal$1('17.0.0'));
31143
31143
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31144
31144
  definitionMap.set('type', meta.type.value);
31145
31145
  // We only generate the keys in the metadata if the arrays contain values.
@@ -31197,7 +31197,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
31197
31197
  function createPipeDefinitionMap(meta) {
31198
31198
  const definitionMap = new DefinitionMap();
31199
31199
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
31200
- definitionMap.set('version', literal$1('17.0.0-rc.3'));
31200
+ definitionMap.set('version', literal$1('17.0.0'));
31201
31201
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31202
31202
  // e.g. `type: MyPipe`
31203
31203
  definitionMap.set('type', meta.type.value);
@@ -31232,7 +31232,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
31232
31232
  * Use of this source code is governed by an MIT-style license that can be
31233
31233
  * found in the LICENSE file at https://angular.io/license
31234
31234
  */
31235
- new Version('17.0.0-rc.3');
31235
+ new Version('17.0.0');
31236
31236
 
31237
31237
  /**
31238
31238
  * @license
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": "17.0.0-rc.3",
3
+ "version": "17.0.0",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",