@angular/language-service 18.0.5 → 18.0.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 +12 -12
- 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 v18.0.
|
|
3
|
+
* @license Angular v18.0.6
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -29805,7 +29805,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29805
29805
|
* Use of this source code is governed by an MIT-style license that can be
|
|
29806
29806
|
* found in the LICENSE file at https://angular.io/license
|
|
29807
29807
|
*/
|
|
29808
|
-
new Version('18.0.
|
|
29808
|
+
new Version('18.0.6');
|
|
29809
29809
|
|
|
29810
29810
|
/**
|
|
29811
29811
|
* @license
|
|
@@ -29957,7 +29957,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29957
29957
|
function compileDeclareClassMetadata(metadata) {
|
|
29958
29958
|
const definitionMap = new DefinitionMap();
|
|
29959
29959
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29960
|
-
definitionMap.set('version', literal$1('18.0.
|
|
29960
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
29961
29961
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
29962
29962
|
definitionMap.set('type', metadata.type);
|
|
29963
29963
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -29975,7 +29975,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29975
29975
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
29976
29976
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
29977
29977
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29978
|
-
definitionMap.set('version', literal$1('18.0.
|
|
29978
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
29979
29979
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
29980
29980
|
definitionMap.set('type', metadata.type);
|
|
29981
29981
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -30084,7 +30084,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30084
30084
|
const definitionMap = new DefinitionMap();
|
|
30085
30085
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30086
30086
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
30087
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30087
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30088
30088
|
// e.g. `type: MyDirective`
|
|
30089
30089
|
definitionMap.set('type', meta.type.value);
|
|
30090
30090
|
if (meta.isStandalone) {
|
|
@@ -30517,7 +30517,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30517
30517
|
function compileDeclareFactoryFunction(meta) {
|
|
30518
30518
|
const definitionMap = new DefinitionMap();
|
|
30519
30519
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30520
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30520
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30521
30521
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30522
30522
|
definitionMap.set('type', meta.type.value);
|
|
30523
30523
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -30559,7 +30559,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30559
30559
|
function createInjectableDefinitionMap(meta) {
|
|
30560
30560
|
const definitionMap = new DefinitionMap();
|
|
30561
30561
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30562
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30562
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30563
30563
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30564
30564
|
definitionMap.set('type', meta.type.value);
|
|
30565
30565
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -30617,7 +30617,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30617
30617
|
function createInjectorDefinitionMap(meta) {
|
|
30618
30618
|
const definitionMap = new DefinitionMap();
|
|
30619
30619
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30620
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30620
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30621
30621
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30622
30622
|
definitionMap.set('type', meta.type.value);
|
|
30623
30623
|
definitionMap.set('providers', meta.providers);
|
|
@@ -30657,7 +30657,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30657
30657
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
30658
30658
|
}
|
|
30659
30659
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30660
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30660
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30661
30661
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30662
30662
|
definitionMap.set('type', meta.type.value);
|
|
30663
30663
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -30715,7 +30715,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30715
30715
|
function createPipeDefinitionMap(meta) {
|
|
30716
30716
|
const definitionMap = new DefinitionMap();
|
|
30717
30717
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30718
|
-
definitionMap.set('version', literal$1('18.0.
|
|
30718
|
+
definitionMap.set('version', literal$1('18.0.6'));
|
|
30719
30719
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30720
30720
|
// e.g. `type: MyPipe`
|
|
30721
30721
|
definitionMap.set('type', meta.type.value);
|
|
@@ -30750,7 +30750,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30750
30750
|
* Use of this source code is governed by an MIT-style license that can be
|
|
30751
30751
|
* found in the LICENSE file at https://angular.io/license
|
|
30752
30752
|
*/
|
|
30753
|
-
new Version('18.0.
|
|
30753
|
+
new Version('18.0.6');
|
|
30754
30754
|
|
|
30755
30755
|
/**
|
|
30756
30756
|
* @license
|
|
@@ -61508,7 +61508,7 @@ Either add the @Injectable() decorator to '${provider.node.name.text}', or confi
|
|
|
61508
61508
|
* @param minVersion Minimum required version for the feature.
|
|
61509
61509
|
*/
|
|
61510
61510
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
61511
|
-
// A version of `18.0.
|
|
61511
|
+
// A version of `18.0.6` usually means that core is at head so it supports
|
|
61512
61512
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
61513
61513
|
// with the current version during build time.
|
|
61514
61514
|
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
|