@angular/language-service 16.2.6 → 16.2.7
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 v16.2.
|
|
3
|
+
* @license Angular v16.2.7
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -22046,7 +22046,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22046
22046
|
* Use of this source code is governed by an MIT-style license that can be
|
|
22047
22047
|
* found in the LICENSE file at https://angular.io/license
|
|
22048
22048
|
*/
|
|
22049
|
-
new Version('16.2.
|
|
22049
|
+
new Version('16.2.7');
|
|
22050
22050
|
|
|
22051
22051
|
/**
|
|
22052
22052
|
* @license
|
|
@@ -22694,7 +22694,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22694
22694
|
function compileDeclareClassMetadata(metadata) {
|
|
22695
22695
|
const definitionMap = new DefinitionMap();
|
|
22696
22696
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
22697
|
-
definitionMap.set('version', literal$1('16.2.
|
|
22697
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
22698
22698
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22699
22699
|
definitionMap.set('type', metadata.type);
|
|
22700
22700
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22816,7 +22816,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22816
22816
|
// in 16.1 is actually used.
|
|
22817
22817
|
const minVersion = hasTransformFunctions ? MINIMUM_PARTIAL_LINKER_VERSION$5 : '14.0.0';
|
|
22818
22818
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
22819
|
-
definitionMap.set('version', literal$1('16.2.
|
|
22819
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
22820
22820
|
// e.g. `type: MyDirective`
|
|
22821
22821
|
definitionMap.set('type', meta.type.value);
|
|
22822
22822
|
if (meta.isStandalone) {
|
|
@@ -23055,7 +23055,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23055
23055
|
function compileDeclareFactoryFunction(meta) {
|
|
23056
23056
|
const definitionMap = new DefinitionMap();
|
|
23057
23057
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
23058
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23058
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
23059
23059
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23060
23060
|
definitionMap.set('type', meta.type.value);
|
|
23061
23061
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -23097,7 +23097,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23097
23097
|
function createInjectableDefinitionMap(meta) {
|
|
23098
23098
|
const definitionMap = new DefinitionMap();
|
|
23099
23099
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
23100
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23100
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
23101
23101
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23102
23102
|
definitionMap.set('type', meta.type.value);
|
|
23103
23103
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -23155,7 +23155,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23155
23155
|
function createInjectorDefinitionMap(meta) {
|
|
23156
23156
|
const definitionMap = new DefinitionMap();
|
|
23157
23157
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
23158
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23158
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
23159
23159
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23160
23160
|
definitionMap.set('type', meta.type.value);
|
|
23161
23161
|
definitionMap.set('providers', meta.providers);
|
|
@@ -23195,7 +23195,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23195
23195
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
23196
23196
|
}
|
|
23197
23197
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
23198
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23198
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
23199
23199
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23200
23200
|
definitionMap.set('type', meta.type.value);
|
|
23201
23201
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -23253,7 +23253,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23253
23253
|
function createPipeDefinitionMap(meta) {
|
|
23254
23254
|
const definitionMap = new DefinitionMap();
|
|
23255
23255
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
23256
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23256
|
+
definitionMap.set('version', literal$1('16.2.7'));
|
|
23257
23257
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23258
23258
|
// e.g. `type: MyPipe`
|
|
23259
23259
|
definitionMap.set('type', meta.type.value);
|
|
@@ -23288,7 +23288,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23288
23288
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23289
23289
|
* found in the LICENSE file at https://angular.io/license
|
|
23290
23290
|
*/
|
|
23291
|
-
new Version('16.2.
|
|
23291
|
+
new Version('16.2.7');
|
|
23292
23292
|
|
|
23293
23293
|
/**
|
|
23294
23294
|
* @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
|