@angular/language-service 15.0.0-rc.0 → 15.0.0-rc.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/bundles/language-service.js +10 -10
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v15.0.0-rc.
|
|
3
|
+
* @license Angular v15.0.0-rc.1
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19927,7 +19927,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19927
19927
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19928
19928
|
* found in the LICENSE file at https://angular.io/license
|
|
19929
19929
|
*/
|
|
19930
|
-
new Version('15.0.0-rc.
|
|
19930
|
+
new Version('15.0.0-rc.1');
|
|
19931
19931
|
|
|
19932
19932
|
/**
|
|
19933
19933
|
* @license
|
|
@@ -20487,7 +20487,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20487
20487
|
function compileDeclareClassMetadata(metadata) {
|
|
20488
20488
|
const definitionMap = new DefinitionMap();
|
|
20489
20489
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20490
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20490
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20491
20491
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20492
20492
|
definitionMap.set('type', metadata.type);
|
|
20493
20493
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20604,7 +20604,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20604
20604
|
function createDirectiveDefinitionMap(meta) {
|
|
20605
20605
|
const definitionMap = new DefinitionMap();
|
|
20606
20606
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20607
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20607
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20608
20608
|
// e.g. `type: MyDirective`
|
|
20609
20609
|
definitionMap.set('type', meta.internalType);
|
|
20610
20610
|
if (meta.isStandalone) {
|
|
@@ -20840,7 +20840,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20840
20840
|
function compileDeclareFactoryFunction(meta) {
|
|
20841
20841
|
const definitionMap = new DefinitionMap();
|
|
20842
20842
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20843
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20843
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20844
20844
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20845
20845
|
definitionMap.set('type', meta.internalType);
|
|
20846
20846
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20882,7 +20882,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20882
20882
|
function createInjectableDefinitionMap(meta) {
|
|
20883
20883
|
const definitionMap = new DefinitionMap();
|
|
20884
20884
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20885
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20885
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20886
20886
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20887
20887
|
definitionMap.set('type', meta.internalType);
|
|
20888
20888
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20940,7 +20940,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20940
20940
|
function createInjectorDefinitionMap(meta) {
|
|
20941
20941
|
const definitionMap = new DefinitionMap();
|
|
20942
20942
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20943
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20943
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20944
20944
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20945
20945
|
definitionMap.set('type', meta.internalType);
|
|
20946
20946
|
definitionMap.set('providers', meta.providers);
|
|
@@ -20977,7 +20977,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20977
20977
|
function createNgModuleDefinitionMap(meta) {
|
|
20978
20978
|
const definitionMap = new DefinitionMap();
|
|
20979
20979
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
20980
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
20980
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
20981
20981
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20982
20982
|
definitionMap.set('type', meta.internalType);
|
|
20983
20983
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21035,7 +21035,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21035
21035
|
function createPipeDefinitionMap(meta) {
|
|
21036
21036
|
const definitionMap = new DefinitionMap();
|
|
21037
21037
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21038
|
-
definitionMap.set('version', literal$1('15.0.0-rc.
|
|
21038
|
+
definitionMap.set('version', literal$1('15.0.0-rc.1'));
|
|
21039
21039
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21040
21040
|
// e.g. `type: MyPipe`
|
|
21041
21041
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21070,7 +21070,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21070
21070
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21071
21071
|
* found in the LICENSE file at https://angular.io/license
|
|
21072
21072
|
*/
|
|
21073
|
-
new Version('15.0.0-rc.
|
|
21073
|
+
new Version('15.0.0-rc.1');
|
|
21074
21074
|
|
|
21075
21075
|
/**
|
|
21076
21076
|
* @license
|