@angular/language-service 14.0.0-next.4 → 14.0.0-next.5
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/bundles/language-service.js +10 -10
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v14.0.0-next.
|
|
3
|
+
* @license Angular v14.0.0-next.5
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19336,7 +19336,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19336
19336
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19337
19337
|
* found in the LICENSE file at https://angular.io/license
|
|
19338
19338
|
*/
|
|
19339
|
-
new Version('14.0.0-next.
|
|
19339
|
+
new Version('14.0.0-next.5');
|
|
19340
19340
|
|
|
19341
19341
|
/**
|
|
19342
19342
|
* @license
|
|
@@ -19896,7 +19896,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19896
19896
|
function compileDeclareClassMetadata(metadata) {
|
|
19897
19897
|
const definitionMap = new DefinitionMap();
|
|
19898
19898
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
19899
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
19899
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
19900
19900
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
19901
19901
|
definitionMap.set('type', metadata.type);
|
|
19902
19902
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20013,7 +20013,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20013
20013
|
function createDirectiveDefinitionMap(meta) {
|
|
20014
20014
|
const definitionMap = new DefinitionMap();
|
|
20015
20015
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20016
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20016
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20017
20017
|
// e.g. `type: MyDirective`
|
|
20018
20018
|
definitionMap.set('type', meta.internalType);
|
|
20019
20019
|
// e.g. `selector: 'some-dir'`
|
|
@@ -20231,7 +20231,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20231
20231
|
function compileDeclareFactoryFunction(meta) {
|
|
20232
20232
|
const definitionMap = new DefinitionMap();
|
|
20233
20233
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20234
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20234
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20235
20235
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20236
20236
|
definitionMap.set('type', meta.internalType);
|
|
20237
20237
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20273,7 +20273,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20273
20273
|
function createInjectableDefinitionMap(meta) {
|
|
20274
20274
|
const definitionMap = new DefinitionMap();
|
|
20275
20275
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20276
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20276
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20277
20277
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20278
20278
|
definitionMap.set('type', meta.internalType);
|
|
20279
20279
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20331,7 +20331,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20331
20331
|
function createInjectorDefinitionMap(meta) {
|
|
20332
20332
|
const definitionMap = new DefinitionMap();
|
|
20333
20333
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20334
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20334
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20335
20335
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20336
20336
|
definitionMap.set('type', meta.internalType);
|
|
20337
20337
|
definitionMap.set('providers', meta.providers);
|
|
@@ -20368,7 +20368,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20368
20368
|
function createNgModuleDefinitionMap(meta) {
|
|
20369
20369
|
const definitionMap = new DefinitionMap();
|
|
20370
20370
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
20371
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20371
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20372
20372
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20373
20373
|
definitionMap.set('type', meta.internalType);
|
|
20374
20374
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -20426,7 +20426,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20426
20426
|
function createPipeDefinitionMap(meta) {
|
|
20427
20427
|
const definitionMap = new DefinitionMap();
|
|
20428
20428
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
20429
|
-
definitionMap.set('version', literal$1('14.0.0-next.
|
|
20429
|
+
definitionMap.set('version', literal$1('14.0.0-next.5'));
|
|
20430
20430
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20431
20431
|
// e.g. `type: MyPipe`
|
|
20432
20432
|
definitionMap.set('type', meta.internalType);
|
|
@@ -20458,7 +20458,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20458
20458
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20459
20459
|
* found in the LICENSE file at https://angular.io/license
|
|
20460
20460
|
*/
|
|
20461
|
-
new Version('14.0.0-next.
|
|
20461
|
+
new Version('14.0.0-next.5');
|
|
20462
20462
|
|
|
20463
20463
|
/**
|
|
20464
20464
|
* @license
|