@angular/language-service 16.2.0 → 16.2.1
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.1
|
|
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.1');
|
|
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.1'));
|
|
22698
22698
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22699
22699
|
definitionMap.set('type', metadata.type);
|
|
22700
22700
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22811,7 +22811,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
22811
22811
|
function createDirectiveDefinitionMap(meta) {
|
|
22812
22812
|
const definitionMap = new DefinitionMap();
|
|
22813
22813
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22814
|
-
definitionMap.set('version', literal$1('16.2.
|
|
22814
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
22815
22815
|
// e.g. `type: MyDirective`
|
|
22816
22816
|
definitionMap.set('type', meta.type.value);
|
|
22817
22817
|
if (meta.isStandalone) {
|
|
@@ -23050,7 +23050,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23050
23050
|
function compileDeclareFactoryFunction(meta) {
|
|
23051
23051
|
const definitionMap = new DefinitionMap();
|
|
23052
23052
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
23053
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23053
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
23054
23054
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23055
23055
|
definitionMap.set('type', meta.type.value);
|
|
23056
23056
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -23092,7 +23092,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23092
23092
|
function createInjectableDefinitionMap(meta) {
|
|
23093
23093
|
const definitionMap = new DefinitionMap();
|
|
23094
23094
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
23095
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23095
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
23096
23096
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23097
23097
|
definitionMap.set('type', meta.type.value);
|
|
23098
23098
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -23150,7 +23150,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23150
23150
|
function createInjectorDefinitionMap(meta) {
|
|
23151
23151
|
const definitionMap = new DefinitionMap();
|
|
23152
23152
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
23153
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23153
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
23154
23154
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23155
23155
|
definitionMap.set('type', meta.type.value);
|
|
23156
23156
|
definitionMap.set('providers', meta.providers);
|
|
@@ -23190,7 +23190,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23190
23190
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
23191
23191
|
}
|
|
23192
23192
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
23193
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23193
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
23194
23194
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23195
23195
|
definitionMap.set('type', meta.type.value);
|
|
23196
23196
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -23248,7 +23248,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23248
23248
|
function createPipeDefinitionMap(meta) {
|
|
23249
23249
|
const definitionMap = new DefinitionMap();
|
|
23250
23250
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
23251
|
-
definitionMap.set('version', literal$1('16.2.
|
|
23251
|
+
definitionMap.set('version', literal$1('16.2.1'));
|
|
23252
23252
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
23253
23253
|
// e.g. `type: MyPipe`
|
|
23254
23254
|
definitionMap.set('type', meta.type.value);
|
|
@@ -23283,7 +23283,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
23283
23283
|
* Use of this source code is governed by an MIT-style license that can be
|
|
23284
23284
|
* found in the LICENSE file at https://angular.io/license
|
|
23285
23285
|
*/
|
|
23286
|
-
new Version('16.2.
|
|
23286
|
+
new Version('16.2.1');
|
|
23287
23287
|
|
|
23288
23288
|
/**
|
|
23289
23289
|
* @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
|