@angular/language-service 16.2.9 → 16.2.10
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_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 v16.2.
|
|
3
|
+
* @license Angular v16.2.10
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -22057,7 +22057,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22057
22057
|
* Use of this source code is governed by an MIT-style license that can be
|
|
22058
22058
|
* found in the LICENSE file at https://angular.io/license
|
|
22059
22059
|
*/
|
|
22060
|
-
new Version('16.2.
|
|
22060
|
+
new Version('16.2.10');
|
|
22061
22061
|
|
|
22062
22062
|
/**
|
|
22063
22063
|
* @license
|
|
@@ -22705,7 +22705,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22705
22705
|
function compileDeclareClassMetadata(metadata) {
|
|
22706
22706
|
const definitionMap = new DefinitionMap();
|
|
22707
22707
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
22708
|
-
definitionMap.set('version', literal$1('16.2.
|
|
22708
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
22709
22709
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22710
22710
|
definitionMap.set('type', metadata.type);
|
|
22711
22711
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22827,7 +22827,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22827
22827
|
// in 16.1 is actually used.
|
|
22828
22828
|
const minVersion = hasTransformFunctions ? MINIMUM_PARTIAL_LINKER_VERSION$5 : '14.0.0';
|
|
22829
22829
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
22830
|
-
definitionMap.set('version', literal$1('16.2.
|
|
22830
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
22831
22831
|
// e.g. `type: MyDirective`
|
|
22832
22832
|
definitionMap.set('type', meta.type.value);
|
|
22833
22833
|
if (meta.isStandalone) {
|
|
@@ -23066,7 +23066,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23066
23066
|
function compileDeclareFactoryFunction(meta) {
|
|
23067
23067
|
const definitionMap = new DefinitionMap();
|
|
23068
23068
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
23069
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23069
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
23070
23070
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23071
23071
|
definitionMap.set('type', meta.type.value);
|
|
23072
23072
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -23108,7 +23108,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23108
23108
|
function createInjectableDefinitionMap(meta) {
|
|
23109
23109
|
const definitionMap = new DefinitionMap();
|
|
23110
23110
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
23111
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23111
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
23112
23112
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23113
23113
|
definitionMap.set('type', meta.type.value);
|
|
23114
23114
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -23166,7 +23166,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23166
23166
|
function createInjectorDefinitionMap(meta) {
|
|
23167
23167
|
const definitionMap = new DefinitionMap();
|
|
23168
23168
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
23169
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23169
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
23170
23170
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23171
23171
|
definitionMap.set('type', meta.type.value);
|
|
23172
23172
|
definitionMap.set('providers', meta.providers);
|
|
@@ -23206,7 +23206,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23206
23206
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
23207
23207
|
}
|
|
23208
23208
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
23209
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23209
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
23210
23210
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23211
23211
|
definitionMap.set('type', meta.type.value);
|
|
23212
23212
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -23264,7 +23264,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23264
23264
|
function createPipeDefinitionMap(meta) {
|
|
23265
23265
|
const definitionMap = new DefinitionMap();
|
|
23266
23266
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
23267
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23267
|
+
definitionMap.set('version', literal$1('16.2.10'));
|
|
23268
23268
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23269
23269
|
// e.g. `type: MyPipe`
|
|
23270
23270
|
definitionMap.set('type', meta.type.value);
|
|
@@ -23299,7 +23299,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23299
23299
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23300
23300
|
* found in the LICENSE file at https://angular.io/license
|
|
23301
23301
|
*/
|
|
23302
|
-
new Version('16.2.
|
|
23302
|
+
new Version('16.2.10');
|
|
23303
23303
|
|
|
23304
23304
|
/**
|
|
23305
23305
|
* @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_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
|