@angular/language-service 15.2.5 → 15.2.6
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 +1 -1
- package/bundles/language-service.js +10 -10
- package/factory_bundle.js +1 -1
- package/package.json +1 -1
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/
|
|
19
|
+
// bazel-out/darwin-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 v15.2.
|
|
3
|
+
* @license Angular v15.2.6
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19943,7 +19943,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
19943
19943
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19944
19944
|
* found in the LICENSE file at https://angular.io/license
|
|
19945
19945
|
*/
|
|
19946
|
-
new Version('15.2.
|
|
19946
|
+
new Version('15.2.6');
|
|
19947
19947
|
|
|
19948
19948
|
/**
|
|
19949
19949
|
* @license
|
|
@@ -20502,7 +20502,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20502
20502
|
function compileDeclareClassMetadata(metadata) {
|
|
20503
20503
|
const definitionMap = new DefinitionMap();
|
|
20504
20504
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20505
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20505
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20506
20506
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20507
20507
|
definitionMap.set('type', metadata.type);
|
|
20508
20508
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20619,7 +20619,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20619
20619
|
function createDirectiveDefinitionMap(meta) {
|
|
20620
20620
|
const definitionMap = new DefinitionMap();
|
|
20621
20621
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20622
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20622
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20623
20623
|
// e.g. `type: MyDirective`
|
|
20624
20624
|
definitionMap.set('type', meta.internalType);
|
|
20625
20625
|
if (meta.isStandalone) {
|
|
@@ -20855,7 +20855,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20855
20855
|
function compileDeclareFactoryFunction(meta) {
|
|
20856
20856
|
const definitionMap = new DefinitionMap();
|
|
20857
20857
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20858
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20858
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20859
20859
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20860
20860
|
definitionMap.set('type', meta.internalType);
|
|
20861
20861
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20897,7 +20897,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20897
20897
|
function createInjectableDefinitionMap(meta) {
|
|
20898
20898
|
const definitionMap = new DefinitionMap();
|
|
20899
20899
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20900
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20900
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20901
20901
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20902
20902
|
definitionMap.set('type', meta.internalType);
|
|
20903
20903
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20955,7 +20955,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20955
20955
|
function createInjectorDefinitionMap(meta) {
|
|
20956
20956
|
const definitionMap = new DefinitionMap();
|
|
20957
20957
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20958
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20958
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20959
20959
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20960
20960
|
definitionMap.set('type', meta.internalType);
|
|
20961
20961
|
definitionMap.set('providers', meta.providers);
|
|
@@ -20992,7 +20992,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20992
20992
|
function createNgModuleDefinitionMap(meta) {
|
|
20993
20993
|
const definitionMap = new DefinitionMap();
|
|
20994
20994
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
20995
|
-
definitionMap.set('version', literal$1('15.2.
|
|
20995
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
20996
20996
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20997
20997
|
definitionMap.set('type', meta.internalType);
|
|
20998
20998
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21050,7 +21050,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21050
21050
|
function createPipeDefinitionMap(meta) {
|
|
21051
21051
|
const definitionMap = new DefinitionMap();
|
|
21052
21052
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21053
|
-
definitionMap.set('version', literal$1('15.2.
|
|
21053
|
+
definitionMap.set('version', literal$1('15.2.6'));
|
|
21054
21054
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21055
21055
|
// e.g. `type: MyPipe`
|
|
21056
21056
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21085,7 +21085,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21085
21085
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21086
21086
|
* found in the LICENSE file at https://angular.io/license
|
|
21087
21087
|
*/
|
|
21088
|
-
new Version('15.2.
|
|
21088
|
+
new Version('15.2.6');
|
|
21089
21089
|
|
|
21090
21090
|
/**
|
|
21091
21091
|
* @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/
|
|
19
|
+
// bazel-out/darwin-fastbuild/bin/packages/language-service/plugin-factory.mjs
|
|
20
20
|
var plugin_factory_exports = {};
|
|
21
21
|
__export(plugin_factory_exports, {
|
|
22
22
|
factory: () => factory
|