@angular/language-service 17.3.10 → 17.3.11
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 +11 -11
- 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/k8-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.3.
|
|
3
|
+
* @license Angular v17.3.11
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -33485,7 +33485,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33485
33485
|
* Use of this source code is governed by an MIT-style license that can be
|
|
33486
33486
|
* found in the LICENSE file at https://angular.io/license
|
|
33487
33487
|
*/
|
|
33488
|
-
new Version('17.3.
|
|
33488
|
+
new Version('17.3.11');
|
|
33489
33489
|
|
|
33490
33490
|
/**
|
|
33491
33491
|
* @license
|
|
@@ -33633,7 +33633,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33633
33633
|
function compileDeclareClassMetadata(metadata) {
|
|
33634
33634
|
const definitionMap = new DefinitionMap();
|
|
33635
33635
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33636
|
-
definitionMap.set('version', literal$1('17.3.
|
|
33636
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
33637
33637
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33638
33638
|
definitionMap.set('type', metadata.type);
|
|
33639
33639
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33743,7 +33743,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33743
33743
|
const definitionMap = new DefinitionMap();
|
|
33744
33744
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33745
33745
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33746
|
-
definitionMap.set('version', literal$1('17.3.
|
|
33746
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
33747
33747
|
// e.g. `type: MyDirective`
|
|
33748
33748
|
definitionMap.set('type', meta.type.value);
|
|
33749
33749
|
if (meta.isStandalone) {
|
|
@@ -34146,7 +34146,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34146
34146
|
function compileDeclareFactoryFunction(meta) {
|
|
34147
34147
|
const definitionMap = new DefinitionMap();
|
|
34148
34148
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34149
|
-
definitionMap.set('version', literal$1('17.3.
|
|
34149
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
34150
34150
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34151
34151
|
definitionMap.set('type', meta.type.value);
|
|
34152
34152
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34188,7 +34188,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34188
34188
|
function createInjectableDefinitionMap(meta) {
|
|
34189
34189
|
const definitionMap = new DefinitionMap();
|
|
34190
34190
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34191
|
-
definitionMap.set('version', literal$1('17.3.
|
|
34191
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
34192
34192
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34193
34193
|
definitionMap.set('type', meta.type.value);
|
|
34194
34194
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34246,7 +34246,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34246
34246
|
function createInjectorDefinitionMap(meta) {
|
|
34247
34247
|
const definitionMap = new DefinitionMap();
|
|
34248
34248
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34249
|
-
definitionMap.set('version', literal$1('17.3.
|
|
34249
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
34250
34250
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34251
34251
|
definitionMap.set('type', meta.type.value);
|
|
34252
34252
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34286,7 +34286,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34286
34286
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34287
34287
|
}
|
|
34288
34288
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34289
|
-
definitionMap.set('version', literal$1('17.3.
|
|
34289
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
34290
34290
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34291
34291
|
definitionMap.set('type', meta.type.value);
|
|
34292
34292
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34344,7 +34344,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34344
34344
|
function createPipeDefinitionMap(meta) {
|
|
34345
34345
|
const definitionMap = new DefinitionMap();
|
|
34346
34346
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34347
|
-
definitionMap.set('version', literal$1('17.3.
|
|
34347
|
+
definitionMap.set('version', literal$1('17.3.11'));
|
|
34348
34348
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34349
34349
|
// e.g. `type: MyPipe`
|
|
34350
34350
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34379,7 +34379,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34379
34379
|
* Use of this source code is governed by an MIT-style license that can be
|
|
34380
34380
|
* found in the LICENSE file at https://angular.io/license
|
|
34381
34381
|
*/
|
|
34382
|
-
new Version('17.3.
|
|
34382
|
+
new Version('17.3.11');
|
|
34383
34383
|
|
|
34384
34384
|
/**
|
|
34385
34385
|
* @license
|
|
@@ -65228,7 +65228,7 @@ Either add the @Injectable() decorator to '${provider.node.name
|
|
|
65228
65228
|
* @param minVersion Minimum required version for the feature.
|
|
65229
65229
|
*/
|
|
65230
65230
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
65231
|
-
// A version of `17.3.
|
|
65231
|
+
// A version of `17.3.11` usually means that core is at head so it supports
|
|
65232
65232
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
65233
65233
|
// with the current version during build time.
|
|
65234
65234
|
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/
|
|
19
|
+
// bazel-out/k8-fastbuild/bin/packages/language-service/plugin-factory.mjs
|
|
20
20
|
var plugin_factory_exports = {};
|
|
21
21
|
__export(plugin_factory_exports, {
|
|
22
22
|
factory: () => factory
|